2015-06-23 10:34:20 +02:00
|
|
|
HEAD
|
|
|
|
----
|
|
|
|
|
2015-07-22 19:36:42 +02:00
|
|
|
* 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` and `writeJSForAPI` + the choice of a code generator
|
2015-06-23 10:34:20 +02:00
|
|
|
* Support for the `HttpVersion`, `IsSecure`, `RemoteHost` and `Vault` combinators
|
|
|
|
|
2015-05-09 02:28:05 +02:00
|
|
|
0.4
|
2015-03-04 02:02:13 +01:00
|
|
|
---
|
2015-05-07 13:22:01 +02:00
|
|
|
* `Delete` now is like `Get`, `Post`, `Put`, and `Patch` and returns a response body
|
2015-03-04 02:02:13 +01:00
|
|
|
* Extend `HeaderArg` to support more advanced HTTP header handling (https://github.com/haskell-servant/servant-jquery/pull/6)
|
2015-03-04 11:19:51 +01:00
|
|
|
* Support content-type aware combinators (but require that endpoints support JSON)
|
2015-03-27 10:27:27 +01:00
|
|
|
* Add support for Matrix params (https://github.com/haskell-servant/servant-jquery/pull/11)
|
2015-04-19 10:07:58 +02:00
|
|
|
* Add functions that directly generate the Javascript code from the API type without having to manually pattern match on the result.
|
2015-03-04 02:02:13 +01:00
|
|
|
|
2015-01-04 17:41:51 +01:00
|
|
|
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)
|