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