We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b0eae2 commit 5277dc3Copy full SHA for 5277dc3
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
`react-js-cron` follows [Semantic Versioning 2.0.0](http://semver.org/).
4
5
+#### 5.2.0
6
+
7
+- **(New feature)** Export converter `parseCronString` function to allow third party use.
8
9
#### 5.1.1
10
11
- Fix issue [#71](https://github.com/xrutayisire/react-js-cron/issues/71): Fix empty space in each field with no selection
package.json
@@ -1,6 +1,6 @@
1
{
"name": "react-js-cron",
- "version": "5.1.1",
+ "version": "5.2.0",
"description": "A React cron editor with antd inspired by jqCron",
"author": "Xavier Rutayisire <[email protected]> (https://github.com/xrutayisire/)",
"license": "MIT",
0 commit comments