Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(232)

Side by Side Diff: packages/watcher/CHANGELOG.md

Issue 2989763002: Update charted to 0.4.8 and roll (Closed)
Patch Set: Removed Cutch from list of reviewers Created 3 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « packages/watcher/.analysis_options ('k') | packages/watcher/benchmark/path_set.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # 0.9.7+3
2
3 * Fix a crashing bug on Linux.
4
5 # 0.9.7+2
6
7 * Narrow the constraint on `async` to reflect the APIs this package is actually
8 using.
9
10 # 0.9.7+1
11
12 * Fix all strong-mode warnings.
13
1 # 0.9.7 14 # 0.9.7
2 15
3 * Fix a bug in `FileWatcher` where events could be added after watchers were 16 * Fix a bug in `FileWatcher` where events could be added after watchers were
4 closed. 17 closed.
5 18
6 # 0.9.6 19 # 0.9.6
7 20
8 * Add a `Watcher` interface that encompasses watching both files and 21 * Add a `Watcher` interface that encompasses watching both files and
9 directories. 22 directories.
10 23
(...skipping 11 matching lines...) Expand all
22 * Treat add events for known files as modifications instead of discarding them 35 * Treat add events for known files as modifications instead of discarding them
23 on Mac OS. 36 on Mac OS.
24 37
25 # 0.9.3 38 # 0.9.3
26 39
27 * Improved support for Windows via `WindowsDirectoryWatcher`. 40 * Improved support for Windows via `WindowsDirectoryWatcher`.
28 41
29 * Simplified `PollingDirectoryWatcher`. 42 * Simplified `PollingDirectoryWatcher`.
30 43
31 * Fixed bugs in `MacOSDirectoryWatcher` 44 * Fixed bugs in `MacOSDirectoryWatcher`
OLDNEW
« no previous file with comments | « packages/watcher/.analysis_options ('k') | packages/watcher/benchmark/path_set.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698