Skip to content

Latest commit

 

History

History
53 lines (30 loc) · 1.03 KB

CHANGELOG.md

File metadata and controls

53 lines (30 loc) · 1.03 KB

1.3.3

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

1.3.2

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

1.3.1

  • Fix error when parsing additional pairs following a nested list

1.3.0

  • Add support for empty keyword
  • Change how dump handles stringifying nested arrays
    • Arrays will no longer line-break if they contain only empty arrays (e.g. [[]. []. []])

1.2.0

  • Update dump() to multi-line nested arrays. This will better visually represent 2-dimensional arrays.

1.1.1

  • Update readme

1.1.0

  • Rewrite dump() function to produce more readable, consistent output

1.0.4

  • Add more badges to readme

1.0.3

  • Add more badges to readme

1.0.2

  • Update parser internals to properly print names of expected syntax terms when no valid term is found

1.0.1

  • Update pubspec, readme
  • Add example file.

1.0.0

  • Initial version