Skip to content

Releases: MylesBorins/node-osc

v11.5.0

21 May 03:47
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

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

06 Apr 01:02
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

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

16 Mar 03:32
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

What's Changed

Full Changelog: v11.2.3...v11.3.0

v11.2.3

12 Mar 12:08
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

What's Changed

Full Changelog: v11.2.2...v11.2.3

v11.2.2

03 Jan 04:08
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

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

29 Dec 17:04
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

What's Changed

Full Changelog: v11.2.0...v11.2.1

v11.2.0

29 Dec 06:01
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

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

02 Dec 07:02
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

What's Changed

Full Changelog: v11.1.0...v11.1.1

v11.1.0

25 Nov 15:12
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

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

Full Changelog: v11.0.0...v11.1.0

v11.0.0

04 Sep 16:06
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

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