Releases: Increase/increase-node
Releases · Increase/increase-node
v0.10.0
v0.9.1
v0.9.0
v0.8.1
0.8.1 (2023-08-08)
Features
- api: updates (#95) (ee5fd92)
- client: detect browser usage (#97) (b2ec59b)
- streaming: add
.toReadableStream()
method (#99) (e79f368) - test: unskip file uploads tests (#90) (4a36612)
Bug Fixes
Refactors
- create build for deno.land (#89) (895fa10)
- use destructuring arguments in client constructor and respect false values (#87) (381b58f)
Documentation
Chores
- internal: allow the build script to be run without yarn installed (#88) (cbdca9c)
- internal: change jest exclude patterns (#103) (5bfd043)
- internal: fix deno build (#92) (e27c547)
- internal: fix deno build (#94) (3c29918)
- internal: minor style update (#86) (9361d68)
- internal: remove deno build (#98) (3cc88f4)
- internal: update eslint (#101) (02c5b88)
- internal: update helpers (#85) (9849cdf)
- internal: update tsconfig-paths dep (#102) (7c8d8f2)
- internal: update typescript (#100) (aa35ddb)
v0.8.0
0.8.0 (2023-07-22)
⚠ BREAKING CHANGES
- api: reorganize
check_transfer
andnetwork fields; add
request_details; add
unknown` (#77)
Features
- api: add fee_period_start and return_of_erroneous_or_reversing_debit (#81) (0355030)
- api: reorganize
check_transfer
andnetwork fields; add
request_details; add
unknown` (#77) (477ba8c) - client: export ClientOptions interface (#76) (757d3e3)
- streaming: make requests immediately throw an error if an aborted signal is passed in (#80) (d9e16a4)
Bug Fixes
- client: fix errors with file uploads in the browser (#78) (7ebdd66)
- fix error in environments without
TextEncoder
(#72) (699c8e1) - fix export map order (#75) (5826191)
Chores
Documentation
v0.7.1
v0.7.0
0.7.0 (2023-07-12)
⚠ BREAKING CHANGES
- api: add unique_identifier, driver's license backs, inbound funds holds, and more (#62)
Features
- api: add unique_identifier, driver's license backs, inbound funds holds, and more (#62) (e253f9c)
- client: add support for passing a
signal
request option (#61) (a6f79cf) - client: improve timeout handling to reuse agent (#53) (06559f9)
- client: support passing a custom
fetch
function (#57) (7d974fe)
Bug Fixes
- client: properly handle multi-byte characters in Content-Length (#58) (d75d738)
- examples: avoid swallowing errors in example scripts (#55) (c21fb83)
- fix errors in package source files when users go to definition in VSCode (#52) (1eeacd4)
- include README.md, LICENSE and CHANGELOG.md in published package (#49) (e0e3baa)
- streaming: do not abort successfully completed streams (#60) (1505b16)
- streaming: fix response body streaming in non-Chrome environments (#54) (f45d825)
- streaming: polyfill ReadableStream async iterator and text decoding (#48) (fd21d9a)
- support
PromiseLike
input totoFile
(#51) (af64015)
Chores
Refactors
- improve streaming implementation (#50) (1b19296)
- streaming: make response body streaming polyfill more spec-compliant (#56) (d98e28e)
Documentation
v0.6.0
0.6.0 (2023-07-07)
⚠ BREAKING CHANGES
Features
- api: add card profiles simulation method (#42) (a756866)
- client: add support for
defaultQuery
option (#35) (eae9716)
Bug Fixes
Refactors
- mark
.responseHeaders
and.response
as deprecated (#41) (54ca3fa) - move to src directory, improve ecosystem compatibility (#33) (7961453)
Chores
- internal: fix tsc usage (#40) (5411f7e)
- set
noEmit: true
intsconfig.json
, since it's for typechecking only (#43) (2d40060)
Documentation
v0.5.0
0.5.0 (2023-06-29)
⚠ BREAKING CHANGES
- api: remove many enum members from document category (#27)
- types: singularize array item types (#25)
Features
- api/types: mark more check transfer intention properties as nullable (#26) (324580e)
- support ESM and web platform runtimes; easier file uploads (#28) (1d53a8d)
- types: export nested types through the root client export (#23) (c68b1ae)
Bug Fixes
Refactors
- api: remove
other
from reason enum (#24) (5d7206a) - api: remove many enum members from document category (#27) (ddcd780)
- types: singularize array item types (#25) (bb00a48)
Styles
Chores
Documentation
v0.4.0
0.4.0 (2023-06-19)
⚠ BREAKING CHANGES
- drop official support for EOL Node versions (Node 12, 13, 14, 15) (#18)
- api: rename return reason enum member (#12)
- change nested query parameters to be objects (#8)
Features
- client: add support for specifying client-level default headers (#5) (609c71a)
- api: add new endpoints + properties + enums (#9) (8fd90c4)
Bug Fixes
Chores
- internal: improve SSE decoding of lines (#14) (74b9bdc)
- internal: restructure core streaming implementation (#7) (b97964b)
Refactors
- api: remove unused properties and enum members (#16) (51c8ab5)
- change nested query parameters to be objects (#8) (fdcd3a4)
- api: rename return reason enum member (#12) (51ba5d4)
- docs: cleanup api.md response types (539848e)
- move error type definitions to error.ts (#15) (e50a9a1)
Documentation
- drop official support for EOL Node versions (Node 12, 13, 14, 15) (#18) (f3be71b)
- point to github repo instead of email contact (#13) (72d7fef)
- slight improvement to file uploads example (#10) (b134725)