Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 1.53 KB

CHANGELOG.md

File metadata and controls

45 lines (32 loc) · 1.53 KB

Changelog

All notable changes to the Wealthica Connect SDK across versions will be documented in this file.

[0.0.16]

  • Pass provider (institution.type) on success connection in additional data object, ex. onConnection(institution, data)

[0.0.15]

  • Fix support for origin in connect() method

[0.0.14]

  • Use local build in basic example

[0.0.12]

  • Fix history.getList() method

[0.0.11]

  • Fix passing params to transactions.getList()
  • Use institutions instead of institutionId for transactions.getList()
  • institutionId for transactions.getList() is deprecated now and will be removed in future releases
  • Add positions.getList() method

[0.0.10]

  • Update basic example dependencies
  • Add support for providerGroups parameter in connect, reconnect and getConnectData methods, with default value ['core'] and available params ['core', 'thirdparty']
  • Update basic example
  • Add support of connectionType: 'GET' for connect and reconnect methods for local development

v0.0.6

  • React Native Example