Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release v3.0.0 #701

Merged
merged 9 commits into from
Sep 30, 2023
Merged

chore: release v3.0.0 #701

merged 9 commits into from
Sep 30, 2023

Commits on Jul 20, 2023

  1. Configuration menu
    Copy the full SHA
    2551004 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. Configuration menu
    Copy the full SHA
    93027b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    650baf6 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. refactor!: migrate to TypeScript (#694)

    BREAKING CHANGE: removed `cron.job()` method in favor of `new CronJob(...args)` /
    `CronJob.from(argsObject)`
    BREAKING CHANGE: removed `cron.time()` method in favor of `new CronTime()`
    BREAKING CHANGE: `CronJob`: constructor no longer accepts an object as its first and
    only params. Use `CronJob.from(argsObject)` instead.
    BREAKING CHANGE: `CronJob`: callbacks are now called in the order they were registered
    sheerlox committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    fbc1913 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29b3177 View commit details
    Browse the repository at this point in the history
  3. feat: expose useful types

    sheerlox committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    d5a07a7 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. style: fix linting issues

    sheerlox committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    163dda8 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. feat!: rework utcOffset parameter (#699)

    ## Breaking changes
    BREAKING CHANGE: `utcOffset` parameter no longer accepts a string
    BREAKING CHANGE: `utcOffset` values between -60 and 60 are no longer
    treated as hours
    BREAKING CHANGE: providing both `timeZone` and `utcOffset` parameters
    now throws an error
    sheerlox committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    96c6f46 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2023

  1. Configuration menu
    Copy the full SHA
    c6f5095 View commit details
    Browse the repository at this point in the history