wai-cors-0.1.3: CHANGELOG.md
0.1.3
=====
* Improved documentation
0.1.2
=====
* Export type synonym `Origin`
* New easy-to-use middleware function `simpleCors` that supports just
simple cross-origin requests
* The new value `simpleCorseResourcePolicy` is a `CorseResourcePolicy`
for simple cross-origin requests.
* Documentation has been slightly improved
* Some code for testing `simpleCors` from a browser
0.1.1
=====
* Drop redundant dependencies on *lens* and *ghc-prim*
* Fix typo in HTTP header field name `Access-Control-Allow-Credentials`
0.1.0
=====
* Initial version