Skip to content

Releases: LinkuNijmegen/api-documentation-bundle

2.0.2

30 Nov 12:54
3d6a02e
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.1...2.0.2

2.0.1

18 Apr 12:47
3977e45
Compare
Choose a tag to compare

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

17 Feb 14:44
6b7df12
Compare
Choose a tag to compare
  • 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

15 Dec 13:18
8d31b9d
Compare
Choose a tag to compare

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.2.1

15 Dec 11:50
392b76a
Compare
Choose a tag to compare

What's Changed

  • Fixed issue with incorrect tags in services XML by @TimoBakx in #5

Full Changelog: 1.2.0...1.2.1

1.2.0

16 Sep 10:32
57923f9
Compare
Choose a tag to compare

What's Changed

  • Changed namespaces due to changes in ApiPlatform 2.7.0 by @TimoBakx in #4

Full Changelog: 1.1.1...1.2.0

1.1.1

16 Sep 10:15
af67f54
Compare
Choose a tag to compare

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

01 Sep 08:35
1c231c7
Compare
Choose a tag to compare

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

1.0.1

09 Aug 11:58
276d8b5
Compare
Choose a tag to compare

Bugfixes:

  • Don't skip SectionedOpenApiExtensions when there is only 1 section
  • Improved README

Full Changelog: 1.0.0...1.0.1

1.0.0

04 Aug 14:40
8eff940
Compare
Choose a tag to compare

First version