mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-21 01:32:03 +03:00
10 lines
340 B
Markdown
10 lines
340 B
Markdown
---
|
|
'tauri': 'patch:breaking'
|
|
---
|
|
|
|
`tauri::scope` module is recieving a couple of consistency changes:
|
|
|
|
- Added `tauri::scope::fs` module.
|
|
- Removed `scope::IpcScope` re-export, use `scope::ipc::Scope`.
|
|
- Removed `FsScope`, `GlobPattern` and `FsScopeEvent`, use `scope::fs::Scope`, `scope::fs::Pattern` and `scope::fs::Event` respectively.
|