Files
tauri-plugins-workspace/.changes/updater-remove-available.md
T
Lucas Fernandes NogueiraandAmr Bashir 6a12f7c80a refactor(updater)!: remove deprecated Update.available field (#3607)
* refactor(updater)!: remove deprecated Update.available field

It was always `true`; check whether `check()` returned `null` instead.

* fix(examples): remove usage of the dropped Update.available field

* Update .changes/updater-remove-available.md

---------

Co-authored-by: Amr Bashir <github@amrbashir.me>
2026-09-22 06:13:04 -03:00

7 lines
183 B
Markdown

---
"updater-js": major
"updater": major
---
**Breaking:** Removed the deprecated `Update.available` field, which was always `true`. Check whether `check()` returned `null` instead.