Releases: nanopack-buffer/nanoc
Releases · nanopack-buffer/nanoc
v0.4.0-alpha
- C++ codegen is updated to match the new API of the C++ backing library
- various bug fixes, including circular import issue
v0.3.0-alpha
What's new
- Type ID is now optional in schema as it is now automatically computed by the compiler
- Support for uint8, uint32 and uint64
- Various bug fixes
v0.2.0-alpha
What's Changed
- Field numbers are now optional in message schemas
- Support for
NanoPackMessage.dataWithLengthPrefix()
method in Swift - Support for
NanoPack::Message::data_with_length_prefix()
method in C++ - Fix an issue in generated code where the read pointer is not correctly incremeted after reading string enums
v0.1.0-alpha
Initial release of nanoc
.