Skip to content

Releases: coldbox-modules/quick

v5.2.1

14 Oct 18:51
df4f626
Compare
Choose a tag to compare

fix

  • QuickBuilder: Fixed accessing QuickBuilder from entities and relationships (df4f626)

v5.2.0

07 Oct 18:00
030e674
Compare
Choose a tag to compare

feat

  • BaseEntity: Add include and exclude arguments to fill method (030e674)

v5.1.3

29 Sep 16:41
1092a8e
Compare
Choose a tag to compare

fix

  • AutoIncrementingKeyType: Always return numeric value (1092a8e)

v5.1.2

28 Sep 17:34
Compare
Choose a tag to compare

fix

  • KeyType: Add the builder to the preInsert method for ReturningKeyType (f45d32d)

v5.1.1

28 Sep 17:02
Compare
Choose a tag to compare

fix

  • QuickQB: Set the table when creating new queries
    (b88bd1b)

v5.1.0

08 Sep 00:03
82739fd
Compare
Choose a tag to compare

feat

  • BaseEntity: Allow Single Table Inheritance (STI) with Discriminated Entities (82739fd)

v5.0.0

29 Aug 21:39
Compare
Choose a tag to compare

BREAKING

  • box.json: Drop support for ACF 2016 (b7849f3)
  • *: perf: Increase entity creation speed by at least 2x (b4c454e)

chore

  • CI: Disable fail-fast to see all engine results
    (c64c5f3)
  • box.json: Update dependencies
    (f59d14c)
  • LICENSE: Add MIT License
    (ddf8dd8)

feat

  • KeyTypes: Add a RowID key type (8b45d6d)

fix

  • compat: ACF 2021 is case-sensitive for dateFormat format strings
    (dbabac9)
  • QuickBuilder: Add back ability to retrieve the underlying QueryBuilder instance
    (9b3f3f7)
  • Casts: Fix too much casting
    (96d3e15)

other

  • *: Add in needed 2021 dependencies
    (d1a0a0b)
  • *: fix: Fix infinite references to other builder objects
    (4cbbc06)
  • *: chore: formatting
    (44b7367)
  • *: v5.0.0-beta.3
    (b17b5ae)
  • *: fix: nulls come back as string :-/
    (028c985)
  • *: chore: missing semicolon
    (377c437)
  • *: Apply cfformat changes
    (7c63a57)
  • *: v5.0.0-beta.2
    (39a48ad)
  • *: fix: Fix null check in isNullValue
    (4418eda)
  • *: v5.0.0-beta.1
    (13cffe5)
  • *: Revert to simpler testing setup
    (3d3155b)

perf

  • Casts: Make Casts singletons
    (7b60f04)
  • BaseEntity: Use structCopy over duplicate
    (b72b42c)
  • BaseEntity: Use a struct for column lookups
    (23ead29)
  • BaseEntity: Make isDirty check lazily evaluated
    (8383d2d)

v4.2.4

09 Mar 05:54
Compare
Choose a tag to compare

fix

  • Relationships: Eager load single entities (0c4bbcf)

v4.2.3

02 Feb 19:51
Compare
Choose a tag to compare

fix

  • HasOneOrManyThrough: Fix using hasOneOrManyThrough relationships in a hasOneOrManyThrough relationship chain
    (ab9913b)

v4.2.2

26 Jan 19:05
Compare
Choose a tag to compare

chore

  • CI: Update releases to reference main branch (79055ec)

other

  • *: docs: Fix typos in README (8b8eb0c)
  • *: docs: Add link to Ortus Community (56cc7d0)