mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-04-23 11:36:13 +02:00
903361100c
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
2.0 KiB
2.0 KiB
Changelog
[2.0.0-alpha.3]
Dependencies
- Upgraded to
fs@2.0.0-alpha.2
[2.0.0-alpha.2]
[2.0.0-alpha.1]
7d9df72(#428) Multipart requests are now handled in JavaScript by theRequestJavaScript class so you just need to use aFormDatabody and not set the content-type header tomultipart/form-data.application/x-www-form-urlencodedrequests must be done manually.7d9df72(#428) The http plugin has been rewritten from scratch and now only exposes afetchfunction in Javascript and Re-exportsreqwestcrate in Rust. The newfetchmethod tries to be as close and compliant to thefetchWeb API as possible.d74fc0a(#555) Update to alpha.11.