Skip to content

Commit 347fc43

Browse files
author
n.gnato
committed
v0.0.13
1 parent ecab6ae commit 347fc43

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99
### Added
1010
- Data Transfer Object classes generation from swagger spec
11-
- TraceIntoDetailsExplainingErrorFactory for catched ErrorHandler exceptions debug. Note: not for production usage.
12-
- Using the same middleware twice.
11+
12+
## [0.0.13] - 2021-01-27
13+
### Added
14+
- TraceIntoDetailsExplainingErrorFactory for catched ErrorHandler exceptions debug. Note: not for production usage
15+
- Using the same middleware twice
16+
17+
### Changed
18+
- Fix cebe/php-openapi version for best php versions support
1319

1420
### Removed
1521
- Deprecated method AbstractDocument::fromRequest, use fromHttpMessage
@@ -101,7 +107,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
101107
### Added
102108
- FastRoute Dispatcher generation from swagger operationIds
103109

104-
[Unreleased]: https://github.com/FreeElephants/json-api-php-toolkit/compare/0.0.12...HEAD
110+
[Unreleased]: https://github.com/FreeElephants/json-api-php-toolkit/compare/0.0.13...HEAD
111+
[0.0.13]: https://github.com/FreeElephants/json-api-php-toolkit/compare/0.0.12...0.0.13
105112
[0.0.12]: https://github.com/FreeElephants/json-api-php-toolkit/compare/0.0.11...0.0.12
106113
[0.0.11]: https://github.com/FreeElephants/json-api-php-toolkit/compare/0.0.10...0.0.11
107114
[0.0.10]: https://github.com/FreeElephants/json-api-php-toolkit/compare/0.0.9...0.0.10

0 commit comments

Comments
 (0)