| OLD | NEW |
| 1 # 0.1.25 |
| 2 |
| 3 * Fixed false positive on `[]=` in `always_declare_return_types` (#300). |
| 4 * New `invariant_booleans` lint. |
| 5 * New `literal_only_boolean_expressions` lint. |
| 6 * Fixed `camel_case_types` to allow `$` in identifiers (#290). |
| 7 |
| 1 # 0.1.24 | 8 # 0.1.24 |
| 2 | 9 |
| 3 * Internal updates to keep up with changes in the analyzer package. | 10 * Internal updates to keep up with changes in the analyzer package. |
| 4 * Updated `close_sinks` to respect calls to `destroy` (#282). | 11 * Updated `close_sinks` to respect calls to `destroy` (#282). |
| 5 * Fixed `only_throw_errors` to report on the expression not node. | 12 * Fixed `only_throw_errors` to report on the expression not node. |
| 6 | 13 |
| 7 # 0.1.23 | 14 # 0.1.23 |
| 8 | 15 |
| 9 * Removed `whitespace_around_ops` pending re-name and re-design (#249). | 16 * Removed `whitespace_around_ops` pending re-name and re-design (#249). |
| 10 | 17 |
| (...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 170 # 0.0.2+1 | 177 # 0.0.2+1 |
| 171 | 178 |
| 172 * Added machine output option. Fix #69. | 179 * Added machine output option. Fix #69. |
| 173 * Fixed resolution of files in `lib/` to use a `package:` URI. Fix #49. | 180 * Fixed resolution of files in `lib/` to use a `package:` URI. Fix #49. |
| 174 * Tightened up `analyzer` package constraints. | 181 * Tightened up `analyzer` package constraints. |
| 175 * Fixed false positives in `one_member_abstracts` lint. Fix #64. | 182 * Fixed false positives in `one_member_abstracts` lint. Fix #64. |
| 176 | 183 |
| 177 # 0.0.2 | 184 # 0.0.2 |
| 178 | 185 |
| 179 * Initial push to pub. | 186 * Initial push to pub. |
| OLD | NEW |