Skip to content

Releases: zircote/swagger-php

3.0.5

29 Aug 13:30
7f4b9e0
Compare
Choose a tag to compare

Fixes and improvements, like:

  • Better trait support
  • Improved code formatting
  • And more...

Many thanks to @DerManoMann

2.0.16

10 May 13:45
Compare
Choose a tag to compare
  • Fixed opcache compatiblity bug

3.0.4

10 May 13:51
Compare
Choose a tag to compare

Misc bug fixes and improvements:

  • PHP 7.4 compatibility fixes
  • Nullable properties
  • ref support for PathItem & Examples
  • Deserialization tweak
  • Updated documentation link

2.0.15

25 Jan 14:19
Compare
Choose a tag to compare
  • Added support for PHP 7.4 #741

3.0.3

30 Nov 13:45
Compare
Choose a tag to compare
  • PHP 7.4 support
  • yaml::dump flags
  • Misc bugfixes and improvements.

2.0.14

17 May 10:20
Compare
Choose a tag to compare
  • Backport of #643 (Add var type detection when null is also set)

3.0.1

30 Sep 12:34
Compare
Choose a tag to compare
  • Fixed allOf in InheritProperties
  • Ignore |null, so @var string|null will be detected as type string
  • Added support for windows linebreaks.
  • Misc fixes in the docs

3.0.0

19 Aug 13:26
Compare
Choose a tag to compare

Swagger-PHP v3 supports the swagger specification version 3 which was rebranded as the OpenApi Specification.

Look at the Visual Guide to What's New in the 3.0 spec for more info.

swagger-php v3.x does not support older versions of the specification.
If you need to output swagger v2 documentation, use the latest 2.x release.

This release was made possible by community.
Many thanks to @sonrac and all the other contributors for creating PR's and filling issues.

Take a look at the migration guide on our new documentation website

These docs are generated from the markdown files in the docs/ folder, which makes it easier to contribute.

2.0.13

01 Dec 09:38
Compare
Choose a tag to compare
  • Dynamic reference example and improvements #463
  • $ref validation now uses the correct escape characters ~1 for / and ~0 for ~
  • Fixed maximum nesting errors #445
  • Improved PHPUnit compatibility #460

2.0.12

27 Oct 13:09
Compare
Choose a tag to compare
  • Added field allowEmptyValue #451
  • Improved compatibility with windows line-breaks #433
  • Improved docs & validation #429, #450