v1.6.0
·
21 commits
to refs/heads/main
since this release
What's Changed
✨ New Features
- Allow semantic comparison of collections by @AndreasAlbertQC in #62
- Implement dunder repr for collection, schema, column and rule by @MoritzPotthoffQC in #63
- Add
name
string property tody.Column
by @delsner in #52 - Introduce (de-)serialization for schemas by @borchero in #57
- Allow semantic comparison of schemas by @borchero in #55
🐞 Bug Fixes
- Improve exception message for invalid collection type annotations by @MoritzPotthoffQC in #53
📦 Refactorings
- Refactor (group-)rule to be lazily evaluated by @delsner in #64
- Emit FutureWarning on nullable primary key by @AndreasAlbertQC in #41
♻️ Chores
Full Changelog: v1.5.0...v1.6.0