Releases: Increase/increase-node
Releases · Increase/increase-node
increase: v0.3.0
0.3.0 (2023-05-31)
⚠ BREAKING CHANGES
- api:
notification_of_change
has been removed in favor of the newnotifications_of_change
list field
Features
- add additional coercion functions (5f106bf)
- add internal support for streaming responses (a1c321e)
- add internal support for streaming responses (a1c321e)
- add webhook HMAC verification helper methods (7a00853)
- api: add
at_time
property for balance lookups (0b6c0de) - api: add
collection_receivable
to transaction source category enum (e743cc9) - api: add
expires_at
property (c257707) - api: add
simulations.checkTransfers.return()
method (e7d330a) - api: add
simulations.checkTransfers.return()
method (e7d330a) - api: add bookkeeping accounts, entries, and entry sets, and several other changes (d63d4e7)
- api: add new endpoints (7d4ebe6)
- api: add new endpoints, several params, fields, enum members, and documentation updates (8ffb013)
- api: add new enum members (0785f7a)
- api: add new fields (3d9c69b)
- api: add new methods (ca41987)
- api: add optional
pending_transaction_id
field to pending transaction (fa011e7) - api: add wire decline object (2d2e77e)
- api: enum updates (f09e25a)
- api: make routeType an enum & add ACHTransfer.effectiveDate (77fd8ea)
- api: make routeType an enum & add ACHTransfer.effectiveDate (77fd8ea)
- api: replace notification_of_change with a list, and add merchant_acceptor_id (831e49e)
- api: updates (ad907d5)
- api: updates (ca80997)
- api: updates (ca80997)
- api: updates (651bf76)
- api: updates (e58e324)
- client: handle trailing slash in base url properly (a03d867)
- docs: add more doc comments (b8bc790)
- docs: updates (6cea39c)
- improve docs and add new property (418fe83)
- improve error types (db09c19)
- improve error types (db09c19)
- internal: add support for positional params (9cafda3)
- internal: add support for positional params (9cafda3)
- internal: improve example generation (e0fa5b3)
- internal: improve example generation (e0fa5b3)
- internal: internal fixes (4848450)
- internal: internal fixes (4848450)
- internal: re-export
fileFromPath
helper util from the root (09c0c79) - internal: re-export
fileFromPath
helper util from the root (09c0c79) - send Idempotency-Key by default for POST requests (4c15f76)
- send Idempotency-Key by default for POST requests (4c15f76)
- tsconfig: set declarationMap: true (50c755f)
- tsconfig: set declarationMap: true (50c755f)
- update docs (facb322)
Bug Fixes
- allow importing in typescript without manually installing @types/web (d802d9e)
- bump @types/node version (7915638)
- change unknown type generation to
interface{}
(532c5ec) - change unknown type generation to
interface{}
(532c5ec) - client: properly expose
maxRetries
option (dfdce20) - internal: fix TS error when setting global AbortController polyfill (00c0df8)
- internal: fix TS error when setting global AbortController polyfill (00c0df8)
- polyfill AbortController more safely (71e0db3)
- polyfill AbortController more safely (71e0db3)
- sse: handle server-sent events more robustly (8dddf91)
Reverts
Refactors
v0.2.0
Adds an idempotencyKey
request option, along with a few internal cleanups.
Full Changelog: v0.1.0...v0.2.0
v0.1.0
Initial release.
Full Changelog: https://github.com/Increase/increase-node/commits/v0.1.0