Skip to content

0.26.0

Compare
Choose a tag to compare
@Apollon77 Apollon77 released this 05 Nov 21:55
· 106 commits to master since this release
bcba880

This version supports all current LTS versions of Node.js (12.x, 14.x, 16.x). Older versions might still work but are untested from now on!

  • (JKRhb) Fix coding style with regard to StandardJS
  • (JKRhb) chore: update dependencies
  • (JKRhb) chore: remove Node version 10.x from CI testing
  • (JKRhb) docs: Let content-format registry link point to IANA
  • (JKRhb) fix: fix bugs in two examples
  • (JKRhb) fix(agent): reset _lastMessageId to 0
  • (JKRhb) fix(server): allow limiting to only one server instance per port number
  • (JKRhb) feat: add typescript declarations
  • (JKRhb) feat: add more Content-Formats
  • (JKRhb) test: add more tests for helper functions
  • (JKRhb) feat: add support for FETCH, PATCH, and iPATCH
  • (JKRhb) chore: add macos-latest to CI pipeline
  • (JKRhb) Various refactorings and cleanup
  • (JKRhb) Add strict null and type checking
  • (JKRhb) Improve README/documentation