pm2 icon indicating copy to clipboard operation
pm2 copied to clipboard

chore: bump croner to 5.0, enable cron legacy mode

Open Hexagon opened this issue 4 years ago • 3 comments

  • Bump croner from ~4.1.x to ~5.0.x
  • This bump enables croner legacyMode, which make expressions behave like "classic" cron when combining day-of-month and day-of-week. See croner feature #53 for more details.
  • Croner export is normally named Cron, Changed one occurence of Croner() to Cron() for consistency.
Q A
Bug fix? no
New feature? no
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets -
License MIT
Doc PR https://github.com/pm2-hive/pm2-hive.github.io/pulls

Hexagon avatar Feb 24 '22 13:02 Hexagon

You could skip right to 4.3.x

Edit: Updated and rebased PR

Hexagon avatar May 09 '22 18:05 Hexagon

Updated and rebased PR again

Hexagon avatar Sep 27 '22 18:09 Hexagon

Croner 6.0 released since this PR https://github.com/Hexagon/croner/releases/6.0.0

Hexagon avatar Mar 01 '23 18:03 Hexagon