Skip to content

Commit

Permalink
Bump version 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jaclarke committed Apr 17, 2020
1 parent 2a47750 commit 2d19a9b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [1.6.0] - 17 Apr 2020
### Added
- `CronosExpression` now has `warnings` property that lists possible errors in the expression. Currently supports detecting cases where increment value is larger than the valid (or supplied) range for a field
- `scheduleTask`, `CronosExpression.parse()` and `validate` now support strict option, which when enabled will throw an error if warnings were generated during parsing

## [1.5.0] - 01 Nov 2019
### Added
- Support for the `?` symbol as a alias to `*` in the *Day of Month* and *Day of Week* fields
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cronosjs",
"version": "1.5.0",
"version": "1.6.0",
"description": "A cron based task scheduler for node and the browser, with extended syntax and timezone support.",
"keywords": [
"cron",
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ import {

- `cronString: string`
Cron string to validate
- `options: { strict? }`
- `options: { strict? }`
Same as `strict` option documented in [`scheduleTask`](#scheduletask)

- **Returns** `boolean`
Expand Down

0 comments on commit 2d19a9b

Please sign in to comment.