Skip to content

Releases: DerManoMann/openapi-router

3.1.0

09 Jan 21:15
4d55609
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.0.1...3.1.0

3.0.1

10 Nov 02:02
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.0.0...3.0.1

3.0.0

08 Nov 03:44
eb4d397
Compare
Choose a tag to compare

What's Changed

  • [v3] Bump PHP to 8.1, refresh deps and use openapi-extras instead of custom attributes by @DerManoMann in #43

Full Changelog: 2.0.0...3.0.0

2.0.0

14 Mar 03:49
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.3.0...2.0.0

1.3.0: Drop Silex and Slim3 support (#20)

07 Oct 19:19
905824c
Compare
Choose a tag to compare

Drop Silex and Slim3 support in anticipation of adding PHP 8.1 to the build matrix.

1.2.0: Properly merge router and adapter options (#19)

11 Jul 22:45
a9b4b14
Compare
Choose a tag to compare

Properly merge router and adapter options (#19)
Also change the adapter options prefix to OPTION_ to bring it in line with the router.

1.1.1

04 Jun 00:58
bb0bf80
Compare
Choose a tag to compare

Register new Trace operation

1.1.0: Fix PathItem handling for swagger-php 3.0.4 (#7)

25 May 04:23
aa32c9f
Compare
Choose a tag to compare
  • Fix PathItem handling for swagger-php 3.0.4
  • Add missing Trace annotation.
  • Make php-cs-fixer external dependency
  • Bump PHP requirements to 7.2

Initial release

24 Jun 03:04
6103344
Compare
Choose a tag to compare
Laravel/Lumen regex support (#4)

* Adds new adapter option to turn off adding regex for integers by default
* Also fixes non-static controller syntax for Lumen (class@method instead of class::method)
* Reorganization of framework unit tests using a shared set of controller classes