Skip to content

Latest commit

 

History

History
66 lines (37 loc) · 870 Bytes

CHANGELOG.md

File metadata and controls

66 lines (37 loc) · 870 Bytes

0.7.0

  • Added @AutoIncrement() annotation for auto incrementing values
  • Added support for multiple schemas when using the migration tool
  • Fixed escaping of strings

0.6.4

  • Fix data encoding

0.6.3

  • Move QueryParams to public library

0.6.2

  • Allow models to inherit fields from other classes

0.6.1

  • Fix deep insert bug

0.6.0

  • Update dependencies
  • Cleanup lints

0.5.0

  • Internal rewrite (again)
  • Added documentation to README

0.4.0

  • Rewrote view system
  • Internal refactoring

0.3.0

  • Update dependencies

0.2.3

  • Fix encoding bug

0.2.2

  • Update tool: Read json schema location from build.yaml

0.2.1

  • Added delete actions

0.2.0

  • Refactor and cleanup, first published version
  • Added first README draft

0.1.1

  • Use joins only for many-to-many
  • Fix some generation bugs

0.1.0

  • Initial development release