Skip to content

Releases: discoveryjs/json-ext

0.5.7

20 Apr 10:46
Compare
Choose a tag to compare
  • Fixed adding entire package.json content to a bundle when target is a browser

0.5.6

30 Nov 22:06
Compare
Choose a tag to compare
  • Fixed stringifyStream() hang when last element in a stream takes a long time to process (#9, @kbrownlees)

0.5.5

14 Sep 23:27
Compare
Choose a tag to compare
  • Added missed TypeScript typings file into the npm package

0.5.4

14 Sep 14:40
Compare
Choose a tag to compare

0.5.3

13 May 21:23
Compare
Choose a tag to compare
  • Fixed stringifyStream() and stringifyInfo() to work properly when replacer is an allowlist
  • parseChunked()
    • Fixed wrong parse error when chunks are splitted on a whitespace inside an object or array (#6, @alexei-vedder)
    • Fixed corner cases when wrong placed or missed comma doesn't cause to parsing failure

0.5.2

26 Dec 14:41
Compare
Choose a tag to compare
  • Fixed RangeError: Maximum call stack size exceeded in parseChunked() on very long arrays (corner case)

0.5.1

18 Dec 21:31
Compare
Choose a tag to compare
  • Fixed parseChunked() crash when input has trailing whitespaces (#4, @smelukov)

0.5.0

05 Dec 23:48
Compare
Choose a tag to compare
  • Added support for Node.js 10

0.4.0

04 Dec 22:55
Compare
Choose a tag to compare
  • Added parseChunked() method (see readme for detail)
  • Fixed stringifyInfo() to not throw when meet unknown value type

0.3.2

11 Nov 12:15
Compare
Choose a tag to compare
  • Added missed file for build purposes