Skip to content

1.0.1

Compare
Choose a tag to compare
@satyajitnayk satyajitnayk released this 06 Nov 14:31
· 1 commit to main since this release
76b9086

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