Skip to content

Releases: eggjs/watcher

v4.0.3

04 Jan 07:52
Compare
Choose a tag to compare

4.0.3 (2025-01-04)

Bug Fixes

  • export watcher type on eggjs/core namespace (#17) (12e7fbd)

This release is also available on:

v4.0.2

20 Dec 02:27
Compare
Choose a tag to compare

4.0.2 (2024-12-20)

Bug Fixes

  • should export watcher from EggWatcherApplicationCore (#16) (59a1880)

v4.0.1

20 Dec 02:03
Compare
Choose a tag to compare

4.0.1 (2024-12-20)

Bug Fixes

  • import event source only default export (#15) (5c52c49)

This release is also available on:

v4.0.0

18 Dec 13:01
Compare
Choose a tag to compare

4.0.0 (2024-12-18)

⚠ BREAKING CHANGES

  • drop Node.js < 18.19.0 support

part of eggjs/egg#3644

eggjs/egg#5257

Summary by CodeRabbit

  • New Features

  • Introduced new configuration files for managing watcher settings in
    different environments (default, local, unittest).

  • Added a new Boot class to manage application lifecycle and watcher
    initialization.

  • Implemented Watcher class for monitoring file changes with event
    handling.

  • Added DevelopmentEventSource and DefaultEventSource classes for
    specific event source management.

  • Bug Fixes

  • Enhanced path handling in various modules to ensure correct file
    watching functionality.

  • Documentation

    • Updated README.md with project name change and improved structure.
  • Tests

  • Introduced new unit tests for watcher functionality and refactored
    existing test files to improve clarity and structure.

  • Chores

  • Removed deprecated configuration files and streamlined project
    structure.

    • Updated TypeScript configuration for stricter type-checking.

Features

  • support cjs and esm both by tshy (#14) (c80fea0)

This release is also available on: