Releases: Finch-API/finch-api-node
Releases · Finch-API/finch-api-node
v5.2.0
v5.1.0
5.1.0 (2023-09-08)
Full Changelog: v5.0.0...v5.1.0
Features
Bug Fixes
- client: fix TS errors that appear when users Go to Source in VSCode (#150) (81cf41d)
- client: handle case where the client is instantiated with a undefined baseURL (#151) (45c409c)
- client: use explicit file extensions in _shims imports (#149) (5484933)
- fix module not found errors in Vercel edge (#156) (e39458c)
- readme: update link to api.md to use the correct branch (#154) (312a217)
Chores
- internal: add example for configuration (#147) (ac9de99)
- internal: export helper from core (#155) (46233a7)
Documentation
v5.0.0
5.0.0 (2023-08-29)
Full Changelog: v4.2.1...v5.0.0
⚠ BREAKING CHANGES
Features
Bug Fixes
Chores
Refactors
v4.2.1
v4.2.0
v4.1.0
v4.0.0
4.0.0 (2023-08-16)
⚠ BREAKING CHANGES
- client: support accessing raw response + remove deprecated features (#114)
Features
- allow a default timeout to be set for clients (#117) (5264bb7)
- client: detect browser usage (#106) (0a322ae)
- client: support accessing raw response + remove deprecated features (#114) (31c306b)
- streaming: add
.toReadableStream()
method (#109) (7715977)
Documentation
- api: improve custom method arguments (#108) (f9bc372)
- readme: minor updates (#115) (575b46c)
- readme: remove beta status + document versioning policy (#105) (bc2c0c0)
Chores
- assign default reviewers to release PRs (#118) (f114455)
- internal: change jest exclude patterns (#113) (54e17f0)
- internal: conditionally include bin during build output (#116) (f5ac09f)
- internal: fix deno build (#102) (0a8e4b6)
- internal: fix deno build (#104) (e0aa74a)
- internal: fix error happening in CloudFlare pages (#119) (312ea9c)
- internal: remove deno build (#107) (15dff8a)
- internal: update eslint (#111) (3cf152d)
- internal: update tsconfig-paths dep (#112) (032c38b)
- internal: update typescript (#110) (d16061a)
v3.1.3
3.1.3 (2023-08-01)
Bug Fixes
- client: handle undefined process in more places (#96) (3fa25a2)
- fix undefined message in errors (#94) (b4f1e34)
Chores
- internal: allow the build script to be run without yarn installed (#99) (f8ce4ec)
- internal: minor refactoring of client instantiation (#97) (c9658e3)
- internal: remove duplicate assignment (#91) (578c305)