| OLD | NEW |
| 1 # 0.1.24 |
| 2 |
| 3 * Internal updates to keep up with changes in the analyzer package. |
| 4 * Updated `close_sinks` to respect calls to `destroy` (#282). |
| 5 * Fixed `only_throw_errors` to report on the expression not node. |
| 6 |
| 1 # 0.1.23 | 7 # 0.1.23 |
| 2 | 8 |
| 3 * Removed `whitespace_around_ops` pending re-name and re-design (#249). | 9 * Removed `whitespace_around_ops` pending re-name and re-design (#249). |
| 4 | 10 |
| 5 | |
| 6 # 0.1.22 | 11 # 0.1.22 |
| 7 | 12 |
| 8 * Grinder support (`rule:rule_name` and `docs:location`) for rule stub and doc g
eneration (respectively). | 13 * Grinder support (`rule:rule_name` and `docs:location`) for rule stub and doc g
eneration (respectively). |
| 9 * Fix to allow leading underscores in `non_constant_identifier_names`. | 14 * Fix to allow leading underscores in `non_constant_identifier_names`. |
| 10 * New `valid_regexps` lint (#277). | 15 * New `valid_regexps` lint (#277). |
| 11 * New `whitespace_around_ops` lint (#249). | 16 * New `whitespace_around_ops` lint (#249). |
| 12 * Fix to `overridden_fields` to flag overridden static fields (#274). | 17 * Fix to `overridden_fields` to flag overridden static fields (#274). |
| 13 * New `list_remove_unrelated_type` to detect passing a non-`T` value to `List.re
move()`` (#271). | 18 * New `list_remove_unrelated_type` to detect passing a non-`T` value to `List.re
move()`` (#271). |
| 14 * New `empty_catches` lint to catch empty catch blocks (#43). | 19 * New `empty_catches` lint to catch empty catch blocks (#43). |
| 15 * Fixed `close_sinks` false positive (#268). | 20 * Fixed `close_sinks` false positive (#268). |
| (...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 165 # 0.0.2+1 | 170 # 0.0.2+1 |
| 166 | 171 |
| 167 * Added machine output option. Fix #69. | 172 * Added machine output option. Fix #69. |
| 168 * Fixed resolution of files in `lib/` to use a `package:` URI. Fix #49. | 173 * Fixed resolution of files in `lib/` to use a `package:` URI. Fix #49. |
| 169 * Tightened up `analyzer` package constraints. | 174 * Tightened up `analyzer` package constraints. |
| 170 * Fixed false positives in `one_member_abstracts` lint. Fix #64. | 175 * Fixed false positives in `one_member_abstracts` lint. Fix #64. |
| 171 | 176 |
| 172 # 0.0.2 | 177 # 0.0.2 |
| 173 | 178 |
| 174 * Initial push to pub. | 179 * Initial push to pub. |
| OLD | NEW |