Releases: mako-framework/open-api
Releases · mako-framework/open-api
4.0.1
05 Jan 12:18
Compare
Sorry, something went wrong.
No results found
Bugfixes
Fixed bug when generating cached routes with a relative path to the spec file.
4.0.0
05 Jan 11:37
Compare
Sorry, something went wrong.
No results found
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
05 Sep 21:27
Compare
Sorry, something went wrong.
No results found
New
Added Elements UI.
Added Scalar UI.
3.0.1
05 Sep 20:04
Compare
Sorry, something went wrong.
No results found
Updates
Updated swagger UI to the latest version.
3.0.0
03 Jan 10:12
Compare
Sorry, something went wrong.
No results found
Bumped requirements to Mako 11+ and PHP 8.4+
2.2.1
29 Oct 20:19
Compare
Sorry, something went wrong.
No results found
2.2.1 (2024-10-29)
Fixed
Ensure that the swagger docs work if "clean URLs" are disabled.
2.2.0
25 Jan 21:36
Compare
Sorry, something went wrong.
No results found
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
23 Nov 21:33
Compare
Sorry, something went wrong.
No results found
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
23 Nov 19:19
Compare
Sorry, something went wrong.
No results found
Bumped requirements to Mako 10+ and PHP 8.1+
1.2.4
19 Apr 13:09
Compare
Sorry, something went wrong.
No results found
Fixed
A format is no longer required for integers.