Releases: satyajitnayk/natural-cron
Releases · satyajitnayk/natural-cron
1.0.2
Full Changelog: 1.0.1...1.0.2
Added github url to package json in commit b09a00d
1.0.1
What's Changed
- implement fluent API for simplifying complex cron job scheduling by @satyajitnayk in #2
* Design and implement core fluent API structure
* Create basic scheduling methods (e.g., every, at, interval)
* Ensure API handles various time units (minutes, hours, days, weeks)
* Develop method chaining mechanism
* Validate cron expressions generation from fluent API methods
* Integrate error handling for invalid scheduling inputs
* Set up testing framework - Node-Jest
* Write unit tests for individual fluent API methods
* Write integration tests for combined scheduling scenarios
* Document API usage and examples in README
* Review and refactor code for maintainability
New Contributors
- @satyajitnayk made their first contribution in #2
Full Changelog: https://github.com/satyajitnayk/natural-cron/commits/1.0.1