Skip to content

Releases: coldbox-modules/quick

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)

v2.1.0

03 May 22:25
Compare
Choose a tag to compare

feat

  • Relationships: Relationships can be set using relationship setters (e1e21a8)
  • Relationships: Allow saving of ids as well as entities
    (3f30131)
  • HasMany: Many entities can be saved to a hasMany relationship at once (c9f8f47)
  • Scopes: Register global scopes for entities (995706b)
  • Subselects: Add subselect helper (cf13ddd)

fix

  • Relationships: Make mapping foreign keys optional (708506d)

v1.3.2

30 Apr 19:52
Compare
Choose a tag to compare

chore

v1.3.1

30 Apr 19:43
Compare
Choose a tag to compare

chore

docs

  • README: Document that all fields need to be mapped (ecece5c)

v1.3.0

22 Aug 19:58
Compare
Choose a tag to compare

chore

feat

  • BaseEntity: Enable per entity datasources and grammars (561f368)
  • KeyType: Add AssignedKey Type (897277d)