Skip to content
This repository has been archived by the owner on Sep 21, 2024. It is now read-only.

Releases: claudiuconstantin/cron-editor

cron-editor v2.0.0

06 Mar 06:40
5d73919
Compare
Choose a tag to compare
Merge pull request #15 from claudiuconstantin/Maintenance

npm packages updates

cron-editor v2.0.0-beta

01 Dec 08:58
Compare
Choose a tag to compare

Beta release for major version 2.0.0. Includes compatibility with Hangfire 1.7+ cron format

Breaking change: CronOptions interface changed and now the options passed to the cron-editor must include the following properties, among the previous ones:

/** removes Seconds from the Cron expression */
removeSeconds: boolean;

/** removes Years from the Cron expression */
removeYears: boolean;```

cron-editor v1.0.0

23 Nov 15:22
Compare
Choose a tag to compare

Major version

cron-editor v0.1.6

26 Sep 15:01
Compare
Choose a tag to compare

New patch version

cron-editor v0.1.4

02 Aug 11:45
Compare
Choose a tag to compare

Bugfixing release

cron-editor v0.1.3

31 Jul 12:36
Compare
Choose a tag to compare

Fourth release

cron-editor v0.1.2

31 Jul 07:36
Compare
Choose a tag to compare

Third release

cron-editor v0.1.1

27 Jul 12:55
Compare
Choose a tag to compare

Second release

cron-editor v0.1.0

27 Jul 10:14
Compare
Choose a tag to compare

First release