Releases: coapjs/coap-packet
Releases · coapjs/coap-packet
v1.1.1
Compare
Sorry, something went wrong.
No results found
What's Changed
feat: implement RFC 8974 (extended token length) by @JKRhb in #21
Use canonical maps/arrays instead of new Function by @dcousens in #22
New Contributors
Full Changelog : v1.1.0...v1.1.1
v1.1.0
Compare
Sorry, something went wrong.
No results found
What's Changed
feat: add missing CoAP option numbers by @JKRhb in #20
Full Changelog : v0.2.0...v1.1.0
v0.2.0
Compare
Sorry, something went wrong.
No results found
What's Changed
chore: Update dependencies and move CI to Github Actions by @JKRhb in #13
fix: Replace deprecated Buffer instantiation by @JKRhb in #14
fix: allow messageId to be 0 by @JKRhb in #15
fix: get rid of remaining new Buffer() statements by @JKRhb in #16
style: apply StandardJS coding style by @JKRhb in #17
Make last style fixes, add linter CI, update README by @JKRhb in #18
New Contributors
Full Changelog : v0.1.14...v0.2.0
v0.1.14
Compare
Sorry, something went wrong.
No results found
Added TypeScript types #9
v0.1.13
Compare
Sorry, something went wrong.
No results found
v0.1.11
Compare
Sorry, something went wrong.
No results found
v0.1.10
Compare
Sorry, something went wrong.
No results found
Payload marker gets added on empty payload #1
v0.1.9
Compare
Sorry, something went wrong.
No results found
Fixed a bug in the option sorting when generating a packet. Sometimes the wrong order was picked.
v0.1.8
Compare
Sorry, something went wrong.
No results found
Added support for 'Observe' option.
v0.1.7
Compare
Sorry, something went wrong.
No results found
Handling of messages with no payload and payload separator