add a changelog, bump version to 0.2.2
This commit is contained in:
parent
7f1792be62
commit
3dc9424765
2 changed files with 10 additions and 2 deletions
5
CHANGELOG.md
Normal file
5
CHANGELOG.md
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
0.2.2
|
||||||
|
-----
|
||||||
|
|
||||||
|
* Fix an issue where toplevel Raw endpoints would generate a JS function with no name (https://github.com/haskell-servant/servant-jquery/issues/2)
|
||||||
|
* Replace dots by _ in paths (https://github.com/haskell-servant/servant-jquery/issues/1)
|
|
@ -1,6 +1,6 @@
|
||||||
name: servant-jquery
|
name: servant-jquery
|
||||||
version: 0.2.1
|
version: 0.2.2
|
||||||
synopsis: Automatically derive jquery-based 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.
|
||||||
.
|
.
|
||||||
|
@ -16,6 +16,9 @@ build-type: Simple
|
||||||
cabal-version: >=1.10
|
cabal-version: >=1.10
|
||||||
homepage: http://haskell-servant.github.io/
|
homepage: http://haskell-servant.github.io/
|
||||||
Bug-reports: http://github.com/haskell-servant/servant-jquery/issues
|
Bug-reports: http://github.com/haskell-servant/servant-jquery/issues
|
||||||
|
extra-source-files:
|
||||||
|
CHANGELOG.md
|
||||||
|
README.md
|
||||||
source-repository head
|
source-repository head
|
||||||
type: git
|
type: git
|
||||||
location: http://github.com/haskell-servant/servant-jquery.git
|
location: http://github.com/haskell-servant/servant-jquery.git
|
||||||
|
|
Loading…
Add table
Reference in a new issue