Skip to content

Releases: build-aau/typed_graph_cli

Beta version V0.3.0

18 Nov 08:17
Compare
Choose a tag to compare

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

09 Apr 11:22
Compare
Choose a tag to compare

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

05 Feb 13:59
Compare
Choose a tag to compare

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

15 Jan 15:28
Compare
Choose a tag to compare

This is the release of the first beta version of migration_handler.