| OLD | NEW |
| 1 # 0.9.7+2 |
| 2 |
| 3 * Narrow the constraint on `async` to reflect the APIs this package is actually |
| 4 using. |
| 5 |
| 1 # 0.9.7+1 | 6 # 0.9.7+1 |
| 2 | 7 |
| 3 * Fix all strong-mode warnings. | 8 * Fix all strong-mode warnings. |
| 4 | 9 |
| 5 # 0.9.7 | 10 # 0.9.7 |
| 6 | 11 |
| 7 * Fix a bug in `FileWatcher` where events could be added after watchers were | 12 * Fix a bug in `FileWatcher` where events could be added after watchers were |
| 8 closed. | 13 closed. |
| 9 | 14 |
| 10 # 0.9.6 | 15 # 0.9.6 |
| (...skipping 15 matching lines...) Expand all Loading... |
| 26 * Treat add events for known files as modifications instead of discarding them | 31 * Treat add events for known files as modifications instead of discarding them |
| 27 on Mac OS. | 32 on Mac OS. |
| 28 | 33 |
| 29 # 0.9.3 | 34 # 0.9.3 |
| 30 | 35 |
| 31 * Improved support for Windows via `WindowsDirectoryWatcher`. | 36 * Improved support for Windows via `WindowsDirectoryWatcher`. |
| 32 | 37 |
| 33 * Simplified `PollingDirectoryWatcher`. | 38 * Simplified `PollingDirectoryWatcher`. |
| 34 | 39 |
| 35 * Fixed bugs in `MacOSDirectoryWatcher` | 40 * Fixed bugs in `MacOSDirectoryWatcher` |
| OLD | NEW |