| commit | 9329e8edcda570c858a8e95e06f455ac7ef917c1 | [log] [tgz] |
|---|---|---|
| author | Nate Bosch <nbosch1@gmail.com> | Mon Oct 12 09:49:43 2020 -0700 |
| committer | GitHub <noreply@github.com> | Mon Oct 12 09:49:43 2020 -0700 |
| tree | 4db908454d86a41b4ab953c764582ef40b9b6d35 | |
| parent | ed5783b517541599e0e79f69456760bc7e44877b [diff] |
Expose a smaller surface area for custom watchers (dart-lang/watcher#92) - Remove the function to unregister a custom watcher, we can add it later when we have a specific use case for it. - Remove the class `CustomFactoryWatcher` and take callbacks instead. - Bump the version and add the changelog that was missed. - Add missing copyright notice.