Releases: LinkuNijmegen/api-documentation-bundle
Releases · LinkuNijmegen/api-documentation-bundle
2.2.0
What's Changed
- Replaced the dependency on API-Platform/Core with the specific packages used by @TimoBakx in #11
Full Changelog: 2.1.0...2.2.0
2.0.1
What's Changed
- Set the decoration priority of the OpenApiExtender to -10, to make sure it is always executed last (and overwrites docs generated by other bundles) by @TimoBakx in #8
Full Changelog: 2.0.0...2.0.1
2.0.0
- Bumped minimum versions
- API-Platform 2.7 -> 3.0
- PHP 7.2 -> 8.1
- Symfony 5.4 -> 6.0
- Updated code standards to PHP 8.1
- Updated code to work correctly with API-Platform 3.0
- Updated README to reflect changed configuration due to API-Platform 3.0 changes
PRs
Full Changelog: 1.3.0...2.0.0
1.3.0
What's Changed
- Now also checking resource route_prefix attributes when checking for sections by @TimoBakx in #6
Full Changelog: 1.2.1...1.3.0
1.1.1
What's Changed
- Bugfix: Responses were incorrectly cached, preventing alterations by @TimoBakx in #3
Full Changelog: 1.1.0...1.1.1
1.1.0
What's Changed
- Added a class alias for the sections service (for autowiring purposes) by @TimoBakx in #2
- Added request_bodies option to removal by @TimoBakx in #1
Full Changelog: 1.0.1...1.1.0