Skip to content

Releases: ifwe/monocle-client-js

v0.4.1: Bump package.json version

11 Apr 20:44
cf3c186
Compare
Choose a tag to compare

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

11 Apr 20:31
a4ec9d0
Compare
Choose a tag to compare

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

14 Feb 21:54
41b2e10
Compare
Choose a tag to compare

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

21 Sep 19:53
Compare
Choose a tag to compare
Fix request headers to be set after connection is opened

Initial Release

01 Oct 21:17
Compare
Choose a tag to compare
Merge pull request #2 from ifwe/cache-requests

Adds basic support for caching GET requests