Also see the Release notes in Github
- Fixed issue where using the json initializer, json numbers 0 and 1 were treated as bools.
- Introducing BinsonEncoder and BinsonDecoder with support for Codable protocols introduced in swift 4.0
- Builder.unpack(*) methods are now throwable initializers on the Binson class itself.
- Renamed some types to reduce pollution of the global namespace. Value is now BinsonValue etc.
- Faster unpacking
- Double type was not serialized properly
We're pleased to present Binson Swift 1.1.
- Better packing
This release implements Binson 1.0
- Builder class to create Binson objects from Bytes, Data and Hex
- Value implementation for each Binson Value Type
- Pack and Unpack functions
- Some of the Packing is overly complicated
- Some value types are not as pretty to work with
- Documentation is lacking