Skip to content

Releases: LartTyler/DozeBundle

2.0.0

Choose a tag to compare

@LartTyler LartTyler released this 19 Oct 14:01

Changelog

  • Removed CORSListener in favor of a dedicated CORS package (such as nelmio/cors-bundle).
  • Added a LexikJwtAuthenticationExceptionListener to facilitate conversion of Lexik JWT auth exceptions to errors that Doze can understand.

1.6.0

Choose a tag to compare

@LartTyler LartTyler released this 12 Jul 17:53

Changelog

  • Added support for the Access-Control-Expose-Headers header.

1.5.0

Choose a tag to compare

@LartTyler LartTyler released this 05 Jul 15:14
ac19959

Changelog

  • Updated Symfony version constraint to allow anything after 2.7.
  • Fixed typo in README.

1.4.0

Choose a tag to compare

@LartTyler LartTyler released this 20 Dec 21:27

Changelog

  • Improved handling of wildcard allowed origins.
  • Added the Vary HTTP header for non-wildcard allowed origins.

1.3.0

Choose a tag to compare

@LartTyler LartTyler released this 03 Oct 20:42

Changelog

  • Fixed a bug wherein Access-Control-Allow-Origin headers were not being properly set under certain conditions.

1.2.1

Choose a tag to compare

@LartTyler LartTyler released this 08 Jun 13:57

Changelog

  • Added support for inferring CORS headers when using wildcard. Since wildcard in certain CORS headers is in the living spec (i.e. non-standard, and not supported by all browsers), it's not always safe to assume it will be recognized.

1.2.0

Choose a tag to compare

@LartTyler LartTyler released this 07 Jun 21:34

Changelog

  • Fixed a bug wherein the autoloader was not registering package files properly.

1.1.1

Choose a tag to compare

@LartTyler LartTyler released this 07 Jun 21:19

Changelog

  • Fixed the default CORS listener not being registered as an event listener.

1.1.0

Choose a tag to compare

@LartTyler LartTyler released this 07 Jun 21:12

Please Note: Due to an oversight, the CORS listener was not properly registered as an event handler. If you must use this version, you will have to register the listener yourself. Otherwise, please see v1.1.1.

Changelog

  • Added listener for CORS requests.

1.0.0

Choose a tag to compare

@LartTyler LartTyler released this 05 Jun 21:04

Changelog

  • Initial release.