All notable changes to the Wealthica Connect SDK across versions will be documented in this file.
- Pass provider (
institution.type
) on success connection in additionaldata
object, ex.onConnection(institution, data)
- Fix support for origin in connect() method
- Use local build in basic example
- Fix history.getList() method
- 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
- 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
- React Native Example