- Upgraded to
fs@2.0.0-alpha.8
- Upgraded to
fs@2.0.0-alpha.7
2cf8faa
(#839) Update to tauri@alpha.20.10b8039
(#825) Usetauri::scope::fs::Scope
instead of local copy of its implementation.
- Upgraded to
fs@2.0.0-alpha.6
- Upgraded to
fs@2.0.0-alpha.5
- Upgraded to
fs@2.0.0-alpha.4
- Upgraded to
fs@2.0.0-alpha.3
- Upgraded to
fs@2.0.0-alpha.2
d5a7c77
(#545) Fixes docs.rs build by enabling thetauri/dox
feature flag.aba07c2
(#468) Split up fs and asset scopes. This will reset the asset protocol scope once!aba07c2
(#468) Fix usage of directory patterns by removing glob asterisks at the end before allowing/forbidding them. This was causing them to be escaped, and so undesirable paths were allowed/forbidden while polluting the.persisted-scope
file.d74fc0a
(#555) Update to alpha.11.
- Upgraded to
fs@2.0.0-alpha.1
ebb2eb2
(#274) Recursively unescape saved patterns before allowing/forbidding them. This effectively prevents.persisted-scope
files from blowing up, which caused Out-Of-Memory issues, while automatically fixing existing broken files seamlessly.717ae67
(#371) First v2 alpha release!
- Split up fs and asset scopes. This will reset the asset protocol scope once!
- Fix usage of directory patterns by removing glob asterisks at the end before allowing/forbidding them. This was causing them to be escaped, and so undesirable paths were allowed/forbidden while polluting the
.persisted_scope
file.
- The MSRV was raised to 1.64!
- The plugin now recursively unescapes saved patterns before allowing/forbidding them. This effectively prevents
.persisted-scope
files from blowing up, which caused Out-Of-Memory issues, while automatically fixing existing broken files seamlessly.