diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2020-12-17 16:06:47 +0000 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2020-12-19 21:37:39 +0000 |
| commit | 6b7955575198ad513ea0b0a6149f1a1616deff1b (patch) | |
| tree | 25ff9bad6f127a20c66f3f4354d0d1fa08aac8dc /vendor/oscarotero/middleland/CHANGELOG.md | |
| parent | 3f3858734ea30ed2117b8dbcaed8670941708fe9 (diff) | |
| download | webtrees-6b7955575198ad513ea0b0a6149f1a1616deff1b.tar.gz webtrees-6b7955575198ad513ea0b0a6149f1a1616deff1b.tar.bz2 webtrees-6b7955575198ad513ea0b0a6149f1a1616deff1b.zip | |
Update vendor dependencies
Diffstat (limited to 'vendor/oscarotero/middleland/CHANGELOG.md')
| -rw-r--r-- | vendor/oscarotero/middleland/CHANGELOG.md | 30 |
1 files changed, 10 insertions, 20 deletions
diff --git a/vendor/oscarotero/middleland/CHANGELOG.md b/vendor/oscarotero/middleland/CHANGELOG.md index fa37f5ae30..854018d528 100644 --- a/vendor/oscarotero/middleland/CHANGELOG.md +++ b/vendor/oscarotero/middleland/CHANGELOG.md @@ -2,74 +2,64 @@ All notable changes to this project will be documented in this file. -The format is based on [Keep a Changelog](http://keepachangelog.com/) +The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). -## [1.0.0] - 2018-01-24 +## [1.0.1] - 2020-12-06 +### Fixed +- Support for PHP 8 [#9] +- Phpdoc [#6] +## [1.0.0] - 2018-01-24 ### Changed - - Updated to the final version of PSR-15 (`psr/http-server-middleware`) ## [0.7.1] - 2018-01-12 - ### Added - - Added more tests for 100% code coverage - Added php7.2 to travis ### Changed - - Some internal code cleanup ## [0.7.0] - 2017-12-14 - ### Added - - Added `__invoke()` magic method to use the dispatcher as a callable ## [0.6.0] - 2017-11-12 - ### Changed - - Switch from `http-interop/http-middleware` to `http-interop/http-server-middleware` - Simplified internal code ## [0.5.0] - 2017-09-22 - ### Changed - - Changed `MatcherInterface` to allow use callables. - Updated to `http-interop/http-middleware#0.5` - Updated phpunit to `^6.0` ## [0.4.0] - 2017-03-01 - ### Changed - - Replaced container-interop by `psr/container` ## [0.3.0] - 2017-01-28 - ### Added - - New `Middleland\Matchers\Pattern` to filter by path patterns - New `Middleland\Matchers\Accept` to filter by Accept headers ### Fixed - - `Middleland\Matchers\Path` compare the directory name, instead the path. ## [0.2.0] - 2017-01-09 - ### Added - - Support for [container-interop](https://github.com/container-interop/container-interop), to create middleware components on demand ## 0.1.0 - 2017-01-09 - First version +[#6]: https://github.com/oscarotero/middleland/issues/6 +[#9]: https://github.com/oscarotero/middleland/issues/9 + +[1.0.1]: https://github.com/oscarotero/middleland/compare/v1.0.0...v1.0.1 [1.0.0]: https://github.com/oscarotero/middleland/compare/v0.7.1...v1.0.0 [0.7.1]: https://github.com/oscarotero/middleland/compare/v0.7.0...v0.7.1 [0.7.0]: https://github.com/oscarotero/middleland/compare/v0.6.0...v0.7.0 |
