Skip to content

Releases: rictic/jsonriver

v1.1.1

12 Dec 05:07
d736560

Choose a tag to compare

  • Fixes an issue where some TypeScript project configurations did not see the types for jsonriver. See #47

v1.1.0

02 Nov 21:35

Choose a tag to compare

What's Changed

New feature

  • Added completeCallback option, for learning when a value is complete, by @rictic in #44

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

22 Oct 22:15

Choose a tag to compare

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

14 Oct 18:49

Choose a tag to compare

What's Changed

  • Fix bug with trailing non-JSON whitespace: #36

Full Changelog: v1.0.1...v1.0.2

v1.0.1

13 Oct 23:46

Choose a tag to compare

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

v1.0.0

14 Oct 17:56

Choose a tag to compare

Initial release!