cron-converter-u2q 1.0.2 → 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,14 +1,23 @@
1
1
  # cron-converter-u2q
2
2
 
3
- Easily convert cron expressions between Unix and Quartz formats with the `cron-converter-u2q` package
3
+ Easily work with cron expressions using the `cron-converter-u2q` package. Effortlessly convert between Unix and Quartz formats and describe cron schedules in plain language for better understanding and usability.
4
4
 
5
5
  ![example event parameter](https://github.com/rahu619/cron-converter-u2q/actions/workflows/integration.yml/badge.svg?branch=main)
6
- ![example event parameter](https://github.com/rahu619/cron-converter-u2q/actions/workflows/release.yml/badge.svg?branch=main)
6
+ ![example event parameter](https://github.com/rahu619/cron-converter-u2q/actions/workflows/release.yml/badge.svg?event=workflow_dispatch)
7
7
  [![NPM version](https://badge.fury.io/js/cron-converter-u2q.svg)](https://www.npmjs.com/package/cron-converter-u2q)
8
8
 
9
9
  ### Features
10
10
 
11
- :arrows_counterclockwise: Two-way conversion: from Unix to Quartz and Quartz to Unix.
11
+ :arrows_counterclockwise: **Two-way conversion**
12
+
13
+ Effortlessly convert cron expressions:
14
+ - From Unix to Quartz
15
+ - From Quartz to Unix
16
+
17
+ :memo: **Human-readable Descriptions**
18
+
19
+ Translate cron schedules into plain, understandable text:
20
+ - Example: `*/5 * * * *` -> "Every 5 minutes"
12
21
 
13
22
  ### Installation
14
23
 
@@ -84,7 +93,7 @@ git checkout -b feature/xxxx
84
93
 
85
94
  ### Development Notice
86
95
 
87
- This package is still under active development. Some methods and features might not be stable yet. We're working diligently to improve and stabilize the package. Any feedback, suggestions, or contributions are highly appreciated!
96
+ Any feedback, suggestions, or contributions are highly appreciated!
88
97
 
89
98
  ## License
90
99
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cron-converter-u2q",
3
- "version": "1.0.2",
3
+ "version": "1.1.0",
4
4
  "description": "Converts cron expressions between unix and quartz formats",
5
5
  "main": "lib/index.js",
6
6
  "types": "types/index.d.ts",
Binary file