Releases: ViAchKoN/dataclass-sqlalchemy-mixins
Releases · ViAchKoN/dataclass-sqlalchemy-mixins
v0.3.4
What's Changed
- fix:allow to create instance level converter config in #32
Full Changelog: v0.3.3...v0.3.4
v0.3.3
What's Changed
- fix: sometimes joined tables are not found using _legacy_setup_joins or _setup_joins in #31
Full Changelog: v0.3.2...v0.3.3
v0.3.2
What's Changed
- feature: allow to return only foreign key model path without column in #30
Full Changelog: v0.3.1...v0.3.2
v0.3.1
What's Changed
- chore: updated docs in #28
- fix: support relationships as string in #29
Full Changelog: v0.3.0...v0.3.1
v0.3.0
What's Changed
- feature: added utils to allow apply filters and orderings without using dataclasses
Full Changelog: v0.2.0...v0.3.0
v0.1.3
What's Changed
- feature: add docker compose to run test
- feature: allow sending exporting models parameters to to_binary_expressions and apply_filters methods in #23
Full Changelog: v0.1.2...v0.1.3