Tony
7d3869ced8
Regenerate api-iife ( #2428 )
2025-02-15 15:10:23 +02:00
renovate[bot]
05cca602d9
chore(deps): update rust crate tokio-tungstenite to 0.26 (v2) ( #2210 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: FabianLars <fabianlars@fabianlars.de >
2025-01-06 13:38:40 +01:00
ayang
fef76bd504
feat(fs): add the size method to get the size of a file or directory ( #2095 )
2024-11-26 14:09:42 +02:00
Amr Bashir
ed981027dd
feat(fs): improve readTextFile and readTextFileLines performance ( #1962 )
2024-11-21 15:43:51 +02:00
Amr Bashir
5092ea5e89
feat(fs): support ReadableStream<Unit8Array> for writeFile API ( #1964 )
2024-11-21 14:49:40 +02:00
Fabian-Lars
52c093ac9d
docs(fs): Fix scope example in js inline docs ( #2034 )
2024-11-12 00:20:36 +02:00
Amr Bashir
77149dc432
fix(fs): fix writeFile converting UTF-8 characters in path into replacement character ( #1965 )
2024-10-22 08:17:37 +03:00
Amr Bashir
ae8024565f
perf(fs): improve FileHandle.read performance ( #1950 )
...
* perf(fs): improve `FileHandle.read` performance
* handle different target pointer width
* improve `writeTextFile` performance
* revert packageManager field
* change file
---------
Co-authored-by: Lucas Nogueira <lucas@tauri.app >
2024-10-20 08:49:01 -03:00
SRutile
9291e4d2ca
fix(fs): support any UTF-8 path in writeFile ( #1640 )
...
* In the `writeFile` function, when `options.baseDir` is not set, convert `path` to URL to avoid errors caused by Chinese characters.
* fmt
* use TextEncoder
* use percent encoding
* add change file
* fmt
---------
Co-authored-by: Lucas Nogueira <lucas@tauri.studio >
2024-09-11 12:02:24 -03:00
Lucas Fernandes Nogueira
d0482502e9
chore(api): tauri can serialize array buffers from rc.7 ( #1694 )
...
* chore(api): tauri can serialize array buffers from rc.7
* fmt
* fix audit
* update lockfile
2024-08-28 17:58:56 -03:00
Lucas Fernandes Nogueira
1d8662e71a
feat(fs): use IPC streaming for read and write file ( #1251 )
...
* feat(fs): use IPC streaming for read and write file
* fix build
* clippy
2024-05-29 22:17:47 -03:00
Tony
e1d06b93b7
refactor: drop eslint config love ( #1341 )
...
* Drop eslint config love
* More eqeqeq
* Even more
2024-05-18 11:00:09 +02:00
renovate[bot]
bd1ed5903f
chore(deps): update tauri monorepo ( #1237 )
...
* fix(deps): update tauri monorepo
* rm 1.5 cli
* macos-latest is now arm
* changefile and rebuild iife [skip ci]
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: fabianlars <fabianlars@fabianlars.de >
2024-05-01 14:01:24 +02:00
Amr Bashir
9c7eb35967
feat(global-shortcut): support pressed/released states ( #1244 )
...
closes #1243
2024-04-24 15:42:01 +02:00
renovate[bot]
faa89850d0
chore(deps): replace dependency eslint-config-standard-with-typescript with eslint-config-love 43.1.0 ( #1228 )
...
* chore(deps): replace dependency eslint-config-standard-with-typescript with eslint-config-love 43.1.0
* actually apply the rules lol
* rebuild
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: FabianLars <fabianlars@fabianlars.de >
2024-04-23 00:40:51 +02:00
Lucas Fernandes Nogueira
a04ea2f382
refactor: only inject API IIFE script when withGlobalTauri is true ( #1071 )
...
* refactor: only inject API IIFE script when withGlobalTauri is true
* fmt
* update tauri
2024-03-19 15:03:20 -03:00