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

Latest commit

 

History

History
123 lines (66 loc) · 2.44 KB

Changelog.md

File metadata and controls

123 lines (66 loc) · 2.44 KB

Changelog

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

0.7.0

Added

  • Nothing.

Deprecated

  • #30 Migrate container-interop dependency to PSR-11

Removed

  • Nothing.

Fixed

  • Nothing.

0.6.0

Added

  • Nothing.

Deprecated

  • Nothing.

Removed

  • #29 Remove Phake dev dependency as it is not used

Fixed

  • #28 Set minimum stratigility version to 1.3

0.5.0

Added

  • Nothing.

Deprecated

  • #25 Dropping PHP 5.x support

Removed

  • Nothing.

Fixed

  • Nothing.

0.4.0

Added

  • #18 Added this file.
  • #22 Optimized interaction with Pathfinder
  • #23 Splitted middlewares (and removed routing completely)

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #21 Fixed issues reported by SensioLabs Insight.

0.3.0

Added

  • #16 Ported bitExpert internal Phing setup over to the adroit package.
  • #14 Remove PHP 7 from allow_failures Travis configuration
  • #12 Extended documentation with a link to the adroit-disco-demo project.
  • #11 Routing enhancement

Deprecated

  • Nothing.

Removed

  • As of #11 the \bitExpert\Adroit\Router package got replaced by bitexpert/pathfinder.

Fixed

  • Nothing.

0.2.0

Added

  • #4 Added documentation.
  • #3 Made $request and $response params required in WebApplication.
  • #2 Upgraded willdurand/negotiation to version v2.0.1.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #10 Fixed SimpleForwardAction to always return a DomainPayload object.
  • #5 Fixed typo.

0.1.0

Initial release of the Adroit package.