Skip to content

Releases: satyajitnayk/natural-cron

1.0.2

29 Apr 10:45
b09a00d
Compare
Choose a tag to compare

Full Changelog: 1.0.1...1.0.2
Added github url to package json in commit b09a00d

1.0.1

06 Nov 14:31
76b9086
Compare
Choose a tag to compare

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

Full Changelog: https://github.com/satyajitnayk/natural-cron/commits/1.0.1