blob: 44fbda520bc77c3381946d6d87914b2c6b4aa571 [file] [log] [blame] [view]
# 0.9.7+12
* Catch `FileSystemException` during `existsSync()` on Windows.
* Internal cleanup.
# 0.9.7+11
* Fix an analysis hint.
# 0.9.7+10
* Set max SDK version to `<3.0.0`, and adjust other dependencies.
# 0.9.7+9
* Internal changes only.
# 0.9.7+8
* Fix Dart 2.0 type issues on Mac and Windows.
# 0.9.7+7
* Updates to support Dart 2.0 core library changes (wave 2.2).
See [issue 31847][sdk#31847] for details.
[sdk#31847]: https://github.com/dart-lang/sdk/issues/31847
# 0.9.7+6
* Internal changes only, namely removing dep on scheduled test.
# 0.9.7+5
* Fix an analysis warning.
# 0.9.7+4
* Declare support for `async` 2.0.0.
# 0.9.7+3
* Fix a crashing bug on Linux.
# 0.9.7+2
* Narrow the constraint on `async` to reflect the APIs this package is actually
using.
# 0.9.7+1
* Fix all strong-mode warnings.
# 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`