Releases: johan162/genrmsg
Releases · johan162/genrmsg
v1.1.0
Release v1.1.0
New Features
- Allow specifications without common structures and enums
- Sort all messages and payload to maintain the order when generating messages
Bugfixes
- No known bugs
Upcoming features
- Revamp the need for semi hard coded error message
- Discover if messages already have prefix when prefix is enabled
v1.0.0
Initial release (MVP)
Features
- Generate message structs with serialization/deserialization support
- Automatic message numbering and prefix-naming
- Generate documentation in Markdown format
- Locking message numbers for API stability
- Automatically genrated Trait code for
ToStrandFromStrin used enums
Roadmap (post MVP)
- Make all main entries in YAML optional
- Sorted payload field names
- Option for sorted generated messages