Skip to content

Releases: coldbox-modules/quick

v2.4.0

06 Nov 22:26
Compare
Choose a tag to compare

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

06 Nov 21:45
Compare
Choose a tag to compare

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

08 Jul 15:46
Compare
Choose a tag to compare

feat

  • BaseEntity: Add flag to ignore non-existing attributes to fill (428b31a)

v2.2.3

17 Jun 15:06
Compare
Choose a tag to compare

fix

  • BaseEntity: Temporary fix for extra values in data (821a054)

v2.2.2

14 Jun 05:10
Compare
Choose a tag to compare

perf

  • BaseEntity: Better caching of metadata (27b6ec3)

v2.2.1

14 Jun 04:37
Compare
Choose a tag to compare

chore

  • build: Use openjdk8 in Travis builds
    (d8f7d41)

other

  • *: docs: Fix Getting Started 404 (5c9eddd)

v2.2.0

29 May 03:27
Compare
Choose a tag to compare

feat

  • Relationships: Add fetch methods to all Relationships (61a6035)

v2.1.3

14 May 01:57
Compare
Choose a tag to compare

tests

  • Relationships: Prove relationship setters use the cache (953d653)

v2.1.2

07 May 07:07
Compare
Choose a tag to compare

fix

  • VirtualInheritance: Certify virtual inheritance support (e105f18)

v2.1.1

03 May 22:58
Compare
Choose a tag to compare

fix

  • Subselect: Return the entity after executing a subselect
    (87e5a7a)