hildjj / node-cbor

Encode and decode CBOR documents, with both easy mode, streaming mode, and SAX-style evented mode.
MIT License
356 stars 73 forks source link

Require node 12 #150

Closed hildjj closed 3 years ago

hildjj commented 3 years ago

breaking: now requires node 12+ minor: upgrade to ava 4. Biggest issue was removal of .cb() tests in favor of promises, which added a p-event dependency. breaking: removed bigfloat and bigdecimal support. Moved to cbor-bigdecimal package minor: updated and improved typescript type definitions minor: removed all uses of util from the library and dependents minor: make all tests run on Windows, build steps run on Windows breaking: removed support for experimental Set tag, which should not have shipped