Releases: coldbox-modules/quick
Releases · coldbox-modules/quick
v2.5.2
fix
- BaseEntity: Pass the entity to
when
closures (96a8f3a)
v2.5.1
fix
- BaseEntity: Account for null values with custom setters (685e175)
- BaseEntity: Reset underlying query when resetting entity (83a6fdb)
v2.5.0
feat
- BaseEntity: Allow entities to define a custom collection type. (9135eee)
v2.4.3
fix
- BaseEntity: Avoid stack overflow with getMemento and custom getters (7c9e073)
v2.4.2
fix
- memento: Use available getters for the memento
(ba562c3)
v2.4.1
fix
- memento: Correctly serialize array relationships by default
(479dabc)
v2.4.0
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
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
feat
- BaseEntity: Add flag to ignore non-existing attributes to fill (428b31a)
v2.2.3
fix
- BaseEntity: Temporary fix for extra values in data (821a054)