v6.0.0
This Semver Major update to node-osc drops support for Node.js 10 / 13 / 15, adds experimental bundle support, and drops one of the two internal dependencies.
As internals have changes it is possible that error messages are going to be different than previous releases.
Notable Changes
- ce02e95 - chore: drop support for node 10 / 13 / 15
- 0eb7549 - server: add experimental bundle support
- 1c4365a - client: experimental bundle support
Shout Outs
Thanks to @jshea2 for helping to get bundle support together! Without clear examples of how to generate bundles to test the implementation I would never have been able to get support together.