| OLD | NEW |
| 1 # 0.1.17 |
| 2 |
| 3 * Fix to `public_member_api_docs` to check for documented getters when checking
setters (#237). |
| 4 * New `iterable_contains_unrelated_type` lint to detect when `Iterable.contains`
is invoked with an object of an unrelated type. |
| 5 * New `comment_references` lint to ensure identifiers referenced in docs are in
scope (#240). |
| 6 |
| 1 # 0.1.16 | 7 # 0.1.16 |
| 2 | 8 |
| 3 * Fix for false positive in `overriden_field`s. | 9 * Fix for false positive in `overriden_field`s. |
| 4 * New `unrelated_type_equality_checks` lint. | 10 * New `unrelated_type_equality_checks` lint. |
| 5 * Fix to accept `$` identifiers in string interpolation lint (#214). | 11 * Fix to accept `$` identifiers in string interpolation lint (#214). |
| 6 * Update to new `plugin` API (`0.2.0`). | 12 * Update to new `plugin` API (`0.2.0`). |
| 7 * Strong mode cleanup. | 13 * Strong mode cleanup. |
| 8 | 14 |
| 9 # 0.1.15 | 15 # 0.1.15 |
| 10 | 16 |
| (...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 118 # 0.0.2+1 | 124 # 0.0.2+1 |
| 119 | 125 |
| 120 * Added machine output option. Fix #69. | 126 * Added machine output option. Fix #69. |
| 121 * Fixed resolution of files in `lib/` to use a `package:` URI. Fix #49. | 127 * Fixed resolution of files in `lib/` to use a `package:` URI. Fix #49. |
| 122 * Tightened up `analyzer` package constraints. | 128 * Tightened up `analyzer` package constraints. |
| 123 * Fixed false positives in `one_member_abstracts` lint. Fix #64. | 129 * Fixed false positives in `one_member_abstracts` lint. Fix #64. |
| 124 | 130 |
| 125 # 0.0.2 | 131 # 0.0.2 |
| 126 | 132 |
| 127 * Initial push to pub. | 133 * Initial push to pub. |
| OLD | NEW |