Releases: rictic/jsonriver
Releases · rictic/jsonriver
v1.1.1
v1.1.0
What's Changed
New feature
Bug fixed
- jsonriver won't read from the input stream once it's indicated that it's finished by returning {done: true}. This isn't required by spec, but it's more polite, and less likely to hit bugs in input stream implementations. by @rictic in #45
Full Changelog: v1.0.3...v1.1.0
v1.0.3
What's Changed
- Fix a bug where the
__proto__key wasn't handled properly on objects. Need to do a defineProperty to avoid modifying the prototype.
Full Changelog: v1.0.2...v1.0.3
v1.0.2
v1.0.1
This release is about 2x faster from v1.0.0 for parsing large documents. It has no other observable changes.
Full Changelog: v1.0.0...v1.0.1