diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..b8dc563d --- /dev/null +++ b/CHANGELOG.md @@ -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) diff --git a/servant-jquery.cabal b/servant-jquery.cabal index 86d0a591..5a71b4cc 100644 --- a/servant-jquery.cabal +++ b/servant-jquery.cabal @@ -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