Skip to content

v0.3.0 / 2023-08-02

Latest
Compare
Choose a tag to compare
@djedr djedr released this 02 Aug 15:12
· 1 commit to master since this release

JsonStrum.js is a high-level wrapper over JsonHilo which emits fully parsed objects and arrays.

Should work in any modern JavaScript runtime: Node.js, Bun, Deno, the browser.

BREAKING:

  • transformed the library into an npm package
  • updated jsonhilo dependency to 0.3.2
  • code edit required: .push(...) is now .chunk(...)

Full Changelog: v0.2.2...v0.3.0