Skip to content

Latest commit

 

History

History
executable file
·
82 lines (45 loc) · 3.17 KB

CHANGELOG.md

File metadata and controls

executable file
·
82 lines (45 loc) · 3.17 KB

Changelog

All notable changes to laravel-hateoas will be documented in this file

2.2.0 - 2024-03-20

  • Add PHP 8.3 support (#40)
  • Add Laravel 11 support (#40)

2.1.0 - 2023-02-15

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

2.0.0 - 2022-02-27

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

1.8.0 - 2022-02-13

  • Add Laravel 9 support (#34)

1.7.0 - 2021-11-28

  • Add PHP 8.1 support (#33)

1.6.1 - 2021-07-24

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

1.6.0 - 2021-01-06

  • Add PHP 8 support (#30)

1.5.0 - 2020-09-09

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

1.4.0 - 2020-03-03

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

1.3.0 - 2019-09-22

  • 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)

1.2.1 - 2019-09-05

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

1.2.0 - 2019-09-02

  • Add support for Laravel 6 (#13)

1.1.2 - 2019-08-28

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

1.1.1 - 2019-08-25

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

1.1.0 - 2019-08-24

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

1.0.2 - 2019-08-20

  • Use empty LinkCollection if HATEOAS class triggers exception (#5)

1.0.1 - 2019-08-18

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

1.0.0 - 2019-08-17

  • Initial release