Skip to content

Releases: coldbox-modules/quick

v2.5.2

09 Dec 17:57
Compare
Choose a tag to compare

fix

  • BaseEntity: Pass the entity to when closures (96a8f3a)

v2.5.1

05 Dec 04:55
Compare
Choose a tag to compare

fix

  • BaseEntity: Account for null values with custom setters (685e175)
  • BaseEntity: Reset underlying query when resetting entity (83a6fdb)

v2.5.0

04 Dec 21:53
Compare
Choose a tag to compare

feat

  • BaseEntity: Allow entities to define a custom collection type. (9135eee)

v2.4.3

19 Nov 07:59
Compare
Choose a tag to compare

fix

  • BaseEntity: Avoid stack overflow with getMemento and custom getters (7c9e073)

v2.4.2

08 Nov 00:45
Compare
Choose a tag to compare

fix

  • memento: Use available getters for the memento
    (ba562c3)

v2.4.1

07 Nov 16:58
Compare
Choose a tag to compare

fix

  • memento: Correctly serialize array relationships by default
    (479dabc)

v2.4.0

06 Nov 22:26
Compare
Choose a tag to compare

chore

  • dependencies: Update TestBox to version 3
    (a0dd6ab)

feat

  • setters: Apply setters when hydrating the entity from the database
    (e4a0158)
  • ErrorMessages: Improve error messages for not loaded entities (f3f2e2d)
  • Scopes: Query scopes can return any value (358e977)

v2.3.1

06 Nov 21:45
Compare
Choose a tag to compare

chore

  • build: Adjust travis testbox run
    (790df84)

fix

  • tests: Fix strange test error on Lucee 5 with nested describe blocks
    (305e0a2)
  • BaseEntity: Return the correct memento with accessors on (59614a0)

v2.3.0

08 Jul 15:46
Compare
Choose a tag to compare

feat

  • BaseEntity: Add flag to ignore non-existing attributes to fill (428b31a)

v2.2.3

17 Jun 15:06
Compare
Choose a tag to compare

fix

  • BaseEntity: Temporary fix for extra values in data (821a054)