Releases: ArcadeAI/arcade-js
Releases · ArcadeAI/arcade-js
v1.9.1
v1.9.0
1.9.0 (2025-07-17)
Full Changelog: v1.8.1...v1.9.0
Features
Bug Fixes
- ci: release-doctor — report correct token name (ebd4ebb)
- client: don't send
Content-Type
for bodyless methods (c288b59)
Chores
- ci: only run for pushes and fork pull requests (087f870)
- make some internal functions async (26f2948)
- mention unit type in timeout docs (3a70b11)
Refactors
- types: replace Record with mapped types (4283d2a)
v1.8.1
1.8.1 (2025-06-19)
Full Changelog: v1.8.0...v1.8.1
v1.8.0
v1.7.0
1.7.0 (2025-06-17)
Full Changelog: v1.6.1...v1.7.0
Features
- allow optional parameters to be nullable (#130) (25b7585)
- client: add support for endpoint-specific base URLs (179f047)
Bug Fixes
- publish script — handle NPM errors correctly (a6ca79b)
Chores
v1.6.1
1.6.1 (2025-06-04)
Full Changelog: v1.6.0...v1.6.1
Chores
- docs: use top-level-await in example snippets (e6314e7)
v1.6.0
1.6.0 (2025-06-02)
Full Changelog: v1.5.0...v1.6.0
Features
- api: add Zod support (#122) (ffb68f9)
- api: api update (55a57e3)
- api: api update (657228f)
- api: api update (b3597c8)
- api: api update (b07cdec)
- api: api update (75a3e4b)
- api: api update (9859d40)
- api: api update (#1) (e7968d9)
- api: api update (#10) (1e47656)
- api: api update (#11) (563e94c)
- api: api update (#12) (897472b)
- api: api update (#14) (1151f08)
- api: api update (#16) (6a914f3)
- api: api update (#17) (4875282)
- api: api update (#21) (1ca22e2)
- api: api update (#24) (20fb01c)
- api: api update (#26) (8ec0f02)
- api: api update (#27) (111ec9b)
- api: api update (#29) (eb2ea4d)
- api: api update (#31) (ee310ab)
- api: api update (#32) (fd3d50a)
- api: api update (#33) (db060d2)
- api: api update (#38) (ddcc5ba)
- api: api update (#4) (1b690a3)
- api: api update (#5) (10be6fd)
- api: api update (#7) (2bef6fc)
- api: api update (#75) (36eb88d)
- api: api update (#76) (2f699c1)
- api: api update (#78) (1fae253)
- api: api update (#79) (168b1f5)
- api: api update (#83) (8b701be)
- api: api update (#84) (801c58d)
- api: api update (#90) (2d7892d)
- api: api update (#93) (18eb994)
- client: send
X-Stainless-Timeout
header (#87) (4fef4b4) - internal: make git install file structure match npm (#48) (be11980)
Bug Fixes
- api: fix ArcadeClient type (#126) (faaf9ed)
- api: resolve Arcade type conflict (#124) (40562b4)
- client: fix export map for index exports (#92) (c00087c)
- client: normalize method (#61) (7f729f2)
- client: normalize method (#70) (346cc8a)
Chores
- ci: bump node version for release workflows (5c4078a)
- docs: grammar improvements (85cf666)
- improve publish-npm script --latest tag logic (18435a7)
- internal: bump cross-spawn to v7.0.6 (#53) (d6daed2)
- internal: codegen related update (b08b538)
- internal: codegen related update (fa2c88e)
- internal: codegen related update (#46) (e691e31)
- internal: codegen related update (#47) (b1d7d2b)
- internal: codegen related update (#55) (e79c1f3)
- internal: codegen related update (#63) (0b6a70b)
- internal: codegen related update (#64) (4e9b37b)
- internal: codegen related update (#65) (ec268d8)
- internal: codegen related update (#66) (e2944f0)
- internal: codegen related update (#67) (0f7971e)
- internal: codegen related update (#68) (82e6e41)
- internal: codegen related update ([#69](https://github.com/ArcadeAI/arcade...
v1.3.0
1.3.0 (2025-05-01)
Full Changelog: v1.2.1...v1.3.0
Features
- add SKIP_BREW env var to ./scripts/bootstrap (#106) (8408484)
- api: api update (97d7417)
- api: api update (e57023e)
- api: api update (3031941)
- api: api update (1deb7aa)
- api: api update (f29e388)
- api: api update (#100) (bc80e2f)
- api: api update (#101) (067e889)
- api: api update (#102) (0e3d5c2)
- api: api update (#104) (2b8e7a5)
- api: api update (#105) (a29a9f7)
- api: api update (#113) (58096c8)
- api: api update (#114) (4af38e9)
- api: api update (#116) (90b1bb7)
- api: api update (#98) (81244e2)
- client: accept RFC6838 JSON content types (#107) (5025b73)
Bug Fixes
- api: improve type resolution when importing as a package (#119) (449cc3a)
- avoid type error in certain environments (#112) (2efcf33)
- client: send
X-Stainless-Timeout
in seconds (#117) (5a18a9a) - exports: ensure resource imports don't require /index (#109) (3ebaa3e)
- internal: work around vercel/next.js#76881 (#115) (814331b)
- mcp: remove unused tools.ts (#120) (efa23b2)
Chores
- ci: add timeout thresholds for CI jobs (8f22405)
- ci: only use depot for staging repos (6075f2b)
- client: minor internal fixes (8bebc61)
- exports: cleaner resource index imports (#110) (fccbf01)
- exports: stop using path fallbacks (#111) (b70e188)
- internal: add aliases for Record and Array (#118) (1bab334)
- internal: codegen related update (a1a28da)
- internal: reduce CI branch coverage (a660f12)
- internal: remove extra empty newlines (#108) (26b8e56)
- internal: upload builds and expand CI branch coverage (6508a13)