Releases: plaid/pattern
Releases · plaid/pattern
Pattern 1.0.5
Pattern 1.0.4
- Better explanation on why duplicate item adds fail
Pattern 1.0.3
- Removed the default user account.
- Improved documentation.
- Added some logging of Plaid API requests to store request identifiers (to align with the Plaid docs).
- Removed the Plaid item id from the client (to align with the Plaid docs).
- Removed the Beta label.
Pattern 1.0.2
- Add "Beta" to README header for clarity
- Fixed a client bug that caused the buttons in dropdown elements to not accept click events if the item was the last element in a list
- Other smalls nits and cleanups
Pattern 1.0.1
- Fix typo in README
- Update Plaid node bindings version to ^4.0.0
Pattern 1.0.0
An example end-to-end Plaid integration to create items and fetch transaction data.
This release includes workflows and use-cases for Plaid's Transactions Product on the following stack:
- PostgreSQL (DB)
- Node/Express (server)
- React (client)