Skip to content

Releases: hiroki0525/idle-task

v3.3.2

02 Feb 13:50
Compare
Choose a tag to compare

3.3.2 (2023-02-02)

Bug Fixes

  • not working SetIdleTaskOptions.revalidateInterval (4ba9c8d)

v3.3.1

22 Jan 09:19
Compare
Choose a tag to compare

3.3.1 (2023-01-22)

Bug Fixes

  • remove timer to reregister task when it was cancelled (0e3db76)

v3.3.0

20 Jan 11:40
Compare
Choose a tag to compare

3.3.0 (2023-01-20)

Features

  • add SetIdleTaskOptions.revalidateWhenExecuted (e8cda02)

v3.2.1

15 Jan 23:56
Compare
Choose a tag to compare

3.2.1 (2023-01-15)

Bug Fixes

  • forceRunIdleTask executes a latest task considering the case of revalidateInterval (b8fb2a6)

v3.2.0

15 Jan 14:12
Compare
Choose a tag to compare

3.2.0 (2023-01-15)

Features

  • add SetIdleTaskOptions.revalidateInterval (b3139a3)

v3.1.1

10 Jan 14:14
Compare
Choose a tag to compare

3.1.1 (2023-01-10)

Bug Fixes

v3.1.0

08 Jan 13:36
Compare
Choose a tag to compare

3.1.0 (2023-01-08)

Features

  • transpile ES2020 to reduce bundle size for modern browsers (21cb157)

v3.0.0

04 Jan 13:05
Compare
Choose a tag to compare

3.0.0 (2023-01-04)

Features

  • add getIdleTaskStatus instead of isRunIdleTask (c907dce)

BREAKING CHANGES

  • isRunIdleTask was deleted. Please use getIdleTaskStatus if you want to know a task status.

v2.15.0

21 Dec 11:35
Compare
Choose a tag to compare

2.15.0 (2022-12-21)

Features

  • add "sideEffects": false to enable tree-shaking (1dcd30e)
  • support ESM and development packages (97ac608)
  • transpile ES2017 (23499f5)
  • umd target is es5 (21e64a1)

v2.14.0

17 Dec 05:25
Compare
Choose a tag to compare

2.14.0 (2022-12-17)

Features

  • add support umd for CDN (8348657)