Releases: coldbox-modules/quick
Releases · coldbox-modules/quick
v2.5.6
fix
- BaseEntity: Correctly use the grammar annotation
(2312e9e)
v2.5.5
other
- *: chore: Use forgeboxStorage (ad6c413)
v2.5.4
fix
- CBORMCompat: Pass along query options in compat methods
(9a2739e)
v2.5.3
fix
- BaseEntity: Revert calling setters when hydrating entities (670fadb)
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)