Skip to content

6.0.0

Compare
Choose a tag to compare
@Hexagon Hexagon released this 28 Feb 20:02
· 99 commits to master since this release

Breaking changes

  • Refactor of method names: next() -> nextRun() etc.
  • Separate CommonJS (CJS) from Universal Module Definition (UMD) build.
  • Major internal code refactor.

More information on upgrading from a previous version can be found here.

New features

  • Adds pattern feature L for the last weekday of the month. Closes #169.
  • Adds separate typings for CJS: croner.d.ts to support node-next module resolution. Fixes #168.
  • Adds new method .trigger() to manually trigger a run. Closes #164.

Other changes

  • Moved generated documentation out of the repository and added an action to build and deploy it on the fly.
  • Repository cleanup.

Full Changelog: 5.7.0...6.0.0