OLD | NEW |
| 1 # 0.1.21 |
| 2 |
| 3 * New `only_throw_errors` lint. |
| 4 * New lint to check for `empty_statements` (#259). |
| 5 * Fixed NSME when file contents cannot be read (#260). |
| 6 * Fixed unsafe cast in `iterable_contains_unrelated_type` (#267). |
| 7 |
1 # 0.1.20 | 8 # 0.1.20 |
2 | 9 |
3 * New `cancel_subscriptions` lint. | 10 * New `cancel_subscriptions` lint. |
4 | 11 |
5 # 0.1.19 | 12 # 0.1.19 |
6 | 13 |
7 * New `close_sinks` lint. | 14 * New `close_sinks` lint. |
8 * Fixes to `iterable_contains_unrelated_type `. | 15 * Fixes to `iterable_contains_unrelated_type `. |
9 | 16 |
10 # 0.1.18 | 17 # 0.1.18 |
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
141 # 0.0.2+1 | 148 # 0.0.2+1 |
142 | 149 |
143 * Added machine output option. Fix #69. | 150 * Added machine output option. Fix #69. |
144 * Fixed resolution of files in `lib/` to use a `package:` URI. Fix #49. | 151 * Fixed resolution of files in `lib/` to use a `package:` URI. Fix #49. |
145 * Tightened up `analyzer` package constraints. | 152 * Tightened up `analyzer` package constraints. |
146 * Fixed false positives in `one_member_abstracts` lint. Fix #64. | 153 * Fixed false positives in `one_member_abstracts` lint. Fix #64. |
147 | 154 |
148 # 0.0.2 | 155 # 0.0.2 |
149 | 156 |
150 * Initial push to pub. | 157 * Initial push to pub. |
OLD | NEW |