UNPKG

@nexim/task-scheduler

Version:

A TypeScript task scheduler with persistence and conditional execution.

37 lines (19 loc) 1.75 kB
# Change Log All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. ## [1.0.5](https://github.com/the-nexim/nanolib/compare/@nexim/task-scheduler@1.0.4...@nexim/task-scheduler@1.0.5) (2025-08-30) **Note:** Version bump only for package @nexim/task-scheduler ## [1.0.4](https://github.com/the-nexim/nanolib/compare/@nexim/task-scheduler@1.0.3...@nexim/task-scheduler@1.0.4) (2025-08-26) **Note:** Version bump only for package @nexim/task-scheduler ## [1.0.3](https://github.com/the-nexim/nanolib/compare/@nexim/task-scheduler@1.0.2...@nexim/task-scheduler@1.0.3) (2025-08-20) ### Bug Fixes * **task-scheduler:** improve task scheduling logic for first-time execution ([4b6ae8f](https://github.com/the-nexim/nanolib/commit/4b6ae8f961b58ea8dc1f5a784d22e295138673ed)) by @ ## [1.0.2](https://github.com/the-nexim/nanolib/compare/@nexim/task-scheduler@1.0.1...@nexim/task-scheduler@1.0.2) (2025-08-20) ### Bug Fixes * **task-scheduler:** correctly load old states from localStorage and prevent reset ([513dd7c](https://github.com/the-nexim/nanolib/commit/513dd7c649ad9301d67a7333131d1c4e522642ad)) by @ ## [1.0.1](https://github.com/the-nexim/nanolib/compare/@nexim/task-scheduler@1.0.0...@nexim/task-scheduler@1.0.1) (2025-08-19) ### Bug Fixes * **task-scheduler:** handle overdue tasks ([00c29e7](https://github.com/the-nexim/nanolib/commit/00c29e71795d3735db9a42e9d3cd767dbf2e8af8)) by @njfamirm ## 1.0.0 (2025-06-18) ### Features * **task-scheduler:** initialize package ([#94](https://github.com/the-nexim/nanolib/issues/94)) ([8951cea](https://github.com/the-nexim/nanolib/commit/8951cea6f36ab26c1529cff01cb47c8854e151dd)) by @njfamirm