Skip to content

Commit 03df754

Browse files
author
Marco Bunge
committed
Reset to hawkbit
1 parent 9044de0 commit 03df754

3 files changed

Lines changed: 263 additions & 179 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Blast Turbine Changelog
1+
# Blast Hawkbit Changelog
22

33
## 1.1.7
44

@@ -34,11 +34,11 @@
3434

3535
### Added
3636

37-
- Add `\Turbine\Application\ConfiguratorInterface`
37+
- Add `\Hawkbit\Application\ConfiguratorInterface`
3838

3939
### Altered
4040

41-
- `Application::getConfigurator` is now bound to `\Turbine\Application\ConfiguratorInterface` contract
41+
- `Application::getConfigurator` is now bound to `\Hawkbit\Application\ConfiguratorInterface` contract
4242

4343
## 1.1.4
4444

@@ -59,11 +59,11 @@
5959
- Replace applications [route collection methods](https://github.com/thephpleague/route/blob/master/src/RouteCollectionInterface.php) with `\League\Route\RouteCollectionMapTrait`
6060
- Application implements `\League\Route\RouteCollectionInterface`
6161
- 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/)
6363

6464
### Deprecated
6565

66-
- `\Turbine\Application::subscribe()`
66+
- `\Hawkbit\Application::subscribe()`
6767

6868
## 1.1.1
6969

@@ -84,22 +84,22 @@
8484
- refactor error handling and replace exception decorator with whoops
8585
- pass and receive all config
8686
- 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`
8888
- rename debug config option to error
8989
- 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`
9191

9292
### Removed
9393

94-
- `Turbine\Psr7\HttpKernelInterface` replaced by `Turbine\ApplicationInterface`
94+
- `Hawkbit\Psr7\HttpKernelInterface` replaced by `Hawkbit\ApplicationInterface`
9595

9696
## 1.0.0 (2016-03-04)
9797

9898
### Added
9999

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
101101
- 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
103103
- Add `filp/whoops` as default error handler
104104
- Add `zendframework/zend-stratigility` integration
105105

0 commit comments

Comments
 (0)