Skip to content

Releases: johan162/genrmsg

v1.1.0

24 May 20:18

Choose a tag to compare

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

22 May 20:39

Choose a tag to compare

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 ToStr and FromStr in used enums

Roadmap (post MVP)

  • Make all main entries in YAML optional
  • Sorted payload field names
  • Option for sorted generated messages