Releases: Steve-Mcl/node-red-contrib-cron-plus
Releases · Steve-Mcl/node-red-contrib-cron-plus
v2.1.0
V2.0.1
What's Changed
- Fix ESM issue with dependency update in V2.0.0 (rolled back to CommonJS version)
- Bump json5 from 1.0.1 to 1.0.2 by @dependabot in #64
- Bump ansi-regex from 5.0.0 to 5.0.1 by @dependabot in #65
New Contributors
- @dependabot made their first contribution in #64
Full Changelog: v2.0.0...V2.0.1
V2.0.0
What's Changed
- Bump cronosjs to fix a bug by @ipatalas in #37
- Add keywords by @crxporter in #52
- V2 by @Steve-Mcl in #62
New Contributors
- @ipatalas made their first contribution in #37
- @crxporter made their first contribution in #52
- @Steve-Mcl made their first contribution in #62
Full Changelog: v1.5.0...v2.0.0
V1.5.0
- Added new filtering to commands
-active
,-active-dynamic
,-active-static
,-inactive
,-inactive-dynamic
, and-inactive-static
support for commandsremove
,export
andstatus
(e.g. you can now remove all dynamic schedules that have finished with the commandremove-inactive-dynamic
- Status no longer shows "All Stopped" if there isn't actually any schedules
- Update built in help and readme
- Updated the big demo
V1.3.0
Add cron expression builder
v1.2.1
- Add cron expression builder
- Fix up demos
- Fix mistakes in built in help and readme
Handle System Time Change
V1.1.0
- Add: Monitor System Time Change & refresh schedules if required.
- Add: done() handling