|
1 | | -# Blast Turbine Changelog |
| 1 | +# Blast Hawkbit Changelog |
2 | 2 |
|
3 | 3 | ## 1.1.7 |
4 | 4 |
|
|
34 | 34 |
|
35 | 35 | ### Added |
36 | 36 |
|
37 | | - - Add `\Turbine\Application\ConfiguratorInterface` |
| 37 | + - Add `\Hawkbit\Application\ConfiguratorInterface` |
38 | 38 |
|
39 | 39 | ### Altered |
40 | 40 |
|
41 | | - - `Application::getConfigurator` is now bound to `\Turbine\Application\ConfiguratorInterface` contract |
| 41 | + - `Application::getConfigurator` is now bound to `\Hawkbit\Application\ConfiguratorInterface` contract |
42 | 42 |
|
43 | 43 | ## 1.1.4 |
44 | 44 |
|
|
59 | 59 | - Replace applications [route collection methods](https://github.com/thephpleague/route/blob/master/src/RouteCollectionInterface.php) with `\League\Route\RouteCollectionMapTrait` |
60 | 60 | - Application implements `\League\Route\RouteCollectionInterface` |
61 | 61 | - add `\League\Route\RouteCollectionInterface::map()` |
62 | | - - add `\Turbine\Application::group()` for creating route groups, see [documentation](http://route.thephpleague.com/route-groups/) |
| 62 | + - add `\Hawkbit\Application::group()` for creating route groups, see [documentation](http://route.thephpleague.com/route-groups/) |
63 | 63 |
|
64 | 64 | ### Deprecated |
65 | 65 |
|
66 | | - - `\Turbine\Application::subscribe()` |
| 66 | + - `\Hawkbit\Application::subscribe()` |
67 | 67 |
|
68 | 68 | ## 1.1.1 |
69 | 69 |
|
|
84 | 84 | - refactor error handling and replace exception decorator with whoops |
85 | 85 | - pass and receive all config |
86 | 86 | - remove possibilty to configure events, routes and services by callables |
87 | | - - rename `Turbine\Psr7\TerminableInterface` to `Turbine\TerminableInterface` |
| 87 | + - rename `Hawkbit\Psr7\TerminableInterface` to `Hawkbit\TerminableInterface` |
88 | 88 | - rename debug config option to error |
89 | 89 | - 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` |
| 90 | + - Signature changes of `Hawkbit\Application::handle`, `Hawkbit\Application::run`, `Hawkbit\Application::__construct`, `Hawkbit\Application::handleErrors` |
91 | 91 |
|
92 | 92 | ### Removed |
93 | 93 |
|
94 | | - - `Turbine\Psr7\HttpKernelInterface` replaced by `Turbine\ApplicationInterface` |
| 94 | + - `Hawkbit\Psr7\HttpKernelInterface` replaced by `Hawkbit\ApplicationInterface` |
95 | 95 |
|
96 | 96 | ## 1.0.0 (2016-03-04) |
97 | 97 |
|
98 | 98 | ### Added |
99 | 99 |
|
100 | | - - `Turbine\Psr7\HttpKernelInterface` and `Turbine\Psr7\TerminableInterface` port of symfony HttpKernelInterface for PSR-7 compatibility |
| 100 | + - `Hawkbit\Psr7\HttpKernelInterface` and `Hawkbit\Psr7\TerminableInterface` port of symfony HttpKernelInterface for PSR-7 compatibility |
101 | 101 | - Add `zend/diactoros` for PSR-7 http support |
102 | | - - provide compatibility with adapter `Turbine\Symfony\HttpKernelAdapter` for StackPHP and other Symfony HttpKernelInterface implementations |
| 102 | + - provide compatibility with adapter `Hawkbit\Symfony\HttpKernelAdapter` for StackPHP and other Symfony HttpKernelInterface implementations |
103 | 103 | - Add `filp/whoops` as default error handler |
104 | 104 | - Add `zendframework/zend-stratigility` integration |
105 | 105 |
|
|
0 commit comments