|
1 |
| -# Blast Turbine Changelog |
| 1 | +# Hawkbit Changelog |
2 | 2 |
|
| 3 | +## 2.0 |
| 4 | + |
| 5 | +### Notice |
| 6 | + |
| 7 | +__Migrate Hawkbit from PhpThinkTank to component collection.__ |
| 8 | + |
| 9 | +### Added |
| 10 | + |
| 11 | + - Add `\Hawkbit\Configuration` (extending `\Zend\Config\Config`) as default configuration storage |
| 12 | + - Add PSR7 middleware implementation `\Hawkbit\Application\MiddlewareRunner` for advanced control of application lifecycle |
| 13 | + |
| 14 | +### Altered |
| 15 | + |
| 16 | + - Change Hawkbit test namespace to Hawkbit\Tests |
| 17 | + - Rewrite event behavior for advanced interception of requests, responses and errors |
| 18 | + - Implement dot chaining for nested configuration |
| 19 | + |
3 | 20 | ## 1.1.7
|
4 | 21 |
|
5 | 22 | ### Altered
|
|
34 | 51 |
|
35 | 52 | ### Added
|
36 | 53 |
|
37 |
| - - Add `\Turbine\Application\ConfiguratorInterface` |
| 54 | + - Add `\Hawkbit\Application\ConfiguratorInterface` |
38 | 55 |
|
39 | 56 | ### Altered
|
40 | 57 |
|
41 |
| - - `Application::getConfigurator` is now bound to `\Turbine\Application\ConfiguratorInterface` contract |
| 58 | + - `Application::getConfigurator` is now bound to `\Hawkbit\Application\ConfiguratorInterface` contract |
42 | 59 |
|
43 | 60 | ## 1.1.4
|
44 | 61 |
|
|
59 | 76 | - Replace applications [route collection methods](https://github.com/thephpleague/route/blob/master/src/RouteCollectionInterface.php) with `\League\Route\RouteCollectionMapTrait`
|
60 | 77 | - Application implements `\League\Route\RouteCollectionInterface`
|
61 | 78 | - add `\League\Route\RouteCollectionInterface::map()`
|
62 |
| - - add `\Turbine\Application::group()` for creating route groups, see [documentation](http://route.thephpleague.com/route-groups/) |
| 79 | + - add `\Hawkbit\Application::group()` for creating route groups, see [documentation](http://route.thephpleague.com/route-groups/) |
63 | 80 |
|
64 | 81 | ### Deprecated
|
65 | 82 |
|
66 |
| - - `\Turbine\Application::subscribe()` |
| 83 | + - `\Hawkbit\Application::subscribe()` |
67 | 84 |
|
68 | 85 | ## 1.1.1
|
69 | 86 |
|
|
84 | 101 | - refactor error handling and replace exception decorator with whoops
|
85 | 102 | - pass and receive all config
|
86 | 103 | - remove possibilty to configure events, routes and services by callables
|
87 |
| - - rename `Turbine\Psr7\TerminableInterface` to `Turbine\TerminableInterface` |
| 104 | + - rename `Hawkbit\Psr7\TerminableInterface` to `Hawkbit\TerminableInterface` |
88 | 105 | - rename debug config option to error
|
89 | 106 | - change configuration engine from `array` to instance of `\ArrayAccess`
|
90 |
| - - Signature changes of `Turbine\Application::handle`, `Turbine\Application::run`, `Turbine\Application::__construct`, `Turbine\Application::handleErrors` |
| 107 | + - Signature changes of `Hawkbit\Application::handle`, `Hawkbit\Application::run`, `Hawkbit\Application::__construct`, `Hawkbit\Application::handleErrors` |
91 | 108 |
|
92 | 109 | ### Removed
|
93 | 110 |
|
94 |
| - - `Turbine\Psr7\HttpKernelInterface` replaced by `Turbine\ApplicationInterface` |
| 111 | + - `Hawkbit\Psr7\HttpKernelInterface` replaced by `Hawkbit\ApplicationInterface` |
95 | 112 |
|
96 | 113 | ## 1.0.0 (2016-03-04)
|
97 | 114 |
|
98 | 115 | ### Added
|
99 | 116 |
|
100 |
| - - `Turbine\Psr7\HttpKernelInterface` and `Turbine\Psr7\TerminableInterface` port of symfony HttpKernelInterface for PSR-7 compatibility |
| 117 | + - `Hawkbit\Psr7\HttpKernelInterface` and `Hawkbit\Psr7\TerminableInterface` port of symfony HttpKernelInterface for PSR-7 compatibility |
101 | 118 | - Add `zend/diactoros` for PSR-7 http support
|
102 |
| - - provide compatibility with adapter `Turbine\Symfony\HttpKernelAdapter` for StackPHP and other Symfony HttpKernelInterface implementations |
| 119 | + - provide compatibility with adapter `Hawkbit\Symfony\HttpKernelAdapter` for StackPHP and other Symfony HttpKernelInterface implementations |
103 | 120 | - Add `filp/whoops` as default error handler
|
104 | 121 | - Add `zendframework/zend-stratigility` integration
|
105 | 122 |
|
|
0 commit comments