hildjj / node-cbor

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

Require buffer #133

Closed hildjj closed 3 years ago

hildjj commented 3 years ago

This is going to need more work before it's ready

coveralls commented 3 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling 51f66dd6f6c68e5c1fb4d4ba7b598087762ef377 on require-buffer into dc25e8a4baa4911e868b8eb7d34f6fdf0a104777 on master.

hildjj commented 3 years ago

Fixes #131. Fixes #132. Fixes #60.

See https://github.com/hildjj/node-cbor/pull/130 for discussion.

hildjj commented 3 years ago

I am likely to merge this today, but doing a release will take some work, since I want to try and automate that process. But I need this on master to ensure that all of the links work.