Skip to content

v2.0.0

Choose a tag to compare

@gajus gajus released this 03 Dec 09:23
· 18 commits to master since this release

2.0.0 (2020-12-03)

Bug Fixes

  • continue to attempt scheduling tasks that breach concurrency (6d209a5)
  • continue to attempt scheduling tasks that produce more instructions than the supplied limit (6879289)
  • ignore missing types (abee19a)
  • update dependencies (2911333)

Features

  • add sanity check (0f70557)
  • cancel delay when Planton is terminated (3f0154a)
  • move delay logic to the begining of the routine (3e33b8e)

BREAKING CHANGES

  • First delay is calculated before running schdule function the first time.