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