Skip to content

Releases: coldbox-modules/quick

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)

v1.2.0

19 Jul 22:44
Compare
Choose a tag to compare

chore

  • build: Fix spotty gpg key (c3c5a18)
  • build: Test adobe@2018 on CI (299d5b0)

feat

  • Scopes: Allow scopes to call other scopes (07bbde1)

v1.1.2

02 Jul 17:22
Compare
Choose a tag to compare

chore

  • build: Set location automatically on version update (183b05a)

fix

  • BaseEntity: Only set loaded for attributes successfully retrieved from the database (665a78a)

v1.1.1

02 Jul 16:54
Compare
Choose a tag to compare

fix

  • Relationships: correct detach function name (5dceb17)

other

v1.1.0

06 Jun 20:50
Compare
Choose a tag to compare

chore

  • box.json: remove package scripts in favor of commandbox-semantic-release (aafe02a)

feat

  • attributes: better guarding against non-existent attributes (0566e35)
  • Columns: Allow attributes to set a sqltype (8c3db73)
  • Relationships: pass arguments through to relationships (5962a19)

fix

  • Update: don't include the key in the SET clause (846ff78)

other

  • *: Enable commandbox-semantic-release (e34f966)