Skip to content

1.0.0

Compare
Choose a tag to compare
@laminas-bot laminas-bot released this 02 Sep 19:13
· 237 commits to 1.13.x since this release
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 shipped ConfigurationInterface

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

Bug,Documentation