Skip to content

v0.12.1

Compare
Choose a tag to compare
@mnahkies mnahkies released this 17 Aug 16:08
· 11 commits to main since this release

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

Full Changelog: v0.12.0...v0.12.1