Skip to content

Releases: juanjoDiaz/streamparser-json

v0.0.21

03 May 20:15
Compare
Choose a tag to compare

Bugfix

  • fix edge case when separator is whitespace and there are whitespaces within the objects

v0.0.20

20 Jan 16:36
Compare
Choose a tag to compare

Features

  • Add support to BOM at the beginning of the stream

v0.0.19

19 Dec 22:17
Compare
Choose a tag to compare

Bugfix

  • fix documentation

v0.0.18

12 Dec 19:42
Compare
Choose a tag to compare

Features

  • Allow emitting partial tokens & values

v0.0.17

24 Aug 18:29
Compare
Choose a tag to compare

Bugfix

  • fix deno build

v0.0.16

28 Jul 20:36
Compare
Choose a tag to compare

Bugfix

  • fix onToken to not stop tokenizer sending data to tokenParser

Performance

  • Use array in non-buffered string building while building the string

v0.0.15

26 May 15:46
Compare
Choose a tag to compare

Features

  • Add node stream interface

v0.0.14

16 May 21:59
Compare
Choose a tag to compare

Bugfix

  • Remove typescript from released module and use declaration files instead

v0.0.13

04 Apr 17:20
Compare
Choose a tag to compare

Bugfix

  • Fix default typeVersions to index to workaround typescript
  • Fix Deno distribution and docs to right version

v0.0.12

13 Dec 22:50
Compare
Choose a tag to compare

Bugfix

  • Fix commonjs exports

Performance

  • Move to const enums