- 🍏
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.
- 🍏
2b6f648
Browser support using Studio Browser Stream as thestream
shim
-
🍏 Add more details to emitted errors
JSON.parse
errors havecode
set to"ERR_JSON_PARSE"
andline
to the string causing the parse error.JSON.stringify
errors havecode
set to"ERR_JSON_STRINGIFY"
.
- 📚 Add install instructions
- 📚 Improve API documentation
- 📚 Add related modules section
- 🐛 Fix typo in git URL
-
🍏 Add
loose
andloose_out
options to parser- If
loose
is set totrue
, 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{
. Impliesloose
.
- If
- ✨ Initial release