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

Unified Diff: packages/watcher/CHANGELOG.md

Issue 1400473008: Roll Observatory packages and add a roll script (Closed) Base URL: git@github.com:dart-lang/observatory_pub_packages.git@master
Patch Set: Created 5 years, 2 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « packages/watcher/.test_config ('k') | packages/watcher/LICENSE » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: packages/watcher/CHANGELOG.md
diff --git a/packages/watcher/CHANGELOG.md b/packages/watcher/CHANGELOG.md
new file mode 100644
index 0000000000000000000000000000000000000000..30762a0342e86e3607f5af1b802ce76723267848
--- /dev/null
+++ b/packages/watcher/CHANGELOG.md
@@ -0,0 +1,31 @@
+# 0.9.7
+
+* Fix a bug in `FileWatcher` where events could be added after watchers were
+ closed.
+
+# 0.9.6
+
+* Add a `Watcher` interface that encompasses watching both files and
+ directories.
+
+* Add `FileWatcher` and `PollingFileWatcher` classes for watching changes to
+ individual files.
+
+* Deprecate `DirectoryWatcher.directory`. Use `DirectoryWatcher.path` instead.
+
+# 0.9.5
+
+* Fix bugs where events could be added after watchers were closed.
+
+# 0.9.4
+
+* Treat add events for known files as modifications instead of discarding them
+ on Mac OS.
+
+# 0.9.3
+
+* Improved support for Windows via `WindowsDirectoryWatcher`.
+
+* Simplified `PollingDirectoryWatcher`.
+
+* Fixed bugs in `MacOSDirectoryWatcher`
« no previous file with comments | « packages/watcher/.test_config ('k') | packages/watcher/LICENSE » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698