Releases: tripsolutions/py-liant
Releases · tripsolutions/py-liant
v0.8.7 release
Changes
- add
in_operator to auto filters
v0.8.6 release
Changes:
- use polymorphic constructor in CRUDView's insert method
v0.8.5 release
Fixes:
- fix stop iteration in apply_changes when encountering computed properties or hybrids without a setter
- fix issue in apply_changes that was overriding auto-incremented primary key columns
v0.8.4 release
Changes:
- coerce value for array columns using explicit SQL cast
v0.8.3 release
Bugfixes:
- fix bug in polymorphic constructor
Changes:
- polymorphism: use base class constructor when no discriminator provided
v0.8.2 release
Changes:
- allow subclassing of CatchallTarget
v0.8.1 release
Functional changes:
- Implicit filters now apply even for primary key URLs
- Implicit filters can be defined using a callable
Internal changes:
- fix test requirements
- restructure README.md
v0.8.0 release
Functional changes:
- allow polymorphic casting in relationship drilldown
- added support for implicit (default) filters
- added support for loading hints profiles
- loading hints: use - operator to unload collection
- loading hints: use + operator to join-load collection
Internal changes:
- documentation update
v0.7.0
v0.7.0 release
Functional changes:
- added _isnull autofilter
- added polymorphic casting in CatchallView route syntax
- added polymorphic loading hints
Fixes:
- fix exception when drilling into non-dynamic relationships
Internal changes:
- documentation updates and fixes
- unit testing coverage
v0.6.0
Add table of contents