All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Replaced old TDXApiError with new ES6
extends Error
syntax. This is not supported by Internet Explorer 10. - Adds
*.d.ts
type defintions for TypeScript/VS Code/other IDEs.
- Bump semver of dependencies:
- @nqminds/nqm-core-utils: ^0.5.9
- base-64: ^1.0.0
- cross-fetch: ^3.1.2
- debug: ^4.3.1
- Update devDepdencies to work with NPM v7
npm install
:- Replace babel-cli with @babel/cli: ^7.13.14
- webpack: ^5.28.0
- add optional
storeSize
argument to setResourceStore
- fileUpload - Simplify the response handling for fileUpload
- upsertMany - deprecated in favour of patchMany
- switched to jest test framework
- setResourceStore method - You are unlikely to need to use this method, primarily reserved for system use.
- Minor version aligned with @nqminds/nqm-tdx-client.
- All GET requests are now sent with no-cache headers.