Skip to content

Releases: zircote/swagger-php

4.1.1

01 Jan 02:10
47bc50f
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.1.0...4.1.1

2.1.1

18 May 04:05
2ea32ca
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.1.0...2.1.1

OpenAPI 3.1.0 and separate Attribute namespace

27 Dec 21:25
faafa35
Compare
Choose a tag to compare

Main feature is a switch to OpenAPI 3.1.0 wih support for summary/description next to $ref.

Another change is to move attributes into their own namespace OpenAPI\Attributes which solves warnings from
static analysers and does make the code more maintainable.

Finally. named arguments for attributes extending from Schema have been clean up and updated.

What's Changed

Full Changelog: 4.0.5...4.1.0

3.3.3

23 Dec 19:47
cec9943
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.3.2...3.3.3

Bug fixes and tweaks

20 Dec 01:13
31210d8
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.0.4...4.0.5

4.0.4

10 Dec 03:34
c24704d
Compare
Choose a tag to compare

What's Changed

  • Make TokenScanner handle multiple namespaces in single file by @DerManoMann in #1020

Full Changelog: 4.0.3...4.0.4

4.0.3

10 Dec 00:04
6bfe1c4
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.0.2...4.0.3

4.0.2

08 Dec 19:59
cd7cb60
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.0.1...4.0.2

4.0.1

06 Dec 08:09
7e9ba95
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.0.0...4.0.1

swagger-php v4

28 Nov 01:02
dd5f1b7
Compare
Choose a tag to compare
  • PHP 8.1 support
  • Annotations can be used as PHP attributes
  • New annotation PathParameter added
  • Removal of deprecated static properties used to configure the underlying Doctrine annotations parser
  • New annotation Attachable to allow to attach any data to annotations/attributes without affecting the generated spec

Migration to v4