Skip to content

Releases: P4sca1/cron-schedule

v3.0.5

25 Feb 12:13
Compare
Choose a tag to compare

3.0.5 (2022-02-25)

Bug Fixes

  • relax allowed ranges to be compatible with linux spec (34466d4)

v3.0.4

28 Oct 22:02
Compare
Choose a tag to compare

3.0.4 (2021-10-28)

Bug Fixes

  • include mjs files in npm build (1985874)
  • use unknown for error type (5623e65)

v3.0.3

17 Aug 13:40
Compare
Choose a tag to compare

3.0.3 (2021-08-17)

Bug Fixes

  • rename module file extension to .mjs (53993b1), closes #159

v3.0.2

25 Jun 09:54
Compare
Choose a tag to compare

3.0.2 (2021-06-25)

Bug Fixes

  • detect step values smaller than 1 (8f53df9), closes #134

v3.0.1

23 Feb 15:45
Compare
Choose a tag to compare

3.0.1 (2021-02-23)

Bug Fixes

  • fix files missing in npm bundle (00c173b)

v3.0.0

23 Feb 15:31
Compare
Choose a tag to compare

3.0.0 (2021-02-23)

Features

  • add error handling to tasks (375a6b8), closes #80
  • expose ECMAScript module (e73fadc)

BREAKING CHANGES

  • The third argument to IntervalBasedScheduler.registerTask is no longer isOneTimeTask.
    Instead it is an object where one attribute is the old isOneTimeTask parameter.

Signed-off-by: Pascal Sthamer [email protected]

v2.2.4

21 Nov 00:36
Compare
Choose a tag to compare

2.2.4 (2020-11-21)

Bug Fixes

  • fix package.json exports (c172cdc)

v2.2.3

20 Nov 23:29
Compare
Choose a tag to compare

2.2.3 (2020-11-20)

Bug Fixes

v2.2.2

20 Nov 21:22
Compare
Choose a tag to compare

2.2.2 (2020-11-20)

Bug Fixes

v2.2.1

20 Nov 21:15
Compare
Choose a tag to compare

2.2.1 (2020-11-20)

Bug Fixes

  • deps: regenerate yarn.lock (ef1e3fe)