mirror of
https://github.com/jwetzell/osc-js.git
synced 2026-08-19 14:04:01 +00:00
-
released this
2024-10-13 20:31:39 +00:00 | 406 commits to main since this release📅 Originally published on GitHub: Sun, 13 Oct 2024 20:35:24 GMT
🏷️ Git tag created: Sun, 13 Oct 2024 20:31:39 GMTBREAKING CHANGES
messageFromBufferandbundleFromBuffernow return[decodedObect, bytesLeftOver]instead of justdecodedData
What's Changed
- Consolidate osc tools by @jwetzell in https://github.com/jwetzell/osc-js/pull/9
- Remove Node Buffer by @jwetzell in https://github.com/jwetzell/osc-js/pull/10
- fromBuffer methods should return any unprocessed results by @jwetzell in https://github.com/jwetzell/osc-js/pull/11
Full Changelog: https://github.com/jwetzell/osc-js/compare/v0.2.1...osc/v1.0.0
Downloads