@tauri-apps/api@1.0.0-rc.7
- Fix
FilePartusage inhttp.Body.formby renaming thevalueproperty tofile. - Fixes a memory leak in the command system.
- The notification’s
isPermissionGrantedfunction now returnsbooleaninstead ofboolean | null. The response is nevernullbecause we won’t check the permission for now, always returningtrueinstead. - Added the
resolveResourceAPI to the path module. - Renamed
writeFiletowriteTextFilebut kept the original function for backwards compatibility. - Added
(path, contents[, options])overload to thewriteTextFileandwriteBinaryFileAPIs.
© 2025 Tauri Contributors. CC-BY / MIT