Skip to content

Latest commit

 

History

History
43 lines (33 loc) · 1.31 KB

CHANGELOG.md

File metadata and controls

43 lines (33 loc) · 1.31 KB

Changelog

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.

[Unreleased]

Refactor

  • 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.

Dependencies

  • 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

[0.9.1] - 2019-08-05

Changed

  • add optional storeSize argument to setResourceStore

[0.9.0] - 2019-08-04

Changed

  • fileUpload - Simplify the response handling for fileUpload
  • upsertMany - deprecated in favour of patchMany
  • switched to jest test framework

[0.8.1] - 2019-07-31

Added

  • setResourceStore method - You are unlikely to need to use this method, primarily reserved for system use.

[0.8.0] - 2019-07-08

Changed