Releases: HawkBitPhp/hawkbit
Releases · HawkBitPhp/hawkbit
Happy sunday ;)
Nice day for some maintance and issues.
2.3.2
Fixed
- Fix issue #34. Bind closure always to application instance.
Altered
- Upgrade league/container to 2.4
- Upgrade zendframework/zend-diactoros to 1.4
- Update container implementation to psr 11
2.3.1
2.3.1
Fixed
- Reopen and fix #29, Special Thanks to @BlackScorp for fixing and @designcise for identification
2.3.0
2.1.3
2.1.2
2.1.1
Hawkbit 2.1
Hawkbit
2.1.0
Fixed
- Validate response contract after executing
Added
- Add exception stack
Hawkbit\Application\AbtractApplication::getExceptionStack
of all occured exceptions
Altered
- Update League Router and use router middleware implementation instead of application middleware.
- Update Zend Stratigility to 1.3.1
- Advanced error capturing and error stack for debugging
Removed
- Remove dotted notation from from configuration
- Remove vagrant machine
2.0.1
2.0.0
2.0
Notice
Migrate Turbine from PhpThinkTank to hawkbit.
Added
- Add
\Hawkbit\Configuration
(extending\Zend\Config\Config
) as default configuration storage - Add PSR7 middleware implementation
\Hawkbit\Application\MiddlewareRunner
for advanced control of application lifecycle
Altered
- Change Hawkbit test namespace to Hawkbit\Tests
- Rewrite event behavior for advanced interception of requests, responses and errors
- Implement dot chaining for nested configuration