Commit 3dc9424 1 parent 7f1792b commit 3dc9424 Copy full SHA for 3dc9424
File tree 2 files changed +10
-2
lines changed
2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change
1
+ 0.2.2
2
+ -----
3
+
4
+ * Fix an issue where toplevel Raw endpoints would generate a JS function with no name (https://github.com/haskell-servant/servant-jquery/issues/2 )
5
+ * Replace dots by _ in paths (https://github.com/haskell-servant/servant-jquery/issues/1 )
Original file line number Diff line number Diff line change 1
1
name : servant-jquery
2
- version : 0.2.1
3
- synopsis : Automatically derive jquery-based javascript functions to query servant webservices
2
+ version : 0.2.2
3
+ synopsis : Automatically derive ( jquery) javascript functions to query servant webservices
4
4
description :
5
5
Automatically derive jquery-based javascript functions to query servant webservices.
6
6
.
@@ -16,6 +16,9 @@ build-type: Simple
16
16
cabal-version : >= 1.10
17
17
homepage : http://haskell-servant.github.io/
18
18
Bug-reports : http://github.com/haskell-servant/servant-jquery/issues
19
+ extra-source-files :
20
+ CHANGELOG.md
21
+ README.md
19
22
source-repository head
20
23
type : git
21
24
location : http://github.com/haskell-servant/servant-jquery.git
You can’t perform that action at this time.
0 commit comments