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/
|
-- 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/
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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.
|
||||||
|
|
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
|
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.
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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.
|
||||||
|
|
|
@ -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/
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue