Skip to content

Releases: SoftwarePunt/instarecord

v0.5.3

10 Oct 15:04
Compare
Choose a tag to compare
  • New: Model::getAutoApplicatorEnabled() allows auto application to disabled per-model

v0.5.2

30 Sep 12:57
Compare
Choose a tag to compare
  • New: Model::allIndexed() utility function

v0.5.1

28 Jun 13:23
Compare
Choose a tag to compare
  • Fix: default/implicit table names not working

v0.5.0

24 Jun 18:44
Compare
Choose a tag to compare
  • New: Model Validation (#5)

v0.4.1

27 Feb 09:21
Compare
Choose a tag to compare
  • Fix: Possible crash on relationship batch loading in case of results mismatch

v0.4.0

25 Jan 21:38
a38bc6c
Compare
Choose a tag to compare

This version adds support for relationships:

  • New: Define fully automatic one-to-one relationships with model properties
  • New: Automatic query optimization for one-to-one relationship querying
  • New: Utility for "has many" relationship collections

v0.3.0

08 Jan 15:18
2084acd
Compare
Choose a tag to compare
  • New: Model getPropertyIsDirty, setPropertyIsDirty

v0.2.1

23 Aug 05:33
3368f2c
Compare
Choose a tag to compare
  • Fixed: Multiple array-bound IN()s in one statement part will now work correctly

v0.2.0

25 Apr 09:33
Compare
Choose a tag to compare
  • New: Use bound parameters with Query->select()

v0.1.1

19 Jan 08:53
Compare
Choose a tag to compare

Bugfix release

  • Fixed: Querying using bound DateTime parameters ignores the configured database timezone