Laravel Hateoas Versions Save

Expose the authorization logic of your REST API using HATEOAS links

1.2.1

4 years ago
  • Update Travis setup to run tests for every supported Laravel version (#15)
  • Add v4 of orchestra/testbench (#14)

1.2.0

4 years ago
  • Add support for Laravel 6 (#13)

1.1.2

4 years ago
  • Fix return statement in docblock of HasLinks trait (#12)

1.1.1

4 years ago
  • Update docblock of Hateoas facade to include public methods of HateoasManager class (#11)

1.1.0

4 years ago
  • Customize formatting of links using callback (#10)
  • Customize HATEOAS class discovery using callback (#8)

1.0.2

4 years ago
  • Use empty Link collection if HATEOAS class triggers exception (#5)

1.0.1

4 years ago
  • Allow constructor dependency injection on HATEOAS classes (#3)

1.0.0

4 years ago

Initial release