Skip to content

Releases: ulrack/web

Version 3.1.0

03 Apr 11:22
Compare
Choose a tag to compare

3.1.0 - 2021-04-03

Added

  • Support for PHP8

Changed

  • Support from ulrack/services to grizz-it/services.

Version 3.0.1

17 Jan 21:48
Compare
Choose a tag to compare

3.0.1 - 2021-01-17

Fixed

  • Fixed issue where it was possible to get more output after a 404 was generated.
  • Fixed issue path and route were not equally treated in path matching middleware.

Version 3.0.0

17 Jan 14:46
Compare
Choose a tag to compare

3.0.0 - 2021-01-17

Added

  • A way to write custom routers and with that make routing more dynamic.
  • Middleware implementation to generalize any checks for routes.
  • Input method to retrieve all parameters at once.

Removed

  • Standard routers and group routers.
  • Service declaration of routes and route groups.
  • Authorization logic in favor of middleware implementation.
  • Removed path matcher for middleware.

Version 2.0.0

09 Nov 23:32
Compare
Choose a tag to compare

2.0.0 - 2020-11-10

Added

  • Route and route group compiler and factory.

Removed

  • Support for old way of registering routes and route groups.
  • Support for authorization registration, moved to direct services.

Version 1.0.1

10 Aug 18:38
Compare
Choose a tag to compare

1.0.1 - 2020-08-10

Fixed

  • Issue with home path never being empty during the check in the router.

Version 1.0.0

08 Aug 19:55
Compare
Choose a tag to compare

1.0.0 - 2020-08-08

Added

  • The initial implementation of the package.