Releases: coldbox-modules/quick
Releases · coldbox-modules/quick
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)
v2.2.2
perf
- BaseEntity: Better caching of metadata (27b6ec3)
v2.2.1
chore
- build: Use openjdk8 in Travis builds
(d8f7d41)
other
- *: docs: Fix Getting Started 404 (5c9eddd)
v2.2.0
feat
- Relationships: Add fetch methods to all Relationships (61a6035)
v2.1.3
tests
- Relationships: Prove relationship setters use the cache (953d653)
v2.1.2
fix
- VirtualInheritance: Certify virtual inheritance support (e105f18)
v2.1.1
fix
- Subselect: Return the entity after executing a subselect
(87e5a7a)