Skip to content

Latest commit

 

History

History
43 lines (24 loc) · 2.27 KB

CHANGELOG.md

File metadata and controls

43 lines (24 loc) · 2.27 KB

Changelog

1.0.3 (2023-04-16)

Bug Fixes

  • more descriptive accessor method names (ba6f8eb)
  • remove default export (35b5364)

1.0.2 (2023-04-15)

Bug Fixes

  • use star import in the examples (9163663)

1.0.1 (2023-04-15)

Bug Fixes

  • fix main entrypoint in package.json (f3e9487)

1.0.0 (2023-04-15)

Features

  • added toObject function (06b4077)
  • export unescape functions (a1d9a97)
  • properties support (32358f3)
  • support custom separator on set (e494d09)
  • unescape unicode chars (a1d9a97)

Bug Fixes

  • handle duplicate keys (4f7719e)
  • remove BOM (23fd4a1)
  • rewritten parser to handle all cases (except unicode) (164b627)
  • support all kinds of newlines (a4cdae1)
  • unescape unicode properly (e197ac1)