All Versions
10
Latest Version
Avg Release Cycle
191 days
Latest Release
1534 days ago

Changelog History

  • v2.1.0 Changes

    February 12, 2020

    Replace abandoned require-dev library dependencyzendframework/zend-diactoros with laminas/laminas-diactoros.

  • v2.0.0 Changes

    December 03, 2019

    ๐Ÿš€ This release mostly updates Radar.Adr to use more modern tooling and more up to date dependencies, although it does add some small code changes as well. It includes:

    • โฌ‡๏ธ Drops support for HHVM.
    • โฌ‡๏ธ Drops support for PHP 5.
    • ๐Ÿ‘Œ Supports only PHP 7.2+.
    • โšก๏ธ Updates to using PHPUnit 7.
    • ๐Ÿ‘‰ Uses ::class constants for service names and attribute names, and in Config.
    • โœ‚ Remove Resolver in favor of Di\ResolutionHelper.
    • โšก๏ธ Updates to Aura/Di 4.
    • Standardizes CHANGELOG.md filename.
  • v1.1.0 Changes

    April 05, 2016

    Radar now retains the matched Route object as a Request attribute under the key radar/adr:route. (f there was no matched route, or routing failed, the attribute value will be false.)

  • v1.0.0 Changes

    March 30, 2016

    ๐Ÿš€ First stable release.

    • ๐Ÿ”€ Input collection now follows a more EGPCS-like order, and replaces instead of merging.
  • v1.0.0-beta1 Changes

    March 07, 2016

    ๐Ÿš€ First beta release.

    • ๐Ÿ“ฆ Extract new package, "Arbiter", and use it for action handling.
    • โž• Add a parameter to set a custom "routing failed" responder class in the RoutingHandler.
    • ๐Ÿ‘‰ Use "401" response code for Responder::notAuthenticated().
    • ๐Ÿ›ฐ Use PayloadStatus from Payload_Interface, instead of embedded payload statuses.
    • โž• Added option to use autoresolving container at boot time.
  • v1.0.0-alpha7 Changes

    June 06, 2015

    Now the ExceptionHandler does not send the modified response. Likewise, the SendingHandler now calls $next() before sending instead of after. This means the SendingHandler should be first in the queue, so that it sends the response after it has been returned from all other middleware after it, and the ExceptionHandler should be next after the SendingHandler to catch exceptions from further down the middleware queue.

  • v1.0.0-alpha6

    June 05, 2015
  • v1.0.0-alpha5

    May 28, 2015
  • v1.0.0-alpha4 Changes

    May 27, 2015

    Back to depending on dev versions.

  • v1.0.0-alpha3

    May 27, 2015