Skip to content

Releases: coapjs/coap-packet

v1.1.1

03 Feb 09:51
61ffea1
Compare
Choose a tag to compare

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

11 Oct 15:36
Compare
Choose a tag to compare

What's Changed

  • feat: add missing CoAP option numbers by @JKRhb in #20

Full Changelog: v0.2.0...v1.1.0

v0.2.0

15 Sep 16:52
Compare
Choose a tag to compare

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

  • @JKRhb made their first contribution in #13

Full Changelog: v0.1.14...v0.2.0

v0.1.14

31 Mar 08:36
Compare
Choose a tag to compare
  • Added TypeScript types #9

v0.1.13

19 Jan 10:55
Compare
Choose a tag to compare
  • Support for node 4 and 5

v0.1.11

17 Jun 07:19
Compare
Choose a tag to compare
  • Added block1 and block2

v0.1.10

23 Mar 22:28
Compare
Choose a tag to compare
  • Payload marker gets added on empty payload #1

v0.1.9

14 Oct 17:54
Compare
Choose a tag to compare
  • Fixed a bug in the option sorting when generating a packet. Sometimes the wrong order was picked.

v0.1.8

11 Oct 07:49
Compare
Choose a tag to compare
  • Added support for 'Observe' option.

v0.1.7

10 Oct 21:59
Compare
Choose a tag to compare
  • Handling of messages with no payload and payload separator