Bump to 0.4.3
This commit is contained in:
parent
3b4df6775b
commit
fb97bee5ee
12 changed files with 23 additions and 8 deletions
|
@ -2,7 +2,7 @@
|
|||
-- documentation, see http://haskell.org/cabal/users-guide/
|
||||
|
||||
name: servant-blaze
|
||||
version: 0.4.2
|
||||
version: 0.4.3
|
||||
synopsis: Blaze-html support for servant
|
||||
-- description:
|
||||
homepage: http://haskell-servant.github.io/
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
name: servant-client
|
||||
version: 0.4.2
|
||||
version: 0.4.3
|
||||
synopsis: automatical derivation of querying functions for servant webservices
|
||||
description:
|
||||
This library lets you derive automatically Haskell functions that
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
0.4.3
|
||||
-----
|
||||
* docsWith will no longer eat your documentation (https://github.com/haskell-servant/servant/pull/124)
|
||||
|
||||
0.4
|
||||
---
|
||||
* `Delete` now is like `Get`, `Post`, `Put`, and `Patch` and returns a response body
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
name: servant-docs
|
||||
version: 0.4.2
|
||||
version: 0.4.3
|
||||
synopsis: generate API docs for your servant webservice
|
||||
description:
|
||||
Library for generating API docs from a servant API definition.
|
||||
|
|
3
servant-examples/CHANGELOG.md
Normal file
3
servant-examples/CHANGELOG.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
0.4.3
|
||||
-----
|
||||
* Clarify some variable names in the examples + semantic html pedantry
|
|
@ -1,5 +1,5 @@
|
|||
name: servant-examples
|
||||
version: 0.4.2
|
||||
version: 0.4.3
|
||||
synopsis: Example programs for servant
|
||||
description: Example programs for servant,
|
||||
showcasing solutions to common needs.
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
0.4.3
|
||||
-----
|
||||
* Content type now set to JSON when a request body is sent (#122)
|
||||
|
||||
0.4
|
||||
---
|
||||
* `Delete` now is like `Get`, `Post`, `Put`, and `Patch` and returns a response body
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
name: servant-jquery
|
||||
version: 0.4.2
|
||||
version: 0.4.3
|
||||
synopsis: Automatically derive (jquery) javascript functions to query servant webservices
|
||||
description:
|
||||
Automatically derive jquery-based javascript functions to query servant webservices.
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
-- documentation, see http://haskell.org/cabal/users-guide/
|
||||
|
||||
name: servant-lucid
|
||||
version: 0.4.2
|
||||
version: 0.4.3
|
||||
synopsis: Servant support for lucid
|
||||
-- description:
|
||||
homepage: http://haskell-servant.github.io/
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
name: servant-server
|
||||
version: 0.4.2
|
||||
version: 0.4.3
|
||||
synopsis: A family of combinators for defining webservices APIs and serving them
|
||||
description:
|
||||
A family of combinators for defining webservices APIs and serving them
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
0.4.3
|
||||
-----
|
||||
* Add missing HasLink instance for Header (https://github.com/haskell-servant/servant/issues/128)
|
||||
|
||||
0.4.1
|
||||
-----
|
||||
* Allow whitespace after parsing JSON
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
name: servant
|
||||
version: 0.4.2
|
||||
version: 0.4.3
|
||||
synopsis: A family of combinators for defining webservices APIs
|
||||
description:
|
||||
A family of combinators for defining webservices APIs and serving them
|
||||
|
|
Loading…
Reference in a new issue