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

refactor!: migrate to TypeScript #694

Merged
merged 30 commits into from
Sep 26, 2023

Commits on Sep 10, 2023

  1. chore: rename lib to src

    sheerlox committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    bfd47da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f549c71 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ecd0429 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c8442bd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    77a423f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6ae54d3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7954ab0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cb009f4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c26a491 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    758d0a6 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. Configuration menu
    Copy the full SHA
    4947ee1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5872ce2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    93a3035 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    26095f6 View commit details
    Browse the repository at this point in the history
  5. refactor!: migrate job.ts to TypeScript

    BREAKING CHANGE: `CronJob`'s constructor no longer accepts an object as its first and only param. Use `CronJob.from(argsObject)` instead.
    BREAKING CHANGE: removed `cron.job()` method in favor of `new CronJob()` / `CronJob.from()`
    sheerlox committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    5ed5df4 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2023

  1. Configuration menu
    Copy the full SHA
    ae84034 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f81e26 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    61b98e0 View commit details
    Browse the repository at this point in the history
  4. refactor!: improve typings

    BREAKING CHANGE: callbacks are now called in the order they were registered
    sheerlox committed Sep 24, 2023
    Configuration menu
    Copy the full SHA
    f806e76 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ad6e690 View commit details
    Browse the repository at this point in the history
  6. style: reconfigure linters

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

Commits on Sep 25, 2023

  1. Configuration menu
    Copy the full SHA
    e5f8294 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ee22ed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    25ca080 View commit details
    Browse the repository at this point in the history
  4. feat!: remove superfluous time() factory function

    BREAKING CHANGE: removed time() function, use new CronTime() instead
    sheerlox committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    3e56f80 View commit details
    Browse the repository at this point in the history
  5. build: fix npm build command

    sheerlox committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    625d8f8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    62d96ea View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    795013d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f7bf656 View commit details
    Browse the repository at this point in the history
  9. docs(readme): update README

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