v0.4.0 -Generate schema with Go code
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.