Releases: ifwe/monocle-client-js
Releases · ifwe/monocle-client-js
v0.4.1: Bump package.json version
Same as v0.4.0, but this release properly updates the version number in package.json
v0.4.0: Add disableBatching/enableBatching APIs, and fix linter errors
New features:
- disableBatching is useful when using this client from unit tests (Seeing an unexpected
POST /_batch
is not very informative)
This release fixes eslint code warnings and style warnings. It also fixes jsdoc inconsistencies detected by typescript. These changes should not affect the behavior of this library
v0.3.0: Update this library to work with the latest Node.js releases
Update dependencies and devDependencies used for building the compiled/minified libraries.
Update unit tests and unit testing libraries.
This now runs tests with node 6 and node 8.
v0.1.9: Merge pull request #27 from ifwe/fixify-vanilla-requestheaders
Fix request headers to be set after connection is opened
Initial Release
Merge pull request #2 from ifwe/cache-requests Adds basic support for caching GET requests