add a changelog, bump version to 0.2.2

This commit is contained in:
Alp Mestanogullari 2015-01-04 17:41:51 +01:00
parent 7f1792be62
commit 3dc9424765
2 changed files with 10 additions and 2 deletions

5
CHANGELOG.md Normal file
View 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)

View File

@ -1,6 +1,6 @@
name: servant-jquery
version: 0.2.1
synopsis: Automatically derive jquery-based javascript functions to query servant webservices
version: 0.2.2
synopsis: Automatically derive (jquery) javascript functions to query servant webservices
description:
Automatically derive jquery-based javascript functions to query servant webservices.
.
@ -16,6 +16,9 @@ build-type: Simple
cabal-version: >=1.10
homepage: http://haskell-servant.github.io/
Bug-reports: http://github.com/haskell-servant/servant-jquery/issues
extra-source-files:
CHANGELOG.md
README.md
source-repository head
type: git
location: http://github.com/haskell-servant/servant-jquery.git