Skip to content

Releases: MethodFi/method-node

v2.1.1

17 Jan 00:06
88529f4

Choose a tag to compare

  • Bumps package version

v2.1.0

16 Jan 22:13
6cb892f

Choose a tag to compare

  • Adds ability to override baseURL by providing one in the Method configuration object.
import { Method, Environments } from 'method-node';

export const method = new Method({
  apiKey: METHOD_API_KEY,
  env: Environments.dev,
  baseURL: 'http://localhost:3000'
});
  • Fixes Webhooks typing export

v2.0.0

31 Oct 22:54
158d4be

Choose a tag to compare

sdk v3 (#104)

* sdk v3

* utilize requestConfig for setting headers

* remove logs

* follow request config pattern

* fix card brand test

* card brand shared property

* fix tests

* header fix in tests

* minor nits

* add opal and simulations

* fix tests?

* nit

* fix declarations

* fix test utils

* additional opal types

* add liability sub types

v1.2.6

09 Sep 15:44
26472da

Choose a tag to compare

What's Changed

  • adds webhook status patch

Full Changelog: v1.2.5...v1.2.6

v1.2.5

29 Jul 15:13
f880a11

Choose a tag to compare

Reza/hmac secret to webhook type (#103)

* draft

* draft

* minor fix

* update types

* hmac_secret on IWebhookCreateOpts

* Apply suggestion from @sbilalh

Co-authored-by: Bilal <91101351+sbilalh@users.noreply.github.com>

* minor

* bump patch

* bump patch

---------

Co-authored-by: Bilal <91101351+sbilalh@users.noreply.github.com>

v1.2.4

09 Jul 23:06
1abcc1e

Choose a tag to compare

change account_attribute to attribute (#100)

* change account_attribute to attribute

* bump version

v1.2.3

07 Jul 21:54
69746cf

Choose a tag to compare

What's Changed

  • Connect Execution of products and subs, Recursive Expansion #96 by @rezabrizi in #98

Full Changelog: v1.2.2...v1.2.3

v1.2.2

02 Jun 20:04
2d14cb2

Choose a tag to compare

add source property to cardbrand (#95)

* add source property to cardbrand

* update tests

* update entity tests

* update entity verification session types

* update entity tests

v1.2.1

27 May 18:28
2e1732d

Choose a tag to compare

adds transaction merchant (#94)

* adds transaction merchant

* bump version

* update tests

v1.2.0

19 May 16:58
5bf8037

Choose a tag to compare

  • Allows for either strings or payload to be passed when subscribing an Entity to Attributes
  • Addressed breaking change in v1.1.14