1.6.0 (2025-07-10)
Full Changelog: v1.5.0...v1.6.0
Features
- client: add support for endpoint-specific base URLs (9d2620f)
Bug Fixes
- ci: release-doctor — report correct token name (50869b0)
- client: don't send
Content-Type for bodyless methods (4a94697)
- publish script — handle NPM errors correctly (41cba77)
Chores
- ci: enable for pull requests (87de51c)
- ci: only run for pushes and fork pull requests (8efb0c4)
- internal: make base APIResource abstract (77694c3)
- make some internal functions async (a9160c4)
- mention unit type in timeout docs (2758fb1)
Refactors
- types: replace Record with mapped types (e234386)