This repository has been archived by the owner on Sep 21, 2024. It is now read-only.
Releases: claudiuconstantin/cron-editor
Releases · claudiuconstantin/cron-editor
cron-editor v2.0.0
Merge pull request #15 from claudiuconstantin/Maintenance npm packages updates
cron-editor v2.0.0-beta
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
Major version
cron-editor v0.1.6
New patch version
cron-editor v0.1.4
Bugfixing release
cron-editor v0.1.3
Fourth release
cron-editor v0.1.2
Third release
cron-editor v0.1.1
Second release
cron-editor v0.1.0
First release