- Added
@AutoIncrement()
annotation for auto incrementing values - Added support for multiple schemas when using the migration tool
- Fixed escaping of strings
- Fix data encoding
- Move QueryParams to public library
- Allow models to inherit fields from other classes
- Fix deep insert bug
- Update dependencies
- Cleanup lints
- Internal rewrite (again)
- Added documentation to README
- Rewrote view system
- Internal refactoring
- Update dependencies
- Fix encoding bug
- Update tool: Read json schema location from build.yaml
- Added delete actions
- Refactor and cleanup, first published version
- Added first README draft
- Use joins only for many-to-many
- Fix some generation bugs
- Initial development release