| OLD | NEW |
| 1 # 0.1.8 |
| 2 |
| 3 * Fix to protect against errors in linting invalid source (dart-lang/sdk#24910). |
| 4 * Added `avoid_empty_else` lint rule (dart-lang/sdk#224936). |
| 5 |
| 1 # 0.1.7 | 6 # 0.1.7 |
| 2 | 7 |
| 3 * Fix to `package_api_docs` (dart-lang/sdk#24947; #154). | 8 * Fix to `package_api_docs` (dart-lang/sdk#24947; #154). |
| 4 | 9 |
| 5 # 0.1.6 | 10 # 0.1.6 |
| 6 | 11 |
| 7 * Fix to `package_prefixed_library_names` (dart-lang/sdk#24947; #154). | 12 * Fix to `package_prefixed_library_names` (dart-lang/sdk#24947; #154). |
| 8 | 13 |
| 9 # 0.1.5 | 14 # 0.1.5 |
| 10 | 15 |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 48 # 0.0.2+1 | 53 # 0.0.2+1 |
| 49 | 54 |
| 50 * Added machine output option. Fix #69. | 55 * Added machine output option. Fix #69. |
| 51 * Fixed resolution of files in `lib/` to use a `package:` URI. Fix #49. | 56 * Fixed resolution of files in `lib/` to use a `package:` URI. Fix #49. |
| 52 * Tightened up `analyzer` package constraints. | 57 * Tightened up `analyzer` package constraints. |
| 53 * Fixed false positives in `one_member_abstracts` lint. Fix #64. | 58 * Fixed false positives in `one_member_abstracts` lint. Fix #64. |
| 54 | 59 |
| 55 # 0.0.2 | 60 # 0.0.2 |
| 56 | 61 |
| 57 * Initial push to pub. | 62 * Initial push to pub. |
| OLD | NEW |