Skip to content

Releases: eggjs/schedule

v5.0.2

20 Dec 00:48
Compare
Choose a tag to compare

5.0.2 (2024-12-20)

Bug Fixes


This release is also available on:

v5.0.1

17 Dec 12:48
Compare
Choose a tag to compare

5.0.1 (2024-12-17)

Bug Fixes

  • patch runSchedule on application.unittest.ts (#63) (cc9488c)

This release is also available on:

v5.0.0

17 Dec 12:00
Compare
Choose a tag to compare

5.0.0 (2024-12-17)

⚠ BREAKING CHANGES

  • drop Node.js < 18.19.0 support

part of eggjs/egg#3644

Summary by CodeRabbit

  • New Features

  • Introduced a new Boot class for managing agent lifecycle and
    scheduling.

  • Added Schedule and ScheduleWorker classes for managing scheduled
    tasks.

  • Implemented AllStrategy and WorkerStrategy classes for scheduling
    strategies.

  • Added TypeScript support with updated interfaces and types for
    scheduling functionality.

  • Bug Fixes

  • Updated changelog to reflect a bug fix ensuring schedules execute
    after the application is ready.

  • Documentation

    • Updated README.md to reflect package renaming and TypeScript usage.
    • Enhanced documentation with new sections and improved formatting.
  • Chores

  • Removed outdated files and configurations related to previous
    implementations.

  • Transitioned project to TypeScript with updated configurations and
    module syntax.

Features

  • support cjs and esm both by tshy (#62) (04742eb)

This release is also available on:

v4.0.1

06 Mar 09:07
Compare
Choose a tag to compare

4.0.1 (2024-03-06)

Bug Fixes

  • schedule should execute after app ready (#60) (bf01a49)

This release is also available on: