Releases: build-aau/typed_graph_cli
Releases · build-aau/typed_graph_cli
Beta version V0.3.0
Changes:
- Added documentation generation
- Fixed some issues with attribute annotation
- Schema deserialize and serieliaze were not consistent
- Use more IDE friendly python notation for enums
- Added support for auto convertion of types during migration
- Added AnyGraph and AnySchema
- Added json(default)
- Added Set type
Beta version V0.2.0
Changes:
- Added support for Opaque types
- Added attribute serde with skip, alias and untagged
- Allow for edges with quantity [1..1]
- Map now uses IndexMap instead og HashMap
- Added more specific types for generated getters
- Added experimental vscode syntax higlighting for .bs files
Beta version V0.1.3
Changes:
- Only allow pub(crate) and pub visibility
- Better error messages when expecting commas
- Added export to json
- cli module now available when linking to crate
- Added generic support for Enum and Structs
- Added support for Struct type enums
- Lots of bug fixes
Beta version V0.1.0
This is the release of the first beta version of migration_handler.