Skip to content

v1.0.0

Choose a tag to compare

@johan162 johan162 released this 22 May 20:39
· 11 commits to develop since this release

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