- Removed inefficient `aiosc.send` function - Added convenience `aiosc.connect` function for quick client creation - Added convenience `OSCProtocol.connect` method for quick server creation - Added async context manager hooks to `OSCProtocol` for use in `async with` statements
0.1.6
- Support incoming 64-bit float arguments
0.1.5
Brown paper bag release. README is updated with improved usage examples.
0.1.4
Allow adding handlers after initialization to OSCProtocol.
0.1.3
Use compiled regular expression for pattern matching.