packages feed

servant-jsonrpc-1.2.0: changelog.md

# 1.2.0

* Adds a type parameter to the `JsonRpc` endpoint wrapper to enable the user to choose the content-type in the derived client.

# 1.1.1

* Allow "application/json-rpc" as the content type
* Accept string for the `id` field

# 1.1.0

* Relax upper version bounds for `aeson` to `(>= 1.3 && < 1.6)`
* Relax upper version bounds for `base` to `(>= 4.11 && < 5.0)`
* Relax upper version bounds for `servant` to `(>= 0.14 && < 0.19)`

# 1.0.1

Adds standard error codes to the library.

# 1.0.0

First release