Skip to content

Releases: rillsai/cron-naturally

v1.0.0

13 Jun 00:38

Choose a tag to compare

Fixes a few edge cases and includes basic support for internationalization.

v0.4.0

08 Jun 17:57

Choose a tag to compare

Removes the cron-parser prod dependency in favor of building the only functionality we needed to reduce bundle size by ~85%, primarily driven by the removal of luxon for timezone support. We now use Intl directly which has broad Node + browser support.

v0.3.0

08 Jun 02:01

Choose a tag to compare

Adds round-trip and explainer support for combined day-of-month and day-of-week cron expressions (e.g. 1st and 15th of the month, or weekends at 9am).

v0.2.1

08 Jun 01:03

Choose a tag to compare

  • fix: set module resolution to NodeNext to support ESM in Node