Skip to content

Releases: digime/digime-sdk-nodejs

Version 13.0.1

15 Apr 10:07
Compare
Choose a tag to compare

Changes

  • Add support for SourceFetchFilter option. Trigger account data sync from source only for accounts matching specified filter.

Version 12.2.3

15 Apr 10:02
Compare
Choose a tag to compare

Changes

  • Add support for SourceFetchFilter option. Trigger account data sync from source only for accounts matching specified filter.

Version 13.0.0

25 Mar 09:26
Compare
Choose a tag to compare

Breaking Changes

  • Removed old getAvailableServices method

New Features

  • Added methods querySources, queryPlatforms, queryCountries and queryCategories that are replacing old getAvailableServices method

Other Changes

  • Update docs

Version 12.2.2

14 Feb 13:40
Compare
Choose a tag to compare

Version 12.2.1

09 Feb 10:54
Compare
Choose a tag to compare

Changes

  • Message prop in partial error response that is received when working with readFileList is now optional

Version 12.2.0

08 Feb 11:47
Compare
Choose a tag to compare

New Features

Other Changes

  • Improvement related to error format
  • Improve docs and fix issues with docs generation

Version 12.1.1

10 Jan 14:11
Compare
Choose a tag to compare

Changes

  • Add support for passing locale to getReauthorizeAccountUrl method during reauthorise flow. Same way as was previously implemented for getAuthorizeUrl and getOnboardServiceUrl.

Version 12.1.0

18 Dec 09:45
Compare
Choose a tag to compare

Changes

  • Added status details to filePromise in readAllFiles method

Version 12.0.1

13 Dec 13:44
Compare
Choose a tag to compare

Changes

  • Fix so that UserAccessToken type does not require consentid and user.id

Version 12.0.0

12 Dec 11:08
Compare
Choose a tag to compare

Breaking Changes

New Features

Other Changes

  • Update docs
  • Update dependencies to resolve security issues
  • Bug fixes