Skip to content

v8.7.0

Compare
Choose a tag to compare
@Mohammad-Alavi Mohammad-Alavi released this 14 Oct 18:10
· 168 commits to 8.x since this release

Full Changelog: v8.6.0...v8.7.0

Bug fixes

  • fix(hash-id): route model binding now correctly resolve and decode scoped model bindings

Enhancements

  • feat: WrongConfigurationsException marked as deprecated and will be removed in the next major release.
  • feat: Add addRequestCriteria method to Repository.
    Note: addRequestCriteria & removeRequestCriteria methods on Task & Action are deprecated and will be removed in feature
    releases. You should use Repository's addRequestCriteria & removeRequestCriteria methods instead.
  • feat: removed ownsMorph of CanOwnTrait as it was not working as expected.
  • feat: owns method of CanOwnTrait now supports all kinds of relationships.
  • feat: Add isOwnedBy() method. It is just delegates the owns method and works the same.