Releases: eggjs/watcher
v4.0.3
v4.0.2
v4.0.1
v4.0.0
4.0.0 (2024-12-18)
⚠ BREAKING CHANGES
- drop Node.js < 18.19.0 support
part of eggjs/egg#3644
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
andDefaultEventSource
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.
- Updated
-
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
This release is also available on: