Skip to content

Releases: Steve-Mcl/node-red-contrib-cron-plus

v2.1.0

26 Jul 18:51
a5e7985
Compare
Choose a tag to compare

What's Changed

Full Changelog: V2.0.1...v2.1.0

V2.0.1

24 Jul 07:58
b2e926a
Compare
Choose a tag to compare

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

Full Changelog: v2.0.0...V2.0.1

V2.0.0

23 Jul 22:05
9f13071
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.5.0...v2.0.0

V1.5.0

31 Mar 23:13
Compare
Choose a tag to compare
  • Added new filtering to commands -active, -active-dynamic, -active-static, -inactive, -inactive-dynamic, and -inactive-static support for commands remove, export and status (e.g. you can now remove all dynamic schedules that have finished with the command remove-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

24 Sep 11:03
Compare
Choose a tag to compare

V1.3.0

Issues addressed...

  • Fix lingering tasks #23
  • Add jsonata as payload option #25
  • Clone input msg instead of creating new one #26

Other stuff

  • update deps
  • ensure filter objects are valid before using props

Add cron expression builder

22 Aug 13:58
Compare
Choose a tag to compare

v1.2.1

  • Add cron expression builder
  • Fix up demos
  • Fix mistakes in built in help and readme

Handle System Time Change

22 Aug 11:31
Compare
Choose a tag to compare

V1.1.0

  • Add: Monitor System Time Change & refresh schedules if required.
  • Add: done() handling

V0.2.0

01 Aug 13:15
4ead19d
Compare
Choose a tag to compare

node-red-contrib-cron-plus V0.2.0 features....

  • Multiple schedules
    • Configurable by the nodes UI or by a payload object at runtime
  • Timezone support including UTC
  • Control of schedules by payload
    • Add, Remove, Stop, Start, Pause, List etc.