Releases: apimatic/apimatic-js-runtime
Releases · apimatic/apimatic-js-runtime
Move "convert to stream" method to a separate library.
v0.7.5 v0.7.5
feat(core): Override retries at the request level
v0.7.4 v0.7.4
fix(core): enable parsing large floating points
v0.7.3 v0.7.3
refactor(core): make retry config part of http client options
v0.7.2 refactor(core): make retry config part of http client options
feat(core): add configurable retries support and http client options to configure
feat(core): add platform and os detection for user-agent
feat(core): add platform and os detection for user-agent Closes #29 Closes #29
v0.6.2: build(core): add @apimatic/json-bigint in place of json-bigint (#23)
This removes the errors for webpack bundled projects using the library and reduces the size of the library by a great deal.
v0.6.2-alpha.0
build: update alpha version
Improved tree-shaking support
- We have improved the tree-shaking of this library by updating our build outputs.
- We have added a new UMD and ES UMD build for this library.
- We have updated the minimum Node.js version to 10.4.0 due to BigInt being required.