Skip to content
This repository has been archived by the owner on Dec 30, 2022. It is now read-only.

Latest commit

 

History

History
107 lines (59 loc) · 2.1 KB

CHANGELOG.md

File metadata and controls

107 lines (59 loc) · 2.1 KB

Changelog

All notable changes to this project will be documented in this file, in reverse chronological order by release.

0.6.0 - TBD

Added

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

0.5.0

Added

  • Nothing.

Deprecated

  • #25 Dropping PHP 5.x support

Removed

  • Nothing.

Fixed

  • Nothing.

0.4.0

Added

  • #17 Introduced RoutingResult in order to decouple routing result processing from routing (related to #14)
  • #18 Accept any callable as matcher
  • #24 Introduced RouteBuilder

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

0.3.0

Added

  • #16 Fixed issues reported by SensioLabs Insight.
  • #14 "Optimize" the interaction with Adroit.
  • #13 Added Changelog file.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

0.2.0

Added

  • #11 Updated Composer dependencies
  • #10 Ported bitExpert internal Phing setup over to the pathfinder package
  • #8 Fixed problem in route resolving: Query Params are kept as-is when route is resolved
  • #7 Few new matchers
  • #6 Remove PHP 7 from allow_failures Travis configuration
  • #4 Minor correction for validateRoute
  • #2 Added addRoute method to Router

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

0.1.0

Initial release of the Pathfinder package.