Skip to content

Releases: Apiboard/php-openapi

2.1.0

21 Feb 20:56
0cadd1d
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.3...2.1.0

2.0.3

15 Feb 19:50
ab827ad
Compare
Choose a tag to compare

What's Changed

  • Ensure Json Schema validator is configured with vanilla settings by @beblife in #10

Full Changelog: 2.0.2...2.0.3

2.0.2

15 Feb 19:29
51bc9d6
Compare
Choose a tag to compare

What's Changed

  • Fix OAS 3.1 validation JSON-schema by not using $dynamicRefs by @beblife in #9

Full Changelog: 2.0.1...2.0.2

2.0.1

14 Feb 21:36
Compare
Choose a tag to compare

What's Changed

  • Document full dereference feature in README by @beblife in #8
  • Update OAS v3.1 validation file in 6ce3b41

Full Changelog: 2.0.0...2.0.1

2.0.0

29 Jan 20:49
Compare
Choose a tag to compare

What's Changed

  • Include PHP 8.3 in CI by @beblife in #2
  • Add optional JSON Pointer values to structure classes by @beblife in #3
  • Add JSON Pointer to structure classes by @beblife in #4
  • Move JSON Reference concerns out of JSON Pointer class by @beblife in #5
  • Rename Reference class with JSON prefix by @beblife in #6
  • Support full dereferenced OpenAPI documents by @beblife in #7

Full Changelog: 1.0.5...2.0.0

1.0.5

03 Jan 09:10
e636f5a
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @tacman made their first contribution in #1

Full Changelog: 1.0.4...1.0.5

v1.0.4

21 Nov 22:17
Compare
Choose a tag to compare

Full Changelog: 1.0.3...1.0.4

v1.0.3

13 May 22:36
Compare
Choose a tag to compare
  • Fixed bug where operation with optional security requirement was not parsed correctly

Full Changelog: 1.0.2...1.0.3

v1.0.2

03 May 11:29
Compare
Choose a tag to compare
  • Fixed bug where empty security value was not cast to empty object from empty array

Full Changelog: 1.0.1...1.0.2

v1.0.1

03 May 11:20
Compare
Choose a tag to compare
  • Fixed a bug where the same relative path can be present in a reference which causes incorrect resolves.

Full Changelog: 1.0.0...1.0.1