You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tauri-plugins-workspace/plugins/http/CHANGELOG.md

2.3 KiB

Changelog

[2.0.0-alpha.2]

  • 5c13736(#673) Update to @tauri-apps/api v2.0.0-alpha.9.

[2.0.0-alpha.3]

Dependencies

  • Upgraded to fs@2.0.0-alpha.2

[2.0.0-alpha.2]

  • aec17a9(#558) Improve response performance by using the new IPC streaming data.

[2.0.0-alpha.1]

  • 7d9df72(#428) Multipart requests are now handled in JavaScript by the Request JavaScript class so you just need to use a FormData body and not set the content-type header to multipart/form-data. application/x-www-form-urlencoded requests must be done manually.
  • 7d9df72(#428) The http plugin has been rewritten from scratch and now only exposes a fetch function in Javascript and Re-exports reqwest crate in Rust. The new fetch method tries to be as close and compliant to the fetch Web API as possible.
  • d74fc0a(#555) Update to alpha.11.

[2.0.0-alpha.0]

  • 717ae67(#371) First v2 alpha release! 371)) First v2 alpha release!