warehouse 0.1.2
warehouse: ^0.1.2 copied to clipboard
A database to object mapper
Changelog #
0.1.2 #
- fix: Bump constrain dependency
0.1.1 #
- feat: Make it possible to ignore specific fields using
Ignore()annotation - feat: Initial plumbing for SQL support
- fix: Different matchers for list containing and string containing
Breaking Changes #
There are no breaking changes in the public API and thus no big version bump, there is a small breaking change for adapters though which needs to be updated. That update should not affect any public API from the adapter.
0.1.0 #
- Initial version