Releases: MethodFi/method-node
Releases · MethodFi/method-node
v2.1.1
v2.1.0
- 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
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
v1.2.5
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
v1.2.3
What's Changed
- Connect Execution of products and subs, Recursive Expansion #96 by @rezabrizi in #98
Full Changelog: v1.2.2...v1.2.3