All Versions
7
Latest Version
Avg Release Cycle
-
Latest Release
-
Changelog History
Changelog History
-
v0.9.4.2 Changes
- ๐ relax version bounds (for support of ghc-8.10.1)
-
v0.9.4.1 Changes
- ๐
servant-0.15
support
- ๐
-
v0.9.1 Changes
- ๐ Fix javascript function name generation
- ๐ Allow servant-0.10
-
v0.5 Changes
- Extract javascript-obvlious types and helpers to servant-foreign
- ๐ฆ Use
text
package instead ofString
- Provide new targets for code generation along with the old jQuery one: vanilla Javascript and Angular.js
- Greatly simplify usage of this library by reducing down the API to just 2 functions:
jsForAPI
andwriteJSForAPI
+ the choice of a code generator - ๐ Support for the
HttpVersion
,IsSecure
,RemoteHost
andVault
combinators - โ Remove matrix params.
0.4
Delete
now is likeGet
,Post
,Put
, andPatch
and returns a response body- ๐ Extend
HeaderArg
to support more advanced HTTP header handling (https://github.com/haskell-servant/servant-jquery/pull/6) - ๐ Support content-type aware combinators (but require that endpoints support JSON)
- โ Add support for Matrix params (https://github.com/haskell-servant/servant-jquery/pull/11)
- โ Add functions that directly generate the Javascript code from the API type without having to manually pattern match on the result.
-
v0.2.2 Changes
- ๐ 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)