2.0.9 (2024-05-12)
- smaller (9f09df6)
2.0.8 (2023-10-03)
2.0.7 (2023-07-25)
2.0.6 (2023-02-28)
- work with test mocks (4856726)
2.0.5 (2023-02-27)
2.0.3 (2022-08-10)
2.0.2 (2022-05-27)
2.0.1 (2022-03-25)
2.0.0 (2022-03-24)
- module build with mjs and cjs (9026756)
- dist files have been renamed with cjs/mjs extensions. If you were explicitly referring dist files, you need to update the imports. Otherwise, you probably don't need to change anything.
1.0.1 (2021-12-20)
- types: handle responseAs (725ab77)
- explicitly forbid AbortSignal to mande (b34c5cb)
1.0.0 (2021-03-24)
This version has no breaking changes. mande
has reached a stable state and it makes sense to have a v1 now.
0.0.23 (2020-08-10)
- nuxt: missing cookies (c9b02d2)
0.0.22 (2020-08-09)
- serialize errors body in body (e2757d5)
0.0.21 (2020-08-05)
- nuxt: reject the call if failed (62b00da)
0.0.20 (2020-07-28)
- nuxt: pass errors to ctx.error (b71b043)
0.0.19 (2020-07-28)
- types: missing rename (f1574a0)
0.0.18 (2020-07-28)
- types: correct nuxt types + docs (5d08bdb)
0.0.17 (2020-07-27)
- types again (cfc073c)
0.0.16 (2020-07-27)
- missing type (ab46705)
0.0.15 (2020-07-27)
- nuxt: missing export (ed3534f)
0.0.14 (2020-07-27)
- nuxt: pass correct array (ecb88ce)
0.0.13 (2020-07-27)
0.0.12 (2020-07-23)
- nuxt: add buildModule (1a5b6df)
0.0.11 (2020-07-23)
- nuxt: add nuxt plugin to copy headers (060fe9d)
0.0.10 (2020-06-26)
- allow fetch polyfill (a6bb3f4)
0.0.9 (2020-06-25)
- missing instance options (007171e)
0.0.8 (2020-06-25)
- allow passing promise type through generic (3696cd8)
0.0.7 (2020-05-21)
- types: point to the generated d.ts (61729e2)
0.0.6 (2020-05-18)
- use options when providing only body (e5a9bef)
- allow global defaults (a87fdda)
0.0.5 (2020-05-18)
- allow omitting the url in post, put, patch (bbcdad4)
0.0.4 (2020-05-17)
- allow absolute urls (160a343)
0.0.3 (2020-05-17)
Fixed tag
Added docs
Initial release