Skip to content

Commit 2f40b09

Browse files
committed
pretify changelog
1 parent a03e78f commit 2f40b09

File tree

1 file changed

+22
-21
lines changed

1 file changed

+22
-21
lines changed

CHANGELOG.md

Lines changed: 22 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,66 +1,67 @@
11
# Change Log
2+
23
All notable changes to this project will be documented in this file.
34

45
The format is based on [Keep a Changelog](http://keepachangelog.com/)
56
and this project adheres to [Semantic Versioning](http://semver.org/).
67

78
## [0.8.0] - 2017-11-13
89

9-
### Removed
10+
### Changed
1011

11-
* Removed support for PHP 5.x.
12+
- Replaced `http-interop/http-middleware` with `http-interop/http-server-middleware`.
1213

13-
### Changed
14+
### Removed
1415

15-
* Replaced `http-interop/http-middleware` with `http-interop/http-server-middleware`.
16+
- Removed support for PHP 5.x.
1617

1718
## [0.7.0] - 2017-09-21
1819

1920
### Changed
2021

21-
* Append `.dist` suffix to phpcs.xml and phpunit.xml files
22-
* Changed the configuration of phpcs and php_cs
23-
* Upgraded phpunit to the latest version and improved its config file
24-
* Updated to `http-interop/http-middleware#0.5`
22+
- Append `.dist` suffix to phpcs.xml and phpunit.xml files
23+
- Changed the configuration of phpcs and php_cs
24+
- Upgraded phpunit to the latest version and improved its config file
25+
- Updated to `http-interop/http-middleware#0.5`
2526

2627
## [0.6.0] - 2017-03-26
2728

2829
### Changed
2930

30-
* Added `Middlewares\HttpErrorException` class to allow to pass data context to the error handler
31-
* Changed the error handler signature. The attribute `error` contains an instance of `Middlewares\HttpErrorException` instead an array.
32-
* Updated to `middlewares/utils#~0.11
31+
- Added `Middlewares\HttpErrorException` class to allow to pass data context to the error handler
32+
- Changed the error handler signature. The attribute `error` contains an instance of `Middlewares\HttpErrorException` instead an array.
33+
- Updated to `middlewares/utils#~0.11`
3334

3435
## [0.5.0] - 2017-02-05
3536

3637
### Changed
3738

38-
* Updated to `middlewares/utils#~0.9
39+
- Updated to `middlewares/utils#~0.9`
3940

4041
## [0.4.0] - 2016-12-26
4142

4243
### Changed
4344

44-
* Updated tests
45-
* Updated to `http-interop/http-middleware#0.4`
46-
* Updated `friendsofphp/php-cs-fixer#2.0`
45+
- Updated tests
46+
- Updated to `http-interop/http-middleware#0.4`
47+
- Updated `friendsofphp/php-cs-fixer#2.0`
4748

4849
## [0.3.0] - 2016-11-22
4950

5051
### Changed
5152

52-
* Updated to `http-interop/http-middleware#0.3`
53+
- Updated to `http-interop/http-middleware#0.3`
5354

5455
## [0.2.0] - 2016-11-19
5556

56-
### Changed
57+
### Added
5758

58-
* Changed the handler signature to `function(ServerRequestInterface $request)`.
59-
* The error info is passed to the handler using an array stored in the request attribute `error`.
59+
- New option `attribute()` to change the attribute name used to pass the error info to the handler.
6060

61-
### Added
61+
### Changed
6262

63-
* New option `attribute()` to change the attribute name used to pass the error info to the handler.
63+
- Changed the handler signature to `function(ServerRequestInterface $request)`.
64+
- The error info is passed to the handler using an array stored in the request attribute `error`.
6465

6566
## 0.1.0 - 2016-10-03
6667

0 commit comments

Comments
 (0)