Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.78 KB

CHANGELOG.md

File metadata and controls

38 lines (26 loc) · 1.78 KB

0.5.0

0.4.0

  • PSR-15
  • PHP 7+ only due to PSR-15 constraint.

0.3.1

0.3.0

0.2.0

Added

BC BREAK

  • AssetService now accepts AssetLocator instead of array as first constructor argument
  • Removed setRouteRegx method from AssetAction
  • If file is not found, the 404 response is no longer send, delegates to next middleware or the final handler.

0.1

Initial Release