Skip to content

Latest commit

 

History

History
53 lines (22 loc) · 2.06 KB

CHANGELOG.md

File metadata and controls

53 lines (22 loc) · 2.06 KB

2.0.0 (2024-10-11)

Features

  • Adapted for Tauri App 2.0.0 (889d0c0)

0.2.2 (2024-08-18)

Bug Fixes

  • config.url is undefined error (d8078a0)
  • FormData type is now correctly handled (09f2cc1)
  • Function building request data handles all types correctly (4cf1b14)
  • Handle multiple set-cookie headers (8d034d7)
  • replacing node isTypedArray by ArrayBuffer.isView (5231c6e)

0.2.1 (2023-12-26)

Bug Fixes

  • Handle multiple set-cookie headers (8d034d7)

0.1.3 (2022-07-25)

Bug Fixes

  • Failed requests are now properly returned (68c003f)

0.1.2 (2022-07-22)

Refactor

  • Refactor build request url (6844185)

0.1.1 (2022-07-18)

Bug Fixes

  • Modified An error is reported when the base URI is not set #1 (e7c6795)