Skip to content

Releases: cdot/CBOR

1.1.0

26 Mar 14:13

Choose a tag to compare

What's Changed

Added support for a prototype name dictionary to the TypeMapHandler. This has the potential to shrink the data significantly, especially where large arrays of prototyped objects are being stored. Also fixed a number of subtle bugs related to arrays and self referential objects.

A number of dependencies have been bumped at the behest of dependabot.

Full Changelog: 1.0.5...1.1.0

v1.0.5

10 Jan 08:05

Choose a tag to compare

Minor patch to support missing key dictionary, as generated by some early versions of the code

v1.0.4

29 Dec 14:14
0863d9d

Choose a tag to compare

Patch release for npm package

v1.0.3

21 Dec 18:25

Choose a tag to compare

Improved debugging of type mapper.

v1.0.2

19 Dec 10:05

Choose a tag to compare

Fixed null being interpreted as an object. Added function to debug keys added to dictionary.

v1.0.0

15 Dec 13:25

Choose a tag to compare

First release