- Now just re-exports
Snap.Util.CORS
.
- Dropped dependency on
transformers
.
- Increased upper-bound on
snap
.
- Increased upper-bound on
attoparsec
.
- Now compiles with Snap 0.14.
- Now compiles with GHC 7.10. Thanks to Philip Joseph (@lambdahands) for fixing this.
- Increased upper bounds on
network
,text
andtransformers
.
- Address deprecation warning from
attoparsec
.
- Increased upper bound
attoparsec
.
- Increased upper bound on
network
.
- Added a bit more documentation to
applyCORS
. Thanks to Alfredo Di Napoli for discovering this tricky behaviour.
- Increased upper bound on case-insensitive. Thanks to Ricky Elrod (@CodeBlock).
- Increased upper bounds on dependencies
- Added support for pre-flight requests
- Previous versions has a bug where the actual request wasn't issue after validating CORS
- It is now possible to specify
Access-Control-Expose-Headers
- Allow
hashable
1.2
- Initial release. Support setting the
Access-Control-Allow-Origin
andAccess-Control-Allow-Credentials
headers.