Skip to content

Releases: coldbox-modules/quick

v7.3.0

21 Dec 19:13
Compare
Choose a tag to compare

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

15 Sep 20:07
Compare
Choose a tag to compare

feat

  • QuickQB: Allow defaultOptions for underlying QuickQB
    (a1e282f)

v7.1.1

24 Aug 02:27
1c72e75
Compare
Choose a tag to compare

other

  • *: chore: Pin commandbox-semantic-release to ^3.0.0 (1c72e75)

v7.1.0

18 Jul 20:45
b887731
Compare
Choose a tag to compare

feat

  • QuickBuilder: Add withSum shortcut method (b887731)

v7.0.1

13 Jun 21:53
ef75b8f
Compare
Choose a tag to compare

fix

  • Casts: Allow nulls while using casts (ef75b8f)

v7.0.0

08 Jun 23:20
28357ce
Compare
Choose a tag to compare

BREAKING

  • QuickBuilder: Allow for cloning of QuickBuilder instances (#229) (28357ce)

v6.2.1

03 Jun 01:28
9ae05a4
Compare
Choose a tag to compare

fix

  • QuickBuilder: Allow a QuickBuilder to be used wherever a QueryBuilder can be used (9ae05a4)

v6.2.0

24 May 16:31
1686cad
Compare
Choose a tag to compare

feat

  • GlobalScopes: Add ability to turn off all global scopes
    (1686cad)

v6.1.0

11 May 13:18
af3cdf9
Compare
Choose a tag to compare

feat

  • QuickBuilder: Add support to run QuickBuilder queries as qb queries including eager loading (af3cdf9)

v6.0.0

09 May 23:16
44e26b3
Compare
Choose a tag to compare

BREAKING

  • *: fix: ColdBox 7 Compatibility Updates (44e26b3)