Skip to content

Releases: sammysmallman/CoreOSC

v2.0.0

04 Jun 19:05
2.0.0
20581ab
Compare
Choose a tag to compare
  • Prepare for Swift Concurrency
  • Reduce dynamic dispatch

v1.3.1

02 Oct 08:35
1.3.1
887328e
Compare
Choose a tag to compare

Whats Changed:

  • During parsing of both the address pattern and type tag string, checks are made so that we don’t parse any invalid characters.
  • Fixed crash with not closed brackets and curly braces e.g. "/core/[o-" and "/core/{osc"
  • Fixed crash with asterisk wildcard e.g. "/core/*sc"