mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-19 00:21:32 +03:00
8 lines
332 B
Markdown
8 lines
332 B
Markdown
|
# 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).
|