v0.8.9
What's Changed
- feat(coap-server): add support for URI variables by @JKRhb in #1078
- feat(examples/quickstart): add a refill action for coffe-machine by @relu91 in #1081
- chore: disable Node.js 16 CI builds/tests by @danielpeintner in #1076
- chore: increase version numbers to 0.8.9 for next release by @danielpeintner in #1080
- fix(binding-netconf): use optional chaining for non-null-assertion by @JKRhb in #1079
- feat!(coap-server): adjust constructor to HTTP server by @JKRhb in #1082
- Data Schema Fix for Quickstart example by @egekorkan in #1083
- refactor(coap-server): simplify form generation by @JKRhb in #1084
- chore(binding-coap): enable strict-boolean-expressions and null checks by @JKRhb in #1088
- docs: Update HTTP README.md with UrlRewrite by @danielpeintner in #1091
- test(binding-coap):
await
all calls ofcoapServer.stop()
by @JKRhb in #1094 - chore(td-tools): enable eslint/strict-boolean-expressions and strictNullChecks by @danielpeintner in #1077
- feat(coap-server): add initial meta operation support by @JKRhb in #1086
- docs(contributing): add a guide for checking of
undefined
ornull
by @relu91 in #1093 - chore: move common devDependencies to top-level package.json by @JKRhb in #1098
- chore(core): enable eslint/strict-boolean-expressions & strictNullChecks by @danielpeintner in #1096
- chore: update TS definitions by @danielpeintner in #1102
- chore(examples): enable eslint/strict-boolean-expressions and strictNullChecks by @danielpeintner in #1095
- fix(td-tools): proper absoluteURL handling in AAS/AID by @danielpeintner in #1100
- chore(devDeps): upgrade eslint packages by @JKRhb in #1103
- refactor(core): use # instead __ as internal handler prefix by @JKRhb in #1104
- refactor(binding-http): re-introduce proper error message check by @danielpeintner in #1111
- refactor: remove unnecessary
new Promise
wrappers by @JKRhb in #1110 - docs(binding-opcua): fix demo-opcua1.ts in README by @JKRhb in #1109
- refactor(core): use private variables instead of function wrappers by @JKRhb in #1106
- refactor(td-tools): Aid updates by @danielpeintner in #1107
- refactor: use
structuredClone
for deep copying by @JKRhb in #1105 - refactor(td-tools): AID idShort does not allow ":" and uses "_" instead by @danielpeintner in #1113
- chore(binding-http): enable eslint/strict-boolean-expressions by @JKRhb in #1097
- Improve readme by @relu91 in #1114
Full Changelog: v0.8.8...v0.8.9