Releases: coldbox-modules/quick
Releases · coldbox-modules/quick
v8.0.2
fix
- Relationships: Handle skipping constraints when a relationship is defined with other relationships
(62fa4a4)
v8.0.1
fix
- BaseEntity: Make the withoutRelationshipConstraints check more resilient (4aedbac)
v8.0.0
BREAKING
- Relationship: Required the relationship name when disabling constraints to match on (dff52d6)
v7.4.4
fix
- HasManyThrough: Fix for thread safety when loading multiple relationships off of a single entity
(9e49f55)
v7.4.3
fix
- HasManyDeep: Fix qualifying column issue (72723b1)
v7.4.2
fix
- HasManyDeep: Remove duplicate join from addCompareConstraints
(a9fa07e)
v7.4.1
fix
- box.json: Upgrade to latest str dependency
(582e4cc)
v7.4.0
chore
- tests: Remove extra debug logs from tests
(1ba3ca0)
feat
- HasManyThrough: The
hasManyThrough
function now returns HasManyDeep
relationships
(1af491a)
- Relationships: New
hasManyDeep
and hasManyDeepBuilder
relationships. (5331b36)
fix
- HasManyThrough: Keep constraints of through entities for
hasManyThrough
relationships
(3f3de36)
- HasManyThrough: Keep constraints on final related entities in hasManyThrough
(95a53d3)
- IRelationship: Update type hints to satisfy
IRelationship
interface
(026d7e0)
other
v7.3.2
fix
- BaseEntity: Use the interceptor approach instead of
wirebox:targetId
to support CommandBox (164247d)
v7.3.1
fix
- Discriminators: Fix where discriminated entities could use the wrong qualified column name in the join with the parent entity.
(682aa03)