Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 637 Bytes

CHANGELOG.md

File metadata and controls

30 lines (17 loc) · 637 Bytes

0.4.0 (2020-12-04)

  • Added parseChunked() method
  • Fixed stringifyInfo() to not throw when meet unknown value type

0.3.2 (2020-10-26)

  • Added missed file for build purposes

0.3.1 (2020-10-26)

  • Changed build setup to allow building by any bundler that supports browser property in package.json
  • Exposed version

0.3.0 (2020-09-28)

  • Renamed info() method into stringifyInfo()
  • Fixed lib's distribution setup

0.2.0 (2020-09-28)

  • Added dist version to package (dist/json-ext.js and dist/json-ext.min.js)

0.1.1 (2020-09-08)

  • Fixed main entry point

0.1.0 (2020-09-08)

  • Initial release