Bump to 0.4.3

This commit is contained in:
Christian Marie 2015-07-07 17:48:00 +10:00
parent 3b4df6775b
commit fb97bee5ee
12 changed files with 23 additions and 8 deletions

View file

@ -2,7 +2,7 @@
-- documentation, see http://haskell.org/cabal/users-guide/ -- documentation, see http://haskell.org/cabal/users-guide/
name: servant-blaze name: servant-blaze
version: 0.4.2 version: 0.4.3
synopsis: Blaze-html support for servant synopsis: Blaze-html support for servant
-- description: -- description:
homepage: http://haskell-servant.github.io/ homepage: http://haskell-servant.github.io/

View file

@ -1,5 +1,5 @@
name: servant-client name: servant-client
version: 0.4.2 version: 0.4.3
synopsis: automatical derivation of querying functions for servant webservices synopsis: automatical derivation of querying functions for servant webservices
description: description:
This library lets you derive automatically Haskell functions that This library lets you derive automatically Haskell functions that

View file

@ -1,3 +1,7 @@
0.4.3
-----
* docsWith will no longer eat your documentation (https://github.com/haskell-servant/servant/pull/124)
0.4 0.4
--- ---
* `Delete` now is like `Get`, `Post`, `Put`, and `Patch` and returns a response body * `Delete` now is like `Get`, `Post`, `Put`, and `Patch` and returns a response body

View file

@ -1,5 +1,5 @@
name: servant-docs name: servant-docs
version: 0.4.2 version: 0.4.3
synopsis: generate API docs for your servant webservice synopsis: generate API docs for your servant webservice
description: description:
Library for generating API docs from a servant API definition. Library for generating API docs from a servant API definition.

View file

@ -0,0 +1,3 @@
0.4.3
-----
* Clarify some variable names in the examples + semantic html pedantry

View file

@ -1,5 +1,5 @@
name: servant-examples name: servant-examples
version: 0.4.2 version: 0.4.3
synopsis: Example programs for servant synopsis: Example programs for servant
description: Example programs for servant, description: Example programs for servant,
showcasing solutions to common needs. showcasing solutions to common needs.

View file

@ -1,3 +1,7 @@
0.4.3
-----
* Content type now set to JSON when a request body is sent (#122)
0.4 0.4
--- ---
* `Delete` now is like `Get`, `Post`, `Put`, and `Patch` and returns a response body * `Delete` now is like `Get`, `Post`, `Put`, and `Patch` and returns a response body

View file

@ -1,5 +1,5 @@
name: servant-jquery name: servant-jquery
version: 0.4.2 version: 0.4.3
synopsis: Automatically derive (jquery) javascript functions to query servant webservices synopsis: Automatically derive (jquery) javascript functions to query servant webservices
description: description:
Automatically derive jquery-based javascript functions to query servant webservices. Automatically derive jquery-based javascript functions to query servant webservices.

View file

@ -2,7 +2,7 @@
-- documentation, see http://haskell.org/cabal/users-guide/ -- documentation, see http://haskell.org/cabal/users-guide/
name: servant-lucid name: servant-lucid
version: 0.4.2 version: 0.4.3
synopsis: Servant support for lucid synopsis: Servant support for lucid
-- description: -- description:
homepage: http://haskell-servant.github.io/ homepage: http://haskell-servant.github.io/

View file

@ -1,5 +1,5 @@
name: servant-server name: servant-server
version: 0.4.2 version: 0.4.3
synopsis: A family of combinators for defining webservices APIs and serving them synopsis: A family of combinators for defining webservices APIs and serving them
description: description:
A family of combinators for defining webservices APIs and serving them A family of combinators for defining webservices APIs and serving them

View file

@ -1,3 +1,7 @@
0.4.3
-----
* Add missing HasLink instance for Header (https://github.com/haskell-servant/servant/issues/128)
0.4.1 0.4.1
----- -----
* Allow whitespace after parsing JSON * Allow whitespace after parsing JSON

View file

@ -1,5 +1,5 @@
name: servant name: servant
version: 0.4.2 version: 0.4.3
synopsis: A family of combinators for defining webservices APIs synopsis: A family of combinators for defining webservices APIs
description: description:
A family of combinators for defining webservices APIs and serving them A family of combinators for defining webservices APIs and serving them