Skip to content

v3.0.0

Choose a tag to compare

@P4sca1 P4sca1 released this 23 Feb 15:31

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 sthamer.pascal@gmail.com