tauri-codegen v1.0.0-rc.0
Updating crates.io index
Cargo Audit
Fetching advisory database from `https://github.com/RustSec/advisory-db.git`
Loaded 397 security advisories (from /home/runner/.cargo/advisory-db)
Updating crates.io index
Scanning Cargo.lock for vulnerabilities (483 crate dependencies)
[1.0.0-rc.0]
- Apply
noncetoscriptandstyletags and set them on theCSP(script-srcandstyle-srcfetch directives). - Added the
isolationpattern.- d5d6d2ab Isolation Pattern (#43) Co-authored-by: Ngo Iok Ui (Wu Yu Wei) wusyong9104@gmail.com Co-authored-by: Lucas Fernandes Nogueira lucas@tauri.studio on 2022-01-17
- Adds support for using JSON5 format for the
tauri.conf.jsonfile, along with also supporting the.json5extension.
Here is the logic flow that determines if JSON or JSON5 will be used to parse the config:
- Check if
tauri.conf.jsonexists
a. Parse it withserde_json
b. Parse it withjson5ifserde_jsonfails
c. Return originalserde_jsonerror if all above steps failed - Check if
tauri.conf.json5exists
a. Parse it withjson5
b. Return error if all above steps failed - Return error if all above steps failed
- 995de57a Add seamless support for using JSON5 in the config file (#47) on 2022-02-03
- The minimum Rust version is now
1.56.
Cargo Publish
Updating crates.io index
Packaging tauri-codegen v1.0.0-rc.0 (/home/runner/work/tauri/tauri/core/tauri-codegen)
Uploading tauri-codegen v1.0.0-rc.0 (/home/runner/work/tauri/tauri/core/tauri-codegen)