Releases: mezzio/mezzio-cors
Releases · mezzio/mezzio-cors
1.0.0
1.0.0 - 2020-09-02
Added
-
The initial stable release provides the core base functionality, including:
- CORS preflight detection and responses, per-route, configured per-HTTP method.
- Generation of CORS headers for your application.
The functionality is accomplished via
CorsMiddleware
provided with the package, which in turn consumes CORS configuration as defined in the shippedConfigurationInterface
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.
Release Notes for 1.0.0
1.0.0
- Total issues resolved: 0
- Total pull requests resolved: 5
- Total contributors: 1
Enhancement
- 5: Add support for PHP 8.0 thanks to @boesing
- 4: Psalm thanks to @boesing
- 1: Upgrade phpstan to 0.12 thanks to @boesing
Bug,Documentation
- 3: Use proper branches for badges thanks to @boesing
- 2: Documentation fixes thanks to @boesing