v1.0.0
What's Changed
- BREAKING CHANGE: Remove deprecated addQueryToInput method. It was rep… by @gustavoguichard in #9
- Stop throwing depending on status by @gustavoguichard in #8
- Accept a function for baseHeaders by @danielweinmann in #6
- Accept more
BodyInit
types such as FormData, URLSearchParams, Blob, ArrayBuffer, ReadableStream, etc by @gustavoguichard in #10 - Update HTTP methods and improve type of method in RequestInit by @gustavoguichard in #11
- BREAKING CHANGE: Rename some methods for a standard where URL is always in caps by @gustavoguichard in #12
- Add makeFetcher as a primitive of makeService by @gustavoguichard in #13
- feat: Expose replaceURLParams as a public API by @gustavoguichard in #14
- Reorganize and expose primitives by @gustavoguichard in #15
Updated README
You can see all the new features an APIs in the updated and reorganized README.
New Contributors
- @danielweinmann made their first contribution in #6
Full Changelog: v0.2.0...v1.0.0