Skip to content

Releases: apimatic/apimatic-js-runtime

Move "convert to stream" method to a separate library.

09 May 13:44
Compare
Choose a tag to compare

feat(core): Override retries at the request level

17 Mar 07:09
Compare
Choose a tag to compare

fix(core): enable parsing large floating points

14 Mar 14:03
Compare
Choose a tag to compare

refactor(core): make retry config part of http client options

05 Jan 07:12
636f3d7
Compare
Choose a tag to compare
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

04 Jan 10:47
Compare
Choose a tag to compare

feat(core): add platform and os detection for user-agent

22 Dec 15:49
a3d0023
Compare
Choose a tag to compare
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)

29 Sep 06:29
eb87434
Compare
Choose a tag to compare
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

28 Sep 14:50
Compare
Choose a tag to compare
v0.6.2-alpha.0 Pre-release
Pre-release
build: update alpha version

Improved tree-shaking support

02 Apr 09:16
ec22cec
Compare
Choose a tag to compare
  • 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.

Adds bigint type support

22 Feb 15:39
99b9e00
Compare
Choose a tag to compare

v0.4.1...v0.5.0