Releases: radarphp/Radar.Adr
Releases · radarphp/Radar.Adr
Replace abandoned dependency
Version 2.0
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 ofDi\ResolutionHelper
. - Updates to Aura/Di 4.
- Standardizes CHANGELOG.md filename.
1.1.0
1.0.0
First Beta 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
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
1.0.0-alpha6 break and use Pipeline dispatcher
Better control over dotenv loader
1.0.0-alpha5 change precedence
Revert previous release
Back to depending on dev versions.
Depend on alpha versions, not dev
Merge pull request #9 from harikt/patch-2 update to make use of aura di, payload, router to alpha versions