mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-05-07 12:26:41 +02:00
d4d1633c4d
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com> Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2.5 KiB
2.5 KiB
Changelog
[2.0.0-alpha.3]
[2.0.0-alpha.2]
[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.