Releases: coldbox-modules/quick
Releases · coldbox-modules/quick
v2.2.2
perf
- BaseEntity: Better caching of metadata (27b6ec3)
v2.2.1
chore
- build: Use openjdk8 in Travis builds
(d8f7d41)
other
- *: docs: Fix Getting Started 404 (5c9eddd)
v2.2.0
feat
- Relationships: Add fetch methods to all Relationships (61a6035)
v2.1.3
tests
- Relationships: Prove relationship setters use the cache (953d653)
v2.1.2
fix
- VirtualInheritance: Certify virtual inheritance support (e105f18)
v2.1.1
fix
- Subselect: Return the entity after executing a subselect
(87e5a7a)
v2.1.0
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.1
chore
docs
- README: Document that all fields need to be mapped (ecece5c)
v1.3.0
chore
feat
- BaseEntity: Enable per entity datasources and grammars (561f368)
- KeyType: Add AssignedKey Type (897277d)