Releases: MylesBorins/node-osc
Releases · MylesBorins/node-osc
v11.5.0
Immutable
release. Only release title and notes can be modified.
What's Changed
- build(deps-dev): bump eslint from 10.1.0 to 10.2.0 by @dependabot[bot] in #207
- build(deps-dev): bump tap from 21.6.2 to 21.6.3 by @dependabot[bot] in #208
- build(deps-dev): bump globals from 17.4.0 to 17.5.0 by @dependabot[bot] in #209
- build(deps-dev): bump rollup from 4.60.1 to 4.60.2 by @dependabot[bot] in #213
- build(deps-dev): bump tap from 21.6.3 to 21.7.1 by @dependabot[bot] in #212
- build(deps-dev): bump typescript from 6.0.2 to 6.0.3 by @dependabot[bot] in #210
- build(deps-dev): bump eslint from 10.2.0 to 10.2.1 by @dependabot[bot] in #211
- build(deps-dev): bump globals from 17.5.0 to 17.6.0 by @dependabot[bot] in #214
- build(deps-dev): bump eslint from 10.2.1 to 10.3.0 by @dependabot[bot] in #215
- build(deps-dev): bump tap from 21.7.1 to 21.7.2 by @dependabot[bot] in #216
- build(deps): bump uuid and @tapjs/processinfo by @dependabot[bot] in #217
- build(deps-dev): bump eslint from 10.3.0 to 10.4.0 by @dependabot[bot] in #221
- build(deps-dev): bump rollup from 4.60.2 to 4.60.4 by @dependabot[bot] in #222
- build(deps-dev): bump tap from 21.7.2 to 21.7.4 by @dependabot[bot] in #223
- fix: publish correct esm and cjs type declarations by @MylesBorins in #224
Full Changelog: v11.4.0...v11.5.0
v11.4.0
Immutable
release. Only release title and notes can be modified.
What's Changed
- build(deps-dev): bump picomatch from 4.0.3 to 4.0.4 by @dependabot[bot] in #203
- build(deps-dev): bump eslint from 10.0.3 to 10.1.0 by @dependabot[bot] in #201
- build(deps-dev): bump rollup from 4.59.0 to 4.60.0 by @dependabot[bot] in #202
- build(deps-dev): bump flatted from 3.4.1 to 3.4.2 by @dependabot[bot] in #200
- build(deps-dev): bump rollup from 4.60.0 to 4.60.1 by @dependabot[bot] in #204
- build(deps-dev): bump lodash from 4.17.23 to 4.18.1 by @dependabot[bot] in #206
- build(deps-dev): bump typescript from 5.9.3 to 6.0.2 by @dependabot[bot] in #205
Full Changelog: v11.3.0...v11.4.0
v11.3.0
Immutable
release. Only release title and notes can be modified.
What's Changed
- feat: add Server.prototype.send() by @MylesBorins in #192
- deps: run npm audit fix by @MylesBorins in #193
- docs: fix generated API anchors and refresh maintenance docs by @MylesBorins in #194
- build(deps-dev): bump globals from 16.3.0 to 17.4.0 by @dependabot[bot] in #198
- build(deps-dev): bump tap from 21.5.0 to 21.6.2 by @dependabot[bot] in #195
- build(deps-dev): bump eslint from 9.34.0 to 10.0.3 by @dependabot[bot] in #197
- build(deps-dev): bump @eslint/js from 9.34.0 to 10.0.1 by @dependabot[bot] in #196
- Add .node-version for Node 24 by @MylesBorins in #199
Full Changelog: v11.2.3...v11.3.0
v11.2.3
Immutable
release. Only release title and notes can be modified.
What's Changed
- build(deps): bump tar and tap by @dependabot[bot] in #182
- build(deps-dev): bump lodash from 4.17.21 to 4.17.23 by @dependabot[bot] in #184
- build(deps-dev): bump tar from 7.5.3 to 7.5.6 by @dependabot[bot] in #183
- build(deps-dev): bump tar from 7.5.6 to 7.5.7 by @dependabot[bot] in #185
- build(deps-dev): bump tar from 7.5.7 to 7.5.9 by @dependabot[bot] in #186
- build(deps-dev): bump tar from 7.5.9 to 7.5.11 by @dependabot[bot] in #191
- build(deps-dev): bump rollup from 4.50.0 to 4.59.0 by @dependabot[bot] in #187
- build(deps): bump minimatch by @dependabot[bot] in #188
Full Changelog: v11.2.2...v11.2.3
v11.2.2
Immutable
release. Only release title and notes can be modified.
What's Changed
- Add agent.md for AI agents and Copilot by @Copilot in #174
- Fix Windows port binding race condition and achieve 100% test coverage by @Copilot in #173
- build: update action by @MylesBorins in #175
- Add tests for timetag immediate and numeric encoding by @MylesBorins in #176
- Add defensive OSC decode bounds checks and tests by @MylesBorins in #177
- Add decode sanitization tests and enforce bundle element validation by @MylesBorins in #178
- Add docs landing page (README.md) for better GitHub navigation by @Copilot in #179
- Validate bundle timetag length, add truncated-timetag tests, and include scripts in lint by @MylesBorins in #180
Full Changelog: v11.2.1...v11.2.2
v11.2.1
Immutable
release. Only release title and notes can be modified.
What's Changed
- build: update actions dependencies by @MylesBorins in #166
- Align OSC string padding to byte length by @MylesBorins in #168
- Handle Buffer arguments in Message.append by @MylesBorins in #167
- Preserve input arrays in Client.send by using slice by @MylesBorins in #169
Full Changelog: v11.2.0...v11.2.1
v11.2.0
Immutable
release. Only release title and notes can be modified.
What's Changed
- Add Promise support to Client and Server interfaces by @Copilot in #149
- Add comprehensive JSDoc comments and API documentation by @Copilot in #152
- Relicense project from LGPL-3.0-or-later to Apache-2.0 by @Copilot in #153
- Add socket error handlers to Server and Client by @Copilot in #155
- Potential fix for code scanning alert no. 4: Workflow does not contain permissions by @MylesBorins in #156
- Potential fix for code scanning alert no. 2: Workflow does not contain permissions by @MylesBorins in #157
- Expose encode/decode methods for direct OSC encoding/decoding by @Copilot in #154
- Add TypeScript type definitions generated from JSDoc by @Copilot in #159
- Fix race condition in e2e tests causing SIGILL on Ubuntu by @Copilot in #161
- Fix Windows port binding race condition in test utilities by @Copilot in #164
- Consolidate documentation using JSDoc as single source of truth by @Copilot in #165
Full Changelog: v11.1.1...v11.2.0
v11.1.1
Immutable
release. Only release title and notes can be modified.
What's Changed
- fix: ensure that node.js builtins are being imported by @MylesBorins in #148
Full Changelog: v11.1.0...v11.1.1
v11.1.0
Immutable
release. Only release title and notes can be modified.
What's Changed
- Fix macOS UDP test failures by using 127.0.0.1 instead of 0.0.0.0 by @Copilot in #147
- README: Update Node versions + Bundle support by @harryhjsh in #145
- build(deps-dev): bump js-yaml from 4.1.0 to 4.1.1 by @dependabot[bot] in #143
- build(deps-dev): bump glob from 10.4.5 to 10.5.0 by @dependabot[bot] in #144
New Contributors
- @harryhjsh made their first contribution in #145
Full Changelog: v11.0.0...v11.1.0
v11.0.0
Immutable
release. Only release title and notes can be modified.
What's Changed
- Remove osc-min dependency and implement native OSC protocol support with comprehensive test coverage by @Copilot in #140
- Implement OSC MIDI type 'm' support for OSC Spec 1.0/1.1 compatibility by @Copilot in #142
New Contributors
- @Copilot made their first contribution in #140
Full Changelog: v10.0.0...v11.0.0