Skip to content

Releases: Dhi13man/nordigen_integration

nordigen_integration: Latest Stable null safe-Release with more Features

17 Aug 19:58
Compare
Choose a tag to compare

[1.5.2] - 17th August, 2021

  1. Implemented getEndUserAgreementsUsingUserID({required String endUserID}) functionality to fetch End User Agreements for user identified by a endUserID. Big thanks to @c-louis for getting it done.

  2. Changed the Response decode to decode UTF-8 body bytes to handle special ASCII characters. All thanks to @stantemo.

  3. Documentation and Unit Tests update to reflect the latest changes.

  4. Changed the structure of Unit Tests to make them more readable.

[1.5.0] - 13th June, 2021

  1. Steps 5 and 6 of API Documentation working now.

  2. Example widget improved. Kudos to Cashtic for running the necessary tests and implementing them!

[1.3.3] - 20th May, 2021

Documentation fix

nordigen_integration: Latest Stable null safe-Release with more Features

14 May 21:11
Compare
Choose a tag to compare

Development of a Null Safe Dart/Flutter Package for Nordigen EU PSD2 AISP API Integration with relevant Data Models, proper encapsulation with the exposing of parameters, and succinct documentation.

  1. Discrepancies solved with BankAccountModel; Balance and getAccountBalances.

  2. Added basic GET and DELETE requests for certain endpoints.

  3. BREAKING: Simplified certain APIs for more controlled usage.
    fetchRedirectLinkForRequisition method only takes String aspspID and String requisitionID now.
    createEndUserAgreement method only takes String endUserID, String aspspID, int maxHistoricalDays = 90 now.

  4. PUT implementation added for future convenience.

  5. Updated documentation to highlight changes.

  6. Documentation fixes and more specific tests for DELETE requests.

Null Safe and Linted Release

14 May 11:28
Compare
Choose a tag to compare

Development of a Null Safe Dart/Flutter Package for Nordigen EU PSD2 AISP Integration with relevant Data Models, proper encapsulation with the exposing of parameters, and succinct documentation.

For more information about the API view Nordigen's Account Information API documentation.

  1. ASPSP Data Structure changed to include [String] transaction_total_days.

  2. Lint rules applied.

  3. Null Safety implemented.

  4. Documentation follows null safety conventions now.

  5. Lint -> Pedantic for linting.

Initial Functional Release.

14 May 11:24
Compare
Choose a tag to compare

Initial release supporting Nordigen's Account Information API documentation and relevant Data Models required to support it, in the form of Serializable Classes.

  1. Shortened Package description to follow dart conventions.

  2. Added EU PSD2 AISP keywords to package descriptions so people can find it easier.

  3. Unnecessary Flutter dependancy removed.