Skip to content

v0.4.0 -Generate schema with Go code

Compare
Choose a tag to compare
@MetalBlueberry MetalBlueberry released this 18 Jul 14:23
· 57 commits to master since this release
ba2cc67

This release replaces the previous tool to generate the code with a custom go implementation for the same purpose. This should be much easier to understand and facilitate contributions from other people (you, for example)

This version is not backward compatible, but the upgrade should be easy and automatically detected by the compiler

Most important changes

  • Code is generated with plain go.
  • Package is not named grob instead of graphic_objects to simplify usage
  • Constant variables names have been refactored to follow Go name conventions
  • Ensure that constants are generated per trace type.