2.4.0 (2023-09-05)
Full Changelog: v2.3.0...v2.4.0
Features
- client: improve compatibility with Bun (#204) (1248e3a)
- docs: add documentation to the client constructor (#203) (e558d7b)
- package: add Bun export map (#215) (e796a08)
- types: export RequestOptions type (#209) (0b46351)
- types: remove incorrectly included Idempotency-Key param (#218) (905b43e)
Bug Fixes
- client: fix TS errors that appear when users Go to Source in VSCode (#219) (de2b2a1)
- client: fix TypeError when a request gets retried (#201) (ad59570)
- client: handle case where the client is instantiated with a undefined baseURL (#220) (894890e)
- client: use explicit file extensions in _shims imports (#217) (15df031)
- core: fix navigator check for strange environments (#207) (2b6e569)
- types: improve getNextPage() return type (#214) (eb7e51f)
Chores
- ci: setup workflows to create releases and release PRs (#212) (fb97629)
- internal: add helper method (#211) (a9d85e6)
- internal: add missing eslint-plugin-prettier (#206) (baa9264)
- internal: export HeadersInit type shim (#210) (a5e0cfe)
- internal: minor reformatting of code (#205) (709c87f)