You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,17 @@
1
+
## [7.20.1] - 2026-04-26
2
+
3
+
### Fixed
4
+
5
+
***`NyScheduler.getKeyTaskOnce(name)` now returns the full prefixed storage key** (`ny_scheduler_${name}_once`) instead of the unprefixed `${name}_once`. This makes the documented reset pattern `await NyStorage.delete(NyScheduler.getKeyTaskOnce("welcome_to_app"))` actually delete the stored flag
6
+
7
+
### Added
8
+
9
+
***`NyScheduler.clearTaskOnce(name)`** convenience method that clears a once-task's executed state without needing to compute the storage key manually
10
+
11
+
### Changed
12
+
13
+
* Bumped `app_badge_plus` dependency from `^1.2.8` to `^1.2.9`
0 commit comments