| OLD | NEW |
| 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 Loading... |
| 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` |
| OLD | NEW |