mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-04-27 11:56:05 +02:00
8c6d96e645
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
3.2 KiB
3.2 KiB
Changelog
[2.0.0-alpha.6]
[2.0.0-alpha.5]
387c2f9(#802) Update to @tauri-apps/api v2.0.0-alpha.12.fc62ead(#721) FixUncaught TypeError: Cannot read properties of undefined (reading 'os')
[2.0.0-alpha.4]
[2.0.0-alpha.3]
[2.0.0-alpha.2]
[2.0.0-alpha.2]
[2.0.0-alpha.1]
-
1091d6d(#419) The os plugin is recieving a few changes to improve consistency and add new features:- Renamed
Kindenum toOsTypeandkind()function toos_type(). - Added
family(),exe_extension(), andhostname()functions and their equivalents for JS. - Removed
tempdir()function and its equivalent on JS, usestd::env::temp_dirinstead oftemp_dirfromtauri::path::PathResolver::temp_dirandpath.tempDiron JS. - Modified
platform()implementation to returnwindowsinstead ofwin32andmacosinstead ofdarwinto align with Rust'sstd::env::consts::OS EOLconst in JS has been modified into a functioneol()fix import issues in frameworks likenext.js
- Renamed