4.3.0 (2024-01-28)
- add
overwriteTask
option (4e928b6)
4.2.3 (2024-01-28)
- change build system rollup to tsup (8ff33c8)
- drop support umd (38b5c1b)
- update node version (089d217)
4.2.2 (2023-09-05)
- Revert "ci: remove TOC Generator" (3a8abb3)
4.2.1 (2023-05-26)
- deps: update [all]dependencies (patch) (954e85c)
4.2.0 (2023-04-26)
- add
GetResultFromIdleTaskOptions.taskName
(dfcdd13)
4.1.0 (2023-04-24)
- add
SetIdleTaskOptions.taskName
(42a8e1c)
4.0.0 (2023-03-04)
3.4.0 (2023-02-19)
3.3.3 (2023-02-04)
- not working
cancelIdleTask
when settingSetIdleTaskOptions.revalidateInterval
(0b4f980)
3.3.2 (2023-02-02)
- not working
SetIdleTaskOptions.revalidateInterval
(4ba9c8d)
3.3.1 (2023-01-22)
- remove timer to reregister task when it was cancelled (0e3db76)
3.3.0 (2023-01-20)
- add
SetIdleTaskOptions.revalidateWhenExecuted
(e8cda02)
3.2.1 (2023-01-15)
forceRunIdleTask
executes a latest task considering the case ofrevalidateInterval
(b8fb2a6)
3.2.0 (2023-01-15)
- add
SetIdleTaskOptions.revalidateInterval
(b3139a3)
3.1.1 (2023-01-10)
3.1.0 (2023-01-08)
- transpile ES2020 to reduce bundle size for modern browsers (21cb157)
3.0.0 (2023-01-04)
- add
getIdleTaskStatus
instead ofisRunIdleTask
(c907dce)
isRunIdleTask
was deleted. Please usegetIdleTaskStatus
if you want to know a task status.
2.15.0 (2022-12-21)
- add
"sideEffects": false
to enable tree-shaking (1dcd30e) - support ESM and development packages (97ac608)
- transpile ES2017 (23499f5)
- umd target is es5 (21e64a1)
2.14.0 (2022-12-17)
- add support umd for CDN (8348657)
2.13.0 (2022-12-03)
- export
ForceRunIdleTaskOptions
type (61e5801)
- add
GetResultFromIdleTaskOptions.timeoutStrategy
(bb54945)
2.12.0 (2022-12-02)
- add
ConfigureOptions.timeoutStrategy
(7e32a24), closes /github.com/hiroki0525/idle-task#timeoutstrategy-error--forcerun-1
2.11.0 (2022-12-01)
- add
WaitForIdleTaskOptions.timeoutStrategy
(e2f3925)
2.10.1 (2022-11-30)
- avoid to log on the server because it is unnecessary (f8295b1)
2.10.0 (2022-11-28)
- add
forceRunIdleTask
(01e9b79)
2.9.0 (2022-11-27)
- add support for server (8ceb3ea)
2.8.0 (2022-11-27)
debug
isfalse
as default (a852bb6)
- measure execution time of tasks more correctly (dcc93c4)
2.7.3 (2022-11-26)
- avoid to patch
requestIdleCallback
andcancelIdleCallback
globally (0826fce)
2.7.2 (2022-11-24)
- check for
cancelIdleCallback
being defined (0a19c57)
2.7.1 (2022-11-24)
- avoid to define properties on same function (57e8b55)
2.7.0 (2022-11-23)
- add
ConfigureOptions.cache
(8fc577c), closes /github.com/hiroki0525/idle-task#cache-boolean-2
2.6.0 (2022-11-22)
- add
ConfigureOptions.timeout
(8ab7b41), closes /github.com/hiroki0525/idle-task#timeout-number-1
2.5.2 (2022-11-21)
- cancel task during executing
waitForIdleTask
withcancelAllIdleTasks
(608cb02)
2.5.1 (2022-11-21)
- cancel task during executing
waitForIdleTask
(9002953)
2.5.0 (2022-11-20)
- add
getResultFromIdleTask
(7c56627)
2.4.0 (2022-11-17)
- incorrect type of
setIdleTask
parameter (b7d368c)
- add
SetIdleTaskOptions.cache
(b929c8a)
2.3.0 (2022-11-16)
- enable cache when not set cache option (26b3e20)
- add
WaitForIdleTaskOptions.timeout
(18d2ca4)
2.2.0 (2022-11-16)
- add
WaitForIdleTaskOptions.cache
(1dbfae2)
2.1.0 (2022-11-15)
- changelog (eb864ef)
- add
waitForIdleTask
(8b497e8)
2.0.0 (2022-11-13)
- add debug mode (1c03cdf)
- Initial commit (40d8713)
- first release (this message was added because of
semantic-release
version up rule ).