rest-gen 0.16.0.3 → 0.16.0.4
raw patch · 3 files changed
+6/−2 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- files/Javascript/base.js +1/−1
- rest-gen.cabal +1/−1
CHANGELOG.md view
@@ -1,5 +1,9 @@ # Changelog +#### 0.16.0.4++* JavaScript: Minor simplification in the template.+ #### 0.16.0.3 * JavaScript/node.js: Each instance of a client now uses its own cookie jar automatically. You no longer need to depend on the `request` library to use generated clients. If you want access to the cookie jar use `api.cookieJar`.
files/Javascript/base.js view
@@ -85,7 +85,7 @@ , qs : allParams , method : method , headers : headers- , jar : cookieJar ? cookieJar : undefined+ , jar : cookieJar }; if (data) callData.body = data;
rest-gen.cabal view
@@ -1,5 +1,5 @@ name: rest-gen-version: 0.16.0.3+version: 0.16.0.4 description: Documentation and client generation from rest definition. synopsis: Documentation and client generation from rest definition. maintainer: code@silk.co