mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-19 00:21:32 +03:00
d8af70fa95
Co-authored-by: jbolda <me@jacobbolda.com>
332 B
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).