Skip to content

Latest commit

 

History

History
219 lines (112 loc) · 8.32 KB

CHANGELOG.md

File metadata and controls

219 lines (112 loc) · 8.32 KB

2.0.9 (2024-05-12)

Reverts

2.0.8 (2023-10-03)

Bug Fixes

  • correct prod mjs in package.json (9272afb)
  • keep FormData as is (3b106f4)

2.0.7 (2023-07-25)

Bug Fixes

  • types: specify types in package (7678c66), closes #401

Features

2.0.6 (2023-02-28)

Bug Fixes

2.0.5 (2023-02-27)

Bug Fixes

2.0.3 (2022-08-10)

Bug Fixes

2.0.2 (2022-05-27)

Bug Fixes

2.0.1 (2022-03-25)

Bug Fixes

  • return raw response with status 204 and responseAs response (#316) (8a24d69)

2.0.0 (2022-03-24)

Build System

  • module build with mjs and cjs (9026756)

BREAKING CHANGES

  • 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)

Bug Fixes

  • types: handle responseAs (725ab77)

Features

  • 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.

Bug Fixes

0.0.23 (2020-08-10)

Bug Fixes

0.0.22 (2020-08-09)

Features

  • serialize errors body in body (e2757d5)

0.0.21 (2020-08-05)

Bug Fixes

  • nuxt: reject the call if failed (62b00da)

0.0.20 (2020-07-28)

Features

  • nuxt: pass errors to ctx.error (b71b043)

0.0.19 (2020-07-28)

Bug Fixes

0.0.18 (2020-07-28)

Bug Fixes

  • types: correct nuxt types + docs (5d08bdb)

0.0.17 (2020-07-27)

Bug Fixes

0.0.16 (2020-07-27)

Bug Fixes

0.0.15 (2020-07-27)

Bug Fixes

0.0.14 (2020-07-27)

Bug Fixes

  • nuxt: pass correct array (ecb88ce)

0.0.13 (2020-07-27)

Bug Fixes

  • nuxt: avoid hot reload error (d47e46d)
  • ignore some headers when proxying (f99d313)

0.0.12 (2020-07-23)

Features

0.0.11 (2020-07-23)

Features

  • nuxt: add nuxt plugin to copy headers (060fe9d)

0.0.10 (2020-06-26)

Features

0.0.9 (2020-06-25)

Bug Fixes

  • missing instance options (007171e)

0.0.8 (2020-06-25)

Features

  • allow passing promise type through generic (3696cd8)

0.0.7 (2020-05-21)

Bug Fixes

  • types: point to the generated d.ts (61729e2)

0.0.6 (2020-05-18)

Bug Fixes

  • use options when providing only body (e5a9bef)

Features

0.0.5 (2020-05-18)

Features

  • allow omitting the url in post, put, patch (bbcdad4)

0.0.4 (2020-05-17)

Bug Fixes

0.0.3 (2020-05-17)

Fixed tag

0.0.2 (2020-05-17)

Added docs

0.0.1 (2020-05-17)

Initial release