File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -94,9 +94,9 @@ libc = "0.2.4"
9494tracing = " 0.1.41"
9595mio = { version = " 1.0" , features = [" os-ext" ] }
9696web-time = " 1.1.0"
97- rolldown-notify = { version = " 10.3.0 " , path = " notify" }
98- rolldown-notify-debouncer-full = { version = " 0.7.6 " , path = " notify-debouncer-full" }
99- rolldown-notify-debouncer-mini = { version = " 0.8.6 " , path = " notify-debouncer-mini" }
97+ rolldown-notify = { version = " 10.3.1 " , path = " notify" }
98+ rolldown-notify-debouncer-full = { version = " 0.7.7 " , path = " notify-debouncer-full" }
99+ rolldown-notify-debouncer-mini = { version = " 0.8.7 " , path = " notify-debouncer-mini" }
100100rolldown-notify-types = { version = " 2.0.2" , path = " notify-types" }
101101rustc-hash = " 2.1.2"
102102pretty_assertions = " 1.3.0"
Original file line number Diff line number Diff line change @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.7.7] ( https://github.com/rolldown/notify/compare/rolldown-notify-debouncer-full-v0.7.6...rolldown-notify-debouncer-full-v0.7.7 ) - 2026-05-18
11+
12+ ### Other
13+
14+ - Optimize debouncer.watch() lookup time ([ #913 ] ( https://github.com/rolldown/notify/pull/913 ) )
15+ - Emit ` remove ` events even if a file was created and then removed ([ #902 ] ( https://github.com/rolldown/notify/pull/902 ) )
16+ - * (debouncer-full)* speed up hashing by rustc-hash ([ #896 ] ( https://github.com/rolldown/notify/pull/896 ) )
17+ - * (notify-debouncer-full)* avoid rebuilding queues during flush ([ #883 ] ( https://github.com/rolldown/notify/pull/883 ) )
18+ - * (deps)* update dependency rust to v1.95.0 ([ #83 ] ( https://github.com/rolldown/notify/pull/83 ) )
19+
1020## [ 0.7.6] ( https://github.com/rolldown/notify/compare/rolldown-notify-debouncer-full-v0.7.5...rolldown-notify-debouncer-full-v0.7.6 ) - 2026-03-13
1121
1222### Other
Original file line number Diff line number Diff line change 11[package ]
22name = " rolldown-notify-debouncer-full"
3- version = " 0.7.6 "
3+ version = " 0.7.7 "
44description = " notify event debouncer optimized for ease of use"
55documentation = " https://docs.rs/notify-debouncer-full"
66authors = [" Daniel Faust <hessijames@gmail.com>" ]
Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.8.7] ( https://github.com/rolldown/notify/compare/rolldown-notify-debouncer-mini-v0.8.6...rolldown-notify-debouncer-mini-v0.8.7 ) - 2026-05-18
11+
12+ ### Other
13+
14+ - * (debouncer-full)* speed up hashing by rustc-hash ([ #896 ] ( https://github.com/rolldown/notify/pull/896 ) )
15+
1016## [ 0.8.6] ( https://github.com/rolldown/notify/compare/rolldown-notify-debouncer-mini-v0.8.5...rolldown-notify-debouncer-mini-v0.8.6 ) - 2026-03-13
1117
1218### Other
Original file line number Diff line number Diff line change 11[package ]
22name = " rolldown-notify-debouncer-mini"
3- version = " 0.8.6 "
3+ version = " 0.8.7 "
44description = " notify mini debouncer for events"
55documentation = " https://docs.rs/notify-debouncer-mini"
66authors = [" Aron Heinecke <Ox0p54r36@t-online.de>" ]
Original file line number Diff line number Diff line change @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 10.3.1] ( https://github.com/rolldown/notify/compare/rolldown-notify-v10.3.0...rolldown-notify-v10.3.1 ) - 2026-05-18
11+
12+ ### Other
13+
14+ - * (fsevent)* speed up flag convension ([ #920 ] ( https://github.com/rolldown/notify/pull/920 ) )
15+ - * (notify)* speed up recursive inotify watch setup ([ #918 ] ( https://github.com/rolldown/notify/pull/918 ) )
16+ - skip construction for unchanged stuff ([ #905 ] ( https://github.com/rolldown/notify/pull/905 ) )
17+ - * (debouncer-full)* speed up hashing by rustc-hash ([ #896 ] ( https://github.com/rolldown/notify/pull/896 ) )
18+
1019## [ 10.3.0] ( https://github.com/rolldown/notify/compare/rolldown-notify-v10.2.0...rolldown-notify-v10.3.0 ) - 2026-03-13
1120
1221### Added
Original file line number Diff line number Diff line change 11[package ]
22name = " rolldown-notify"
3- version = " 10.3.0 "
3+ version = " 10.3.1 "
44description = " Cross-platform filesystem notification library"
55documentation = " https://docs.rs/notify"
66readme = " ../README.md"
You can’t perform that action at this time.
0 commit comments