v0.12.1
What's Changed
This release fixes a small typing mistake preventing queries parameters of type number[]
from building properly, and fixes bugs in the handling of header parameters / defaults and the "escape hatch" parameters allowing arbitrary fetch / axios request options to be passed.
It's also the first release with automated end-to-end tests in place, though the coverage is still low - this will be improved during the course of development going forward.
Bug fixes
- fix: allow number array query param by @mnahkies in #236
- fix(fetch/axios): correctly merge headers from opts by @mnahkies in #231
Testing
Misc
- chore(deps): update dependency axios to v1.7.4 [security] by @renovate in #232
- chore: dependencies / refresh data by @mnahkies in #233
- chore: tweak npm metadata by @mnahkies in #234
- chore: use node 22 by default by @mnahkies in #237
Full Changelog: v0.12.0...v0.12.1