Skip to content

Releases: coldbox-modules/quick

v7.0.1

13 Jun 21:53
ef75b8f

Choose a tag to compare

fix

  • Casts: Allow nulls while using casts (ef75b8f)

v7.0.0

08 Jun 23:20
28357ce

Choose a tag to compare

BREAKING

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

v6.2.1

03 Jun 01:28
9ae05a4

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

Choose a tag to compare

feat

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

v6.1.0

11 May 13:18
af3cdf9

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

Choose a tag to compare

BREAKING

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

v5.3.3

26 Apr 16:48
c38c6e1

Choose a tag to compare

fix

  • QuickBuilder: Use correct nesting for where statements (c38c6e1)

v5.3.2

26 Apr 16:37
7079cfc

Choose a tag to compare

fix

  • BaseEntity: Fixed retrieving null values from fields and relationships (7079cfc)

v5.3.1

17 Mar 02:38
682e1fe

Choose a tag to compare

chore

  • BaseEntity: Revert changes specific to array returntypes in qb
    (682e1fe)
  • box.json: Upgrade to latest cfmigrations
    (e3e4c7b)

fix

  • BaseEntity: Workaround for adobe@2021 not supporting null values in param statements
    (aa43e9c)
  • BaseEntity: Special handling for Lucee generated keys (5cd8817)
  • QuickQB: Don't overwrite array return formats
    (c195cf1)

v5.3.0

15 Mar 06:59
875ab15

Choose a tag to compare

feat

  • BaseEntity: Add a way to not fire events inside a callback
    (875ab15)