Skip to content

Releases: pluggyai/pluggy-node

v0.8.0

16 Jun 22:45
Compare
Choose a tag to compare

0.8.0 (2021-06-16)

Bug Fixes

  • move deserialized types to separate private file (76154c3)
  • items: add missing typings on item schema (5280f0d)
  • add ts-node and fix typo on example (a58e108)

Features

  • example: update usage on dates (2e5a888)
  • http: create transform reducer-like functions for parsing (6b0dac1)
  • migrate to got (b9a710c)

0.7.1

07 Jun 08:36
Compare
Choose a tag to compare

Patches

  • Chore: remove linter from example: 3169f5b
  • Chore: add project to root dir: 531725d
  • Chore: change package.json name for example: 526edbf
  • Fix: add ts-node and fix typo on example: a58e108
  • Chore: update package.json: 62ba4bd
  • Fix(items): add missing typings on item schema: 5280f0d

v0.7.0

26 Apr 16:53
Compare
Choose a tag to compare

Features

  • Payment Data on Transactions
  • Add connect token options to be passed to created items.
  • Add item options to be stored as connection metadata.

For more information visit https://docs.pluggy.ai/

Enhancements

  • export client & types from root
  • update types to export array of options
  • add credential type to ConnectorCredential
  • split types and commented fields
  • update any types to Record<>
  • upgrade typescript to 4.x.x

v0.6.4

13 Mar 16:15
Compare
Choose a tag to compare

feat(transactions): Add category field.

v0.6.3

05 Mar 00:26
Compare
Choose a tag to compare

feat(connectToken): support createConnectToken with itemId optional parameter.

v0.6.2

31 Dec 22:54
Compare
Choose a tag to compare

feat(creditCard): Add creditLimit field.
feat(investments): Add status, issues and rates field.

v0.5.0

19 Oct 23:07
Compare
Choose a tag to compare

feat: add create connectToken method

v0.4.0

30 Sep 20:32
Compare
Choose a tag to compare

feat: add identity product recovery
feat: add sandbox filtering for connectors

v0.3.0

27 Sep 21:40
Compare
Choose a tag to compare

feat: add connector types
feat: add mfa method to provide parameter

v0.2.0

20 Aug 17:08
Compare
Choose a tag to compare

feat: add investments example
feat: update investment type to latest properties
feat: add webhooks methods and examples
feat: add examples for sdk