Skip to content

Latest commit

 

History

History
57 lines (39 loc) · 2.09 KB

CHANGES.md

File metadata and controls

57 lines (39 loc) · 2.09 KB

Changes

2.1.0

  • 🍏 115d96d Pass line through to loose_out if JSON.parse fails
  • 🐛 cc497b8 Fix tests on new node
  • 1df2afc Install prettier
  • 83c7269 Upgrade Studio Changes
  • 9ea1ec3 Upgrade eslint and eslint-config
  • 961c065 Upgrade mocha and use new mochify with esbuild
  • 796f0c2 Use @sinonjs/referee-sinon

Released by Maximilian Antoni on 2024-01-11.

2.0.0

1.2.0

  • 🍏 Add more details to emitted errors

    • JSON.parse errors have code set to "ERR_JSON_PARSE" and line to the string causing the parse error.
    • JSON.stringify errors have code set to "ERR_JSON_STRINGIFY".

1.1.2

  • 📚 Add install instructions
  • 📚 Improve API documentation
  • 📚 Add related modules section

1.1.1

  • 🐛 Fix typo in git URL

1.1.0

  • 🍏 Add loose and loose_out options to parser

    • If loose is set to true, any data received before { is ignored.
    • If loose_out is given, it is expected to a stream. It receives any data that is found before {. Implies loose.

1.0.0

  • ✨ Initial release