Files
tauri-plugins-workspace/plugins/os/CHANGELOG.md
T
github-actions[bot] 437dfba814 Publish New Versions (v2) (#629)
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
2023-10-23 09:01:39 -03:00

2.2 KiB

Changelog

[2.0.0-alpha.3]

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

[2.0.0-alpha.2]

[2.0.0-alpha.2]

  • e510f2f(#561) Fix macss -> macos typo in OsType type.

[2.0.0-alpha.1]

  • 1091d6d(#419) The os plugin is recieving a few changes to improve consistency and add new features:

    • Renamed Kind enum to OsType and kind() function to os_type().
    • Added family(),exe_extension(), and hostname() functions and their equivalents for JS.
    • Removed tempdir() function and its equivalent on JS, use std::env::temp_dir instead of temp_dir from tauri::path::PathResolver::temp_dir and path.tempDir on JS.
    • Modified platform() implementation to return windows instead of win32 and macos instead of darwin to align with Rust's std::env::consts::OS
    • EOL const in JS has been modified into a function eol() fix import issues in frameworks like next.js
  • d74fc0a(#555) Update to alpha.11.

[2.0.0-alpha.0]

  • 717ae67(#371) First v2 alpha release! te to alpha.11.

[2.0.0-alpha.0]