Releases: mako-framework/open-api
Releases · mako-framework/open-api
4.0.1
Compare
Sorry, something went wrong.
No results found
freost
released this
05 Jan 12:18
Bugfixes
Fixed bug when generating cached routes with a relative path to the spec file.
4.0.0
Compare
Sorry, something went wrong.
No results found
freost
released this
05 Jan 11:37
New
Added support for more string formats when generating routes:
Added support for custom string patterns using the pattern keyword.
Automatic dark/light mode for the Swagger UI based on system settings.
Improved spec generation.
Changes
Bumped requirements to Mako 12+ and PHP 8.5+
Dropped support for the non-official regex:... format (replaced by pattern).
Updated dependencies.
The UI is now specified using the Ui enum.
3.1.0
Compare
Sorry, something went wrong.
No results found
freost
released this
05 Sep 21:27
New
Added Elements UI.
Added Scalar UI.
3.0.1
Compare
Sorry, something went wrong.
No results found
freost
released this
05 Sep 20:04
Updates
Updated swagger UI to the latest version.
3.0.0
Compare
Sorry, something went wrong.
No results found
freost
released this
03 Jan 10:12
Bumped requirements to Mako 11+ and PHP 8.4+
2.2.1
Compare
Sorry, something went wrong.
No results found
freost
released this
29 Oct 20:19
2.2.1 (2024-10-29)
Fixed
Ensure that the swagger docs work if "clean URLs" are disabled.
2.2.0
Compare
Sorry, something went wrong.
No results found
freost
released this
25 Jan 21:36
2.2.0 (2023-11-23)
New
Added a controller that exposes three endpoints:
The OpenApi spec
A Redoc UI
A Swagger UI
Added a new route registrar class:
Registers routes from a cache file or at runtime from the OpenApi yaml spec.
Automatically registers /openapi/spec route that exposes the OpenApi spec.
Automatically registers /openapi/docs route that exposes a Swagger or Redoc UI.
2.1.0
Compare
Sorry, something went wrong.
No results found
freost
released this
23 Nov 21:33
New
Now possible to specify the OpenApi version when generating the spec (3.0.0 or 3.1.0).
Fixed
The spec generator now supports the new Mako 10 directory structure as well as the legacy structure.
2.0.0
Compare
Sorry, something went wrong.
No results found
freost
released this
23 Nov 19:19
Bumped requirements to Mako 10+ and PHP 8.1+
1.2.4
Compare
Sorry, something went wrong.
No results found
freost
released this
19 Apr 13:09
Fixed
A format is no longer required for integers.