Logo
Explore Help
Sign In
jwetzell/osc-js
1
0
Fork 0
You've already forked osc-js
mirror of https://github.com/jwetzell/osc-js.git synced 2026-07-26 10:28:46 +00:00
Code Issues Packages Projects Releases 10 Wiki Activity

10 Releases 14 Tags

RSS Feed
  • osc/v1.7.0 c4e0204def
    Compare

    Stable

    jwetzell released this 2025-09-17 15:58:10 +00:00 | 160 commits to main since this release

    📅 Originally published on GitHub: Mon, 13 Oct 2025 18:32:16 GMT
    🏷️ Git tag created: Wed, 17 Sep 2025 15:58:10 GMT

    Full Changelog: https://github.com/jwetzell/osc-js/compare/osc/v1.6.0...osc/v1.7.0

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • osc/v1.6.0 cc14c4c886
    Compare

    Stable

    jwetzell released this 2024-10-25 17:15:25 +00:00 | 330 commits to main since this release

    📅 Originally published on GitHub: Fri, 25 Oct 2024 17:17:11 GMT
    🏷️ Git tag created: Fri, 25 Oct 2024 17:15:25 GMT

    What's Changed

    • add support for bundling both esm and cjs versions by @jwetzell in https://github.com/jwetzell/osc-js/pull/29

    Full Changelog: https://github.com/jwetzell/osc-js/compare/osc/v1.5.0...osc/v1.6.0

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • osc/v1.5.0 1b10930a8e
    Compare

    Stable

    jwetzell released this 2024-10-21 17:46:15 +00:00 | 339 commits to main since this release

    📅 Originally published on GitHub: Mon, 21 Oct 2024 17:46:52 GMT
    🏷️ Git tag created: Mon, 21 Oct 2024 17:46:15 GMT

    What's Changed

    • add function to guess type and decode by @jwetzell in https://github.com/jwetzell/osc-js/pull/28

    Full Changelog: https://github.com/jwetzell/osc-js/compare/osc/v1.4.0...osc/v1.5.0

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • osc/v1.4.0 5449c8ec5b
    Compare

    Stable

    jwetzell released this 2024-10-16 02:57:18 +00:00 | 342 commits to main since this release

    📅 Originally published on GitHub: Wed, 16 Oct 2024 02:58:00 GMT
    🏷️ Git tag created: Wed, 16 Oct 2024 02:57:18 GMT

    What's Changed

    • rework message testing for easier addition of failing tests by @jwetzell in https://github.com/jwetzell/osc-js/pull/24
    • allow no type string in OSC message by @jwetzell in https://github.com/jwetzell/osc-js/pull/25
    • fix bundle minimum size check by @jwetzell in https://github.com/jwetzell/osc-js/pull/26

    Full Changelog: https://github.com/jwetzell/osc-js/compare/osc/v1.3.0...osc/v1.4.0

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • osc/v1.3.0 1f214396ae
    Compare

    Stable

    jwetzell released this 2024-10-15 00:48:24 +00:00 | 355 commits to main since this release

    📅 Originally published on GitHub: Tue, 15 Oct 2024 00:49:50 GMT
    🏷️ Git tag created: Tue, 15 Oct 2024 00:48:24 GMT

    What's Changed

    • add support for osc infinitum type by @jwetzell in https://github.com/jwetzell/osc-js/pull/16
    • add support for osc h type by @jwetzell in https://github.com/jwetzell/osc-js/pull/17
    • add support for osc d type by @jwetzell in https://github.com/jwetzell/osc-js/pull/18
    • add support for osc array types by @jwetzell in https://github.com/jwetzell/osc-js/pull/23

    Full Changelog: https://github.com/jwetzell/osc-js/compare/osc/v1.2.0...osc/v1.3.0

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • osc/v1.2.0 f9f763d6c4
    Compare

    Stable

    jwetzell released this 2024-10-13 22:18:01 +00:00 | 372 commits to main since this release

    📅 Originally published on GitHub: Sun, 13 Oct 2024 22:18:50 GMT
    🏷️ Git tag created: Sun, 13 Oct 2024 22:18:01 GMT

    What's Changed

    • add support for osc nil type by @jwetzell in https://github.com/jwetzell/osc-js/pull/15

    Full Changelog: https://github.com/jwetzell/osc-js/compare/osc/v1.1.0...osc/v1.2.0

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • osc/v1.1.0 f75b663812
    Compare

    Stable

    jwetzell released this 2024-10-13 21:45:46 +00:00 | 376 commits to main since this release

    📅 Originally published on GitHub: Sun, 13 Oct 2024 21:47:57 GMT
    🏷️ Git tag created: Sun, 13 Oct 2024 21:45:46 GMT

    What's Changed

    • add support for osc color type by @jwetzell in https://github.com/jwetzell/osc-js/pull/13
    • fix osc bundles not parsing multiple content chunks correctly by @jwetzell in https://github.com/jwetzell/osc-js/pull/14

    Full Changelog: https://github.com/jwetzell/osc-js/compare/osc/v1.0.0...osc/v1.1.0

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • readosc/v0.2.0 acc93189a9
    Compare

    Stable

    jwetzell released this 2024-10-13 20:40:46 +00:00 | 386 commits to main since this release

    📅 Originally published on GitHub: Sun, 13 Oct 2024 21:48:17 GMT
    🏷️ Git tag created: Sun, 13 Oct 2024 20:40:46 GMT

    What's Changed

    • allow readosc to make use of remainingBytes in messageFromBuffer by @jwetzell in https://github.com/jwetzell/osc-js/pull/12

    Full Changelog: https://github.com/jwetzell/osc-js/compare/osc/v1.0.0...readosc/v0.2.0

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • osc/v1.0.0 109a690796
    Compare

    Stable

    jwetzell released this 2024-10-13 20:31:39 +00:00 | 390 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 GMT

    BREAKING CHANGES

    • messageFromBuffer and bundleFromBuffer now return [decodedObect, bytesLeftOver] instead of just decodedData

    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
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v0.2.1 cdb40284e6
    Compare

    Stable

    jwetzell released this 2024-10-09 01:11:38 +00:00 | 418 commits to main since this release

    📅 Originally published on GitHub: Wed, 09 Oct 2024 01:18:36 GMT
    🏷️ Git tag created: Wed, 09 Oct 2024 01:11:38 GMT

    • fix types property in package.json to point to the correct file

    Full Changelog: https://github.com/jwetzell/osc-js/compare/v0.2.0...v0.2.1

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
Powered by Gitea Version: 1.26.2 Page: 262ms Template: 30ms
Auto
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API