3.0.0 (2024-12-19)
- upgrade to node 20
- upgrade to node 20 (54bcb62)
2.3.1 (2024-12-06)
- Exports types for resolution in ESM Modules (7f3dbaa)
2.3.0 (2024-11-13)
- add V2 Typings to JS SDK (41e2fe8)
2.2.0 (2024-11-11)
- update builds to include dev builds (3488632)
- split production builds (1205812)
2.1.4 (2024-09-04)
- update cdn link in readme (d2be0db)
2.1.3 (2024-08-25)
- update main mount in package, configure npm to see minified file output (18731dd)
2.1.2 (2024-08-22)
2.1.1 (2024-08-12)
- add in full cause to thrown errors (6ede5e4)
- update abortcontroller/abortSignal for use in Reactive Native (758172b)
- update error catching to catch all produced errors (d91d47f)
2.1.0 (2024-07-29)
- update response structure to echo schema expected from TS defs and v1 (1a748fa)
2.0.3 (2024-06-14)
- Update package.json (2e6ff8b)
2.0.2 (2024-06-13)
- enhanced garbage collection on fetch aborts & error messaging (14e97e3)
2.0.1 (2024-04-10)
- update readme re: support and use of native fetch (b193bca)
2.0.0(2023-02-01)
- Added support for Node.js v18
- Added support for native fetch API
- Added explicit
cancelRequest
method to cancel requests - Added native fetch timeout support
- Added 'onRequest' hook to modify request before it is sent
- Added 'onError' hook to inspect error before it is thrown if error before server
- Added 'onError' hook to inspect error after it is thrown if error is from fetch or internal browser issue
- Added 'onResponse' hook to inspect response before it is returned
- Removed support for Node.js v14 and v16
- Removed support for axios
1.2.16 (2023-12-07)
This is the last release for Node v14 (and 16) and uses axios for API requests. This branch will no longer be maintained.
- Updated version number
1.2.15 (2023-10-23)
- bump @babel/traverse from 7.21.4 to 7.23.2 (8e3fcd5)
1.2.14 (2023-09-19)
- Update CONTRIBUTING.md (65a9432)
1.2.13 (2023-09-15)
- issue calling axios.create undefined (0cc86c9)
- Upgrade axios to 1.3.6
- Upgrade webpack to 5.81.0
- Added testing with jest
- Updated axios from 1.2.5 to ^1.3.5
- Fixed bug with axios.create()
- Added webpack-cli to run webpack from CLI
- Updated dependencies:
- Updated axios from ~0.21.1 to ^1.2.5
- Updated uglify-js from ^2.8.22 to ^3.17.4
- Updated async from 2.6.3 to 2.6.4
- Updated tar from 4.4.13 to 4.4.19
- Updated ini from 1.3.5 to 1.3.8
- Updated decode-uri-component from 0.2.0 to 0.2.2
- Updated webpack from 2.7.0 to 5.75.0,
- Updated README.md to bump the JavaScript version
- Removed json5 and loader-utils as they are no longer used after updating webpack dependency
- Initial release