2015-06-23 10:34:20 +02:00
|
|
|
HEAD
|
|
|
|
----
|
|
|
|
|
|
|
|
* Add `HttpVersion`, `IsSecure`, `RemoteHost` and `Vault` combinators
|
2015-07-21 15:22:56 +02:00
|
|
|
* Fix safeLink, so Header is not in fact required.
|
2015-06-23 10:34:20 +02:00
|
|
|
|
2015-06-05 12:18:01 +02:00
|
|
|
0.4.2
|
|
|
|
-----
|
|
|
|
* Fix missing cases for `Patch` in `safeLink`
|
|
|
|
|
2015-05-27 15:33:25 +02:00
|
|
|
0.4.1
|
|
|
|
-----
|
|
|
|
* Allow whitespace after parsing JSON
|
|
|
|
* Stricter matching for `safeLink` for `Capture`
|
|
|
|
|
2015-05-09 02:28:05 +02:00
|
|
|
0.4
|
2015-03-04 01:47:47 +01:00
|
|
|
---
|
2015-05-07 13:22:01 +02:00
|
|
|
* `Delete` now is like `Get`, `Post`, `Put`, and `Patch` and returns a response body
|
2015-03-04 01:47:47 +01:00
|
|
|
* Multiple content-type/accept support for all the relevant combinators
|
|
|
|
* Provide *JSON*, *PlainText*, *OctetStream* and *FormUrlEncoded* content types out of the box
|
|
|
|
* Type-safe link generation to API endpoints
|
|
|
|
* Support for the PATCH HTTP method
|
|
|
|
* Removed the home-made QuasiQuote for writing API types in a more human-friendly format until we come up with a better design for it
|
|
|
|
* Make most if not all of the haddock code examples run through doctest
|
2015-04-13 15:12:33 +02:00
|
|
|
* Some general code cleanup
|
|
|
|
* Add response headers
|