Skip to content

Releases: radarphp/Radar.Adr

Replace abandoned dependency

12 Feb 08:31
@cxj cxj
Compare
Choose a tag to compare

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

Version 2.0

03 Dec 03:11
@cxj cxj
Compare
Choose a tag to compare

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.

1.1.0

05 Apr 15:58
Compare
Choose a tag to compare

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.)

1.0.0

30 Mar 17:13
Compare
Choose a tag to compare

First stable release.

  • Input collection now follows a more EGPCS-like order, and replaces instead of merging.

First Beta Release

07 Mar 15:47
Compare
Choose a tag to compare
First Beta Release Pre-release
Pre-release

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.

Modify intended handler queue

06 Jun 20:34
Compare
Choose a tag to compare
Pre-release

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.

Use Pipeline for dispatching

05 Jun 22:13
Compare
Choose a tag to compare
Pre-release
1.0.0-alpha6

break and use Pipeline dispatcher

Better control over dotenv loader

28 May 23:32
Compare
Choose a tag to compare
Pre-release
1.0.0-alpha5

change precedence

Revert previous release

27 May 15:13
Compare
Choose a tag to compare
Pre-release

Back to depending on dev versions.

Depend on alpha versions, not dev

27 May 13:48
Compare
Choose a tag to compare
Pre-release
Merge pull request #9 from harikt/patch-2

update to make use of aura di, payload, router to alpha versions