Skip to content

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarotero committed Aug 4, 2018
1 parent e840b82 commit 35b6611
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ vendor
composer.lock
.php_cs.cache
coverage
.phpunit.result.cache
11 changes: 5 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [1.1.0] - unreleased
## [1.1.0] - UNRELEASED

### Added

- New option `responseFactory` to configure a custom factory implementing `Psr\Http\Message\ResponseFactoryInterface`

### Changed

- Upgraded to the final version of PSR-17 `psr/http-factory`
- PSR-17 support
- New option `responseFactory`

## [1.0.0] - 2018-01-27

Expand Down Expand Up @@ -100,6 +97,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

First version


[1.1.0]: https://github.com/middlewares/fast-route/compare/v1.0.0...HEAD
[1.0.0]: https://github.com/middlewares/fast-route/compare/v0.9.0...v1.0.0
[0.9.0]: https://github.com/middlewares/fast-route/compare/v0.8.0...v0.9.0
[0.8.0]: https://github.com/middlewares/fast-route/compare/v0.7.0...v0.8.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ The attribute name used to store the handler in the server request. The default

#### `responseFactory(Psr\Http\Message\ResponseFactoryInterface $responseFactory)`

A PSR-17 factory to create the responses returned on error (`404` or `405`).
A PSR-17 factory to create the error responses (`404` or `405`).

---

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"require": {
"php": "^7.0",
"nikic/fast-route": "^1.0",
"middlewares/utils": "^2.0",
"middlewares/utils": "^2.1",
"psr/http-server-middleware": "^1.0"
},
"require-dev": {
Expand Down

0 comments on commit 35b6611

Please sign in to comment.