Changelog
[1.0.0-beta.3]
- Improve ESM detection with regexes.
- Bumped due to a bump in tauri-codegen.
- 4b0ec018 fix(core): improve JS ESM detection (#2139) on 2021-07-02
- Inject invoke key on
script
tags with type="module"
.
- Bumped due to a bump in tauri-codegen.
- f03eea9c feat(core): inject invoke key on
<script type="module">
(#2120) on 2021-06-29
[1.0.0-beta.2]
- Detect ESM scripts and inject the invoke key directly instead of using an IIFE.
- Bumped due to a bump in tauri-codegen.
- 7765c7fa fix(core): invoke key injection on ES module, improve performance (#2094) on 2021-06-27
- Improve invoke key code injection performance time rewriting code at compile time.
- Bumped due to a bump in tauri-codegen.
- 7765c7fa fix(core): invoke key injection on ES module, improve performance (#2094) on 2021-06-27
[1.0.0-beta.1]
- Pull Windows resource information (
FileVersion
, ProductVersion
, ProductName
and FileDescription
) from tauri.conf.json > package
configuration.
- dc6b0d85 feat(core): set .rc values from tauri.conf.json, closes #1849 (#1951) on 2021-06-05
[1.0.0-beta.0]
- The
try_build
method now has a Attributes
argument to allow specifying the window icon path used on Windows.
- c91105f refactor(build): allow setting window icon path on
try_build
(#1686) on 2021-05-03
[1.0.0-beta-rc.1]
- The package info APIs now checks the
package
object on tauri.conf.json
.
- Bumped due to a bump in tauri-codegen.
- 8fd1baf fix(core): pull package info from tauri.conf.json if set (#1581) on 2021-04-22
- f575aaa fix: change files not referencing core packages (#1619) on 2021-04-25
[1.0.0-beta-rc.0]
- Update all code files to have our license header.
- bf82136 feat(license): SPDX Headers (#1449) on 2021-04-11
- a6def70 Refactor(tauri): move tauri-api and tauri-updater to tauri (#1455) on 2021-04-11
- aea6145 refactor(repo): add /tooling folder (#1457) on 2021-04-12