stormberry 0.8.0 stormberry: ^0.8.0 copied to clipboard
Access your postgres database effortlessly from dart code.
0.8.0 #
- Added support for serialization through custom annotations
- Improved migration cli and added support for manual migration output to .sql files
- Fixed bug with default views and value decoding
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