Skip to content

Releases: tripsolutions/py-liant

v0.8.7 release

30 Jul 14:12

Choose a tag to compare

Changes

  • add in_ operator to auto filters

v0.8.6 release

01 Apr 20:39

Choose a tag to compare

Changes:

  • use polymorphic constructor in CRUDView's insert method

v0.8.5 release

31 Mar 09:57

Choose a tag to compare

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

30 Mar 16:55

Choose a tag to compare

Changes:

  • coerce value for array columns using explicit SQL cast

v0.8.3 release

30 Mar 15:55

Choose a tag to compare

Bugfixes:

  • fix bug in polymorphic constructor

Changes:

  • polymorphism: use base class constructor when no discriminator provided

v0.8.2 release

26 Mar 11:19

Choose a tag to compare

Changes:

  • allow subclassing of CatchallTarget

v0.8.1 release

25 Mar 18:39

Choose a tag to compare

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

21 Aug 15:07

Choose a tag to compare

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

20 Aug 12:46

Choose a tag to compare

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

16 Aug 13:56

Choose a tag to compare

Add table of contents