Skip to content

2.0.0

Choose a tag to compare

@luisdalmolin luisdalmolin released this 30 Aug 14:37
· 160 commits to master since this release
39e448b
  • Laravel 8 support;
  • PHP 8 support;
  • A new trait that needs to be used in models;
  • Namespace change which should not affect migrating users from 1.0;
  • Automatically apply extra conditions from the relationship;
  • Ability to order by using left joins;
  • Changed the method signature for sorting;
  • Changed the method signature for querying relationship existence;
  • Bugfixes that were not possible by using the architecture from 1.0;