All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Add
container_as_blob
(#63)
- Fixed serialization of empty sequences (#58)
- No longer panic on unknown fields (#46)
- Deserialization of nested structs (#37).
1.0.1 - 2021-07-09
- An issue where byte sequences were serialized as sequences instead of the expected byte string.
- Missing documentation on public items.
- Support for deserializing fixed-length byte arrays.
1.0.0 - 2021-04-30
Initial release.