Skip to content

Commit 001ecfd

Browse files
authored
2.0 dev (#22)
* Reset to hawkbit * update changelog * update dev labels
1 parent 9044de0 commit 001ecfd

File tree

4 files changed

+284
-183
lines changed

4 files changed

+284
-183
lines changed

CHANGELOG.md

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

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+
320
## 1.1.7
421

522
### Altered
@@ -34,11 +51,11 @@
3451

3552
### Added
3653

37-
- Add `\Turbine\Application\ConfiguratorInterface`
54+
- Add `\Hawkbit\Application\ConfiguratorInterface`
3855

3956
### Altered
4057

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

4360
## 1.1.4
4461

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

6481
### Deprecated
6582

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

6885
## 1.1.1
6986

@@ -84,22 +101,22 @@
84101
- refactor error handling and replace exception decorator with whoops
85102
- pass and receive all config
86103
- 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`
88105
- rename debug config option to error
89106
- 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`
91108

92109
### Removed
93110

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

96113
## 1.0.0 (2016-03-04)
97114

98115
### Added
99116

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
101118
- 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
103120
- Add `filp/whoops` as default error handler
104121
- Add `zendframework/zend-stratigility` integration
105122

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -888,13 +888,13 @@ The MIT License (MIT). Please see [License File](LICENSE.md) for more informatio
888888

889889
[ico-version]: https://img.shields.io/packagist/v/hawkbit/hawkbit.svg?style=flat-square
890890
[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square
891-
[ico-travis]: https://img.shields.io/travis/hawkbit/hawkbit/master.svg?style=flat-square
891+
[ico-travis]: https://img.shields.io/travis/HawkBitPhp/hawkbit/master.svg?style=flat-square
892892
[ico-downloads]: https://img.shields.io/packagist/dt/hawkbit/hawkbit.svg?style=flat-square
893-
[ico-coveralls]: https://img.shields.io/coveralls/hawkbit/hawkbit/master.svg?style=flat-square)](https://coveralls.io/github/hawkbit/hawkbit?branch=1.0.x-dev
893+
[ico-coveralls]: https://img.shields.io/coveralls/HawkBitPhp/hawkbit/master.svg?style=flat-square
894894

895895
[link-packagist]: https://packagist.org/packages/hawkbit/hawkbit
896-
[link-travis]: https://travis-ci.org/hawkbit/hawkbit
896+
[link-travis]: https://travis-ci.org/HawkBitPhp/hawkbit
897897
[link-downloads]: https://packagist.org/packages/hawkbit/hawkbit
898898
[link-author]: https://github.com/mbunge
899899
[link-contributors]: ../../contributors
900-
[link-coveralls]: https://coveralls.io/github/hawkbit/hawkbit
900+
[link-coveralls]: https://coveralls.io/github/HawkBitPhp/hawkbit

0 commit comments

Comments
 (0)