Skip to content

v0.9.0

Choose a tag to compare

@Alexander-Senko Alexander-Senko released this 23 Apr 11:45
· 25 commits to main since this release
d048949

Changed

  • Requires Rails 8 and Ruby 3.4+.
  • Protected AdjustableSchema::Relationship::Role from being deleted when used.

Added

  • Relationship#sourced and Relationship#targeted scopes to filter relationships by presence of source and target records respectively.

Fixed

  • Relationship#applied scope used to return relationships with at least one record attached, instead of ones with both records present.

    Full Changelog: v0.8.0...v0.9.0