Changelogs for matrix params
This commit is contained in:
parent
40686be83a
commit
c22b5d1938
5 changed files with 5 additions and 0 deletions
|
@ -7,6 +7,7 @@ HEAD
|
|||
* `client` now takes an explicit `Manager` argument.
|
||||
* Use `http-api-data` instead of `Servant.Common.Text`
|
||||
* Client functions now consider any 2xx succesful.
|
||||
* Remove matrix params.
|
||||
|
||||
0.4.1
|
||||
-----
|
||||
|
|
|
@ -8,6 +8,7 @@ HEAD
|
|||
* Add more `ToSamples` instances: `Bool`, `Ordering`, tuples (up to 7), `[]`, `Maybe`, `Either`, `Const`, `ZipList` and some monoids
|
||||
* Move `toSample` out of `ToSample` class
|
||||
* Add a few helper functions to define `toSamples`
|
||||
* Remove matrix params.
|
||||
|
||||
0.4
|
||||
---
|
||||
|
|
|
@ -4,6 +4,7 @@ HEAD
|
|||
* Provide new targets for code generation along with the old jQuery one: vanilla Javascript and Angular.js
|
||||
* Greatly simplify usage of this library by reducing down the API to just 2 functions: `jsForAPI` and `writeJSForAPI` + the choice of a code generator
|
||||
* Support for the `HttpVersion`, `IsSecure`, `RemoteHost` and `Vault` combinators
|
||||
* Remove matrix params.
|
||||
|
||||
0.4
|
||||
---
|
||||
|
|
|
@ -4,6 +4,7 @@ HEAD
|
|||
* Support for the `HttpVersion`, `IsSecure`, `RemoteHost` and `Vault` combinators
|
||||
* Drop `EitherT` in favor of `ExceptT`
|
||||
* Use `http-api-data` instead of `Servant.Common.Text`
|
||||
* Remove matrix params.
|
||||
|
||||
0.4.1
|
||||
-----
|
||||
|
|
|
@ -5,6 +5,7 @@ HEAD
|
|||
* Fix safeLink, so Header is not in fact required.
|
||||
* Add more instances for (:<|>)
|
||||
* Use `http-api-data` instead of `Servant.Common.Text`
|
||||
* Remove matrix params.
|
||||
|
||||
0.4.2
|
||||
-----
|
||||
|
|
Loading…
Reference in a new issue