Skip to content

v7.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Mar 16:41
· 54 commits to main since this release

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