Releases: coldbox-modules/quick
Releases · coldbox-modules/quick
v7.3.0
chore
- tests: add test case for checking null attributes on newly created entities (638754a)
- tests: add test case for deleteAll off of a hasMany relationship
(1626bc5)
- tests: add test case for belongsToMany withCount
(8bfad62)
- tests: add test case for firstOrNew with aliases and columns (5dc81bf)
feat
- QuickBuilder: Return optional QuickBuilder instances for
withCount
and withSum
(e1b17cf)
fix
- BaseEntity: Fix clearAttribute when not setting to null (4018d54)
- QuickBuilder: Fix using a query builder instance to define a subselect (8ac6ba7)
other
- *: fix: revert server.json change
(4182c55)
v7.2.0
feat
- QuickQB: Allow defaultOptions for underlying QuickQB
(a1e282f)
v7.1.1
other
- *: chore: Pin commandbox-semantic-release to ^3.0.0 (1c72e75)
v7.1.0
feat
- QuickBuilder: Add
withSum
shortcut method (b887731)
v7.0.1
fix
- Casts: Allow nulls while using casts (ef75b8f)
v7.0.0
BREAKING
- QuickBuilder: Allow for cloning of QuickBuilder instances (#229) (28357ce)
v6.2.1
fix
- QuickBuilder: Allow a QuickBuilder to be used wherever a QueryBuilder can be used (9ae05a4)
v6.2.0
feat
- GlobalScopes: Add ability to turn off all global scopes
(1686cad)
v6.1.0
feat
- QuickBuilder: Add support to run QuickBuilder queries as qb queries including eager loading (af3cdf9)
v6.0.0
BREAKING
- *: fix: ColdBox 7 Compatibility Updates (44e26b3)