tauri/cli/tauri.js/CHANGELOG.md
github-actions[bot] d8af70fa95
apply version updates (#721)
Co-authored-by: jbolda <me@jacobbolda.com>
2020-07-03 21:25:48 +02:00

332 B

Changelog

[0.8.0]

  • Create UMD, ESM and CJS artifacts for the JavaScript API entry point from TS source using rollup.
  • Renaming window.tauri to window.TAURI, closing #435. The TAURI object now follows the TypeScript API structure (e.g. window.TAURI.readTextFile is now window.TAURI.fs.readTextFile).