From 75da1a1b4b20934bb3141bfe23ec793d67590794 Mon Sep 17 00:00:00 2001 From: Arian van Putten Date: Sat, 19 Mar 2016 13:41:27 +0100 Subject: [PATCH] Update servant-js changelog --- servant-js/CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/servant-js/CHANGELOG.md b/servant-js/CHANGELOG.md index 03e95fd3..770f2a72 100644 --- a/servant-js/CHANGELOG.md +++ b/servant-js/CHANGELOG.md @@ -1,6 +1,8 @@ 0.5 ---- +* Extract javascript-obvlious types and helpers to *servant-foreign* +* Use `text` package instead of `String` * 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 * Support for the `HttpVersion`, `IsSecure`, `RemoteHost` and `Vault` combinators