35 Commits

Author SHA1 Message Date
jwetzell efce70806f bump version to 0.2.2 v0.2.2 2024-10-09 12:34:16 -05:00
jwetzell 030c8b63bf remove debug logging 2024-10-09 12:33:38 -05:00
jwetzell 6f2714dc74 split things up 2024-10-09 12:33:28 -05:00
jwetzell cdb40284e6 add tag wildcard v0.2.1 2024-10-08 20:11:38 -05:00
jwetzell c66c6516ee bump version to 0.2.1 2024-10-08 20:08:43 -05:00
jwetzell ee67362828 fix types property 2024-10-08 20:08:27 -05:00
jwetzell 48131d4d0c change publish to on tag 2024-10-08 20:06:40 -05:00
jwetzell 3be607a6b9 bump version to 0.2.0 v0.2.0 2024-10-08 19:57:08 -05:00
jwetzell a426d3cd88 Merge pull request #4 from jwetzell/osc-bundle
OSC Bundle support
2024-10-08 19:55:02 -05:00
jwetzell fbaf0727cc add real basic bundle tests 2024-10-08 19:53:10 -05:00
jwetzell 0f17edc03d add bundleFromBuffer and bundleToBuffer 2024-10-08 19:52:58 -05:00
jwetzell 3a5f7093d5 add type to messageToBuffer 2024-10-08 19:52:26 -05:00
jwetzell a4f2fa44eb run prettier 2024-10-08 19:51:37 -05:00
jwetzell bd5fd1e8f7 add examples from OSC 1.0 spec to decode test 2024-10-08 19:51:21 -05:00
jwetzell 5f3745fc2c remove fromString methods 2024-10-08 19:50:38 -05:00
jwetzell c49195082f Merge pull request #2 from jwetzell/osc-message-decode
OSC message decoding
2024-10-07 20:11:20 -05:00
jwetzell 30bceff46c add workflow to run tests on PR 2024-10-07 20:07:50 -05:00
jwetzell 3e96e527f3 add test script to package.json 2024-10-07 20:07:32 -05:00
jwetzell ece1d988f5 add basic tests 2024-10-07 12:59:31 -05:00
jwetzell eea5033147 remove example 2024-10-07 12:59:20 -05:00
jwetzell d295b45228 run prettier 2024-10-07 12:58:51 -05:00
jwetzell 24e09960d9 fix issue with buffer padding 2024-10-07 12:56:10 -05:00
jwetzell 753ec6d8df add different error classes 2024-10-07 12:55:48 -05:00
jwetzell eae4ef7256 fix type definition of converter map 2024-10-07 12:54:49 -05:00
jwetzell 6907cf7595 add fromBuffer for osc types 2024-10-07 12:51:59 -05:00
jwetzell e79771b137 add fromString for bool types 2024-10-07 12:50:44 -05:00
jwetzell 5eade927fa fromBuffer is not optional 2024-10-07 12:42:22 -05:00
jwetzell c2da7eea71 add decode to example 2024-10-03 21:24:10 -05:00
jwetzell 9c78cf4329 add address and type string decoding 2024-10-03 21:24:01 -05:00
jwetzell e0faf5299e cleanup import 2024-10-03 11:23:23 -05:00
jwetzell 719f5a0f15 add dumb example 2024-10-02 21:33:36 -05:00
jwetzell a5e6a08961 add T and F osc types 2024-10-02 21:33:33 -05:00
jwetzell f8d0d6b827 Merge pull request #1 from jwetzell/dependabot/npm_and_yarn/types/node-22.7.4
Bump @types/node from 22.5.5 to 22.7.4
2024-10-02 20:53:40 -05:00
dependabot[bot] 5475a0de0b Bump @types/node from 22.5.5 to 22.7.4
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.5.5 to 22.7.4.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-03 01:47:15 +00:00
jwetzell 4b49e0f9fe initial commit 2024-10-02 20:46:17 -05:00