Skip to content

Releases: zajrik/gura-dart-parser

v1.3.3

02 Aug 00:16
ef00f2c
Compare
Choose a tag to compare

Release: https://pub.dev/packages/gura/versions/1.3.3

Bug fixes

  • Fix empty object dumping adding newline + indentation
  • Disallow newline before non-object values

v1.3.2

30 Jul 00:42
9512b02
Compare
Choose a tag to compare

Release: https://pub.dev/packages/gura/versions/1.3.2

Bug fixes

  • Fix string dumping producing invalid strings when the value contains line breaks
    • Control characters, backslashes, $, and double-quotes will now be escaped

v1.3.1

29 Jul 16:51
7c1873a
Compare
Choose a tag to compare

Check CHANGELOG.md for changes for this release and previous versions that do not have associated GH releases because I keep forgetting to make them

v1.2.0

08 Jul 21:01
3ac2940
Compare
Choose a tag to compare
feat: multiline nested arrays in dump() output

v1.0.4

05 Jul 04:22
e76390a
Compare
Choose a tag to compare
chore: update changelog