Skip to content

Releases: jdesrosiers/silex-cors-provider

v0.7.1

29 Mar 00:14
Compare
Choose a tag to compare

This release corrects a deprecation warning related to autoloading. It also brings some test and CI configuration up to date. There are no functional changes.

Thanks to @adlacruzes for the fix.

v1.6.1

28 Mar 23:02
Compare
Choose a tag to compare

This release corrects a deprecation warning related to autoloading. It also brings some test and CI configuration up to date. There are no functional changes.

Thanks to @adlacruzes for the fix.

v0.7.0

28 Mar 23:49
Compare
Choose a tag to compare

The primary purpose of this library is to implement CORS. But, it's secondary purpose is to generate OPTIONS routes with Allow headers. This release decouples this secondary functionality so it can be used independently from the CORS functionality. You can now add OPTIONS routes or just an Allow header without including CORS.

v1.6.0

26 Mar 03:42
Compare
Choose a tag to compare

The primary purpose of this library is to implement CORS. But, it's secondary purpose is to generate OPTIONS routes with Allow headers. This release decouples this secondary functionality so it can be used independently from the CORS functionality. You can now add OPTIONS routes or just an Allow header without including CORS.

v1.5.0

20 Oct 04:02
Compare
Choose a tag to compare

This release adds a the ability to specify a protocol when using a wildcard domain. For example, you can now set cors.allowOrigin to http://*.example.com.

Thanks to @brettt89 for bringing this up!

v0.6.0

20 Oct 04:04
Compare
Choose a tag to compare

This release adds a the ability to specify a protocol when using a wildcard domain. For example, you can now set cors.allowOrigin to http://*.example.com.

Thanks to @brettt89 for bringing this up!

v1.4.2

20 Sep 03:39
Compare
Choose a tag to compare

The CORS specification defines "null" as the value for the Access-Control-Allow-Origin header when an origin is rejected. However, it turns out that there are ways for this to be exploited. Thanks to @slipo for bringing this to my attention and providing a patch.

v0.5.2

20 Sep 03:39
Compare
Choose a tag to compare

The CORS specification defines "null" as the value for the Access-Control-Allow-Origin header when an origin is rejected. However, it turns out that there are ways for this to be exploited. Thanks to @slipo for bringing this to my attention and providing a patch.

v1.4.1

21 Jul 01:54
Compare
Choose a tag to compare

Bug fix: Preflight request was not working for /

Everything was working correctly except the response code was 405 instead of 200.

v0.5.1

21 Jul 01:54
Compare
Choose a tag to compare

Bug fix: Preflight request was not working for /

Everything was working correctly except the response code was 405 instead of 200.