Skip to content

Latest commit

 

History

History
59 lines (42 loc) · 1.8 KB

CHANGELOG.md

File metadata and controls

59 lines (42 loc) · 1.8 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

3.1.0 - 2021-04-03

Added

  • Support for PHP8

Changed

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

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.

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.

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.

1.0.1 - 2020-08-10

Fixed

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

1.0.0 - 2020-08-08

Added

  • The initial implementation of the package.

Versions