Skip to content

v0.4.0: Add disableBatching/enableBatching APIs, and fix linter errors

Compare
Choose a tag to compare
@TysonAndre TysonAndre released this 11 Apr 20:31
· 18 commits to master since this release
a4ec9d0

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