Skip to content

Releases: lerouse/laravel-repository

v2.4.0

25 Jan 10:41
6973c1d
Compare
Choose a tag to compare

v2.4.0

  • Add support for Laravel 10

v2.3.0

18 Jul 11:55
84bd5d6
Compare
Choose a tag to compare

v2.3.0

  • Add license and update readme

What's Changed

Full Changelog: v2.2.1...v2.3.0

v2.2.1

18 Jul 11:45
5a3bd93
Compare
Choose a tag to compare

v2.2.1

  • Add GitHub workflow actions CI

v2.2.0

  • Add RepositoryManagerService to enable easier access to autoload repositories
    • Model name
    • Model FQDN
    • Repository name
    • Repository FQDN
  • Add UsesRepositoryManager trait to allow quick access to RM

What's Changed

New Contributors

Full Changelog: v2.1.0...v2.2.1

v2.1.0

24 Feb 20:16
8126a58
Compare
Choose a tag to compare

v2.1.0

  • PHP Supported Versions ^8.0|^8.1
  • Add support for Laravel 9

v2.0.0

12 Jan 16:37
Compare
Choose a tag to compare

v2.0.0

  • PHP supported versions are now ^7.4|^8.0|^8.1
  • Remove support for Laravel v5.x

v1.2.0

23 Oct 14:05
f4a36b6
Compare
Choose a tag to compare

v1.2.0 (23/10/2020)

Changed

  • Changed createMany method parameters from Collection to Array

v1.1.0

22 Oct 12:16
dd1de11
Compare
Choose a tag to compare

v1.1.0 (22/10/2020)

Changed

  • Added new default repository method Find Many findMany(array $ids)
  • Altered HasRepository method to contain a default location for repositories

v1.0.1

06 Oct 15:00
1d8992c
Compare
Choose a tag to compare

v1.0.1 (06/10/2020)

Changed

  • Updated illuminate package support to include versions 7 and 8

v1.0.0 - Initial Release

06 Oct 14:29
8eed169
Compare
Choose a tag to compare

v1.0.0 (06/10/2020)

  • Initial release