Skip to content

Commit 323e5f1

Browse files
committed
Version 1.2.5
1 parent 0c78ff7 commit 323e5f1

4 files changed

Lines changed: 14 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased][unreleased]
44

5+
## [1.2.5][] - 2025-03-18
6+
7+
- Applied js-conventions code style (naming, error handling)
8+
- Fix: no path shadowing
9+
- Added metaskills dev dependency
10+
- Updated dependencies
11+
- Added node 25 to CI matrix
12+
513
## [1.2.4][] - 2025-09-13
614

715
- Add more unit tests
@@ -87,7 +95,8 @@
8795
- New 'delete' event ('rename' event if ENOENT)
8896
- Prevent duplicate path concatination
8997

90-
[unreleased]: https://github.com/metarhia/metawatch/compare/v1.2.4...HEAD
98+
[unreleased]: https://github.com/metarhia/metawatch/compare/v1.2.5...HEAD
99+
[1.2.5]: https://github.com/metarhia/metawatch/compare/v1.2.4...v1.2.5
91100
[1.2.4]: https://github.com/metarhia/metawatch/compare/v1.2.3...v1.2.4
92101
[1.2.3]: https://github.com/metarhia/metawatch/compare/v1.2.2...v1.2.3
93102
[1.2.2]: https://github.com/metarhia/metawatch/compare/v1.2.1...v1.2.2

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ new DirectoryWatcher(options);
5656
**Methods:**
5757

5858
- `watch(targetPath)` - Start watching directory recursively
59-
- `unwatch(path)` - Stop watching directory
59+
- `unwatch(targetPath)` - Stop watching directory
6060
- `close()` - Stop all watchers, clear timers and internal state
6161

6262
**Events:**

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "metawatch",
3-
"version": "1.2.4",
3+
"version": "1.2.5",
44
"author": "Timur Shemsedinov <timur.shemsedinov@gmail.com>",
55
"description": "Deep nested directories watch for node.js",
66
"license": "MIT",

0 commit comments

Comments
 (0)