Skip to content

Releases: Increase/increase-node

v0.10.0

17 Aug 14:25
Compare
Choose a tag to compare

0.10.0 (2023-08-17)

⚠ BREAKING CHANGES

  • api: change physical_cards.status value, remove event_subscription field, add fields (#120)

Features

  • api: change physical_cards.status value, remove event_subscription field, add fields (#120) (8d390d1)
  • client: improve compatibility with Bun (#121) (f969ef3)
  • docs: add documentation to the client constructor (#118) (874970c)

v0.9.1

16 Aug 11:03
Compare
Choose a tag to compare

0.9.1 (2023-08-16)

Features

  • allow a default timeout to be set for clients (#111) (3c477d6)

Bug Fixes

  • client: fix TypeError when a request gets retried (#116) (dbdc423)

Chores

  • assign default reviewers to release PRs (#113) (3411dd3)
  • internal: fix error happening in CloudFlare pages (#114) (c191d46)
  • internal: improve error message when option is missing (#115) (6a24a7e)

v0.9.0

11 Aug 20:51
Compare
Choose a tag to compare

0.9.0 (2023-08-11)

⚠ BREAKING CHANGES

  • client: support accessing raw response + remove deprecated features (#104)

Features

  • api: updates (#106) (3ba4626)
  • client: support accessing raw response + remove deprecated features (#104) (b4f3164)

Documentation

Chores

  • internal: conditionally include bin during build output (#109) (ae76bb5)

v0.8.1

08 Aug 19:51
Compare
Choose a tag to compare

0.8.1 (2023-08-08)

Features

Bug Fixes

Refactors

  • create build for deno.land (#89) (895fa10)
  • use destructuring arguments in client constructor and respect false values (#87) (381b58f)

Documentation

  • readme: remove beta status + document versioning policy (#96) (dd0bdb9)

Chores

v0.8.0

22 Jul 01:45
Compare
Choose a tag to compare

0.8.0 (2023-07-22)

⚠ BREAKING CHANGES

  • api: reorganize check_transfer and network 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 and network 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

  • internal: restructure code to stringify query (#74) (71586e2)

Documentation

  • api: update model_id documentation (#79) (aee0086)

v0.7.1

17 Jul 16:44
Compare
Choose a tag to compare

0.7.1 (2023-07-17)

Features

Bug Fixes

  • fix errors with "named" client export in CJS (#70) (2000849)

Documentation

  • readme: improvements to formatting code snippets (#64) (f7b65e9)

Chores

  • internal: add helper function for b64 (#68) (9ac500a)
  • internal: let toFile helper accept promises to objects with name/type properties (#69) (b167997)
  • internal: remove unused streaming implementation (#66) (264a739)

v0.7.0

12 Jul 11:30
Compare
Choose a tag to compare

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 to toFile (#51) (af64015)

Chores

  • internal: fix release please version config (#46) (12ed2c6)

Refactors

  • improve streaming implementation (#50) (1b19296)
  • streaming: make response body streaming polyfill more spec-compliant (#56) (d98e28e)

Documentation

v0.6.0

07 Jul 14:47
Compare
Choose a tag to compare

0.6.0 (2023-07-07)

⚠ BREAKING CHANGES

  • api: add card profiles simulation method (#42)
  • import issue with ESM (#37)

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 in tsconfig.json, since it's for typechecking only (#43) (2d40060)

Documentation

  • api.md: add context to types exported in a different resource (#44) (7204785)
  • api.md: fix links not referencing src directory (#36) (35cccbe)
  • client: improve documentation for client options (#38) (2133c8e)
  • types: add documentation for enum members (#39) (aeca9c3)

v0.5.0

29 Jun 12:20
Compare
Choose a tag to compare

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

  • form-data: strip out undefined properties (#21) (dd73783)

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

  • minor reordering of types and properties (#29) (0e6dbc5)

Chores

Documentation

v0.4.0

19 Jun 20:18
4fdcf70
Compare
Choose a tag to compare

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

  • internal: improve stream cancellation handling of abort controllers (#17) (e8f15dd)

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)

Build System

  • add .github folder to .npmignore (#19) (a263289)