Skip to content

Releases: muze-nl/jsontag

Release 0.9.3

22 Mar 11:01
Compare
Choose a tag to compare

This release improves memory usage quite a bit, by defining Proxy handlers just once and re-using them.
It also removes the node:crypto dependency, this is now available by default. This allows you to use jsontag as an esm module from a cdn.
It also fixes missing clone and Link functions in the browser.js

Release 0.8.0

31 Mar 12:37
Compare
Choose a tag to compare

Renamed 'interval' to 'duration', to follow the ISO8601 specification
Made format of range explicit: '"' '[' number? ',' number? ']' '"'
Added parsing rules for all type names.
Added test for these parsing rules.

Release 0.7.1

27 Mar 09:03
Compare
Choose a tag to compare

Added fast and streaming handbuild parser.

New Release

10 Mar 13:08
Compare
Choose a tag to compare

lots of small fixes

Release 0.5.1

29 Dec 12:56
Compare
Choose a tag to compare

adds exceptions when trying to setType or setAttribute on literal values.