Laravel Hateoas Versions Save

Expose the authorization logic of your REST API using HATEOAS links

2.2.0

1 month ago
  • Add PHP 8.3 support (#40)
  • Add Laravel 11 support (#40)

2.1.0

1 year ago
  • Add PHP 8.2 support (#38)
  • Add Laravel 10 support (#37)

2.0.0

2 years ago
  • Drop PHP 7.x and Laravel 7/8 support (#36)
  • Do not handle exceptions anymore during creation of hateoas links (#36)

1.8.0

2 years ago
  • Add Laravel 9 support (#34)

1.7.0

2 years ago
  • Add PHP 8.1 support (#33)

1.6.1

2 years ago
  • Support Eloquent models in "Models" directory (#32)

1.6.0

3 years ago
  • Add PHP 8 support (#30)

1.5.0

3 years ago
  • Add Laravel 8 support, and drop Laravel 6 support (#27)

1.4.0

4 years ago
  • Add Laravel 7 support, bump minimum PHP version to 7.3 and drop Laravel 5.8 support (#26)

1.3.0

4 years ago
  • Change links() method of HasLinks trait to allow extra arguments array to be passed via first parameter (#21)
  • Allow formatLinksUsing() method to accept either a formatter classname or callback (#20)
  • Throw custom exceptions if Link object can not be used (#18)