OLD | NEW |
| 1 # 0.1.7 |
| 2 |
| 3 * Fix to `package_api_docs` (dart-lang/sdk#24947; #154). |
| 4 |
1 # 0.1.6 | 5 # 0.1.6 |
2 | 6 |
3 * Fix to `package_prefixed_library_names` (dart-lang/sdk#24947; #154). | 7 * Fix to `package_prefixed_library_names` (dart-lang/sdk#24947; #154). |
4 | 8 |
5 # 0.1.5 | 9 # 0.1.5 |
6 | 10 |
7 * Added `prefer_is_not_empty` lint rule (#143). | 11 * Added `prefer_is_not_empty` lint rule (#143). |
8 * Added `type_annotate_public_apis` lint rule (#24). | 12 * Added `type_annotate_public_apis` lint rule (#24). |
9 * Added `avoid_as` lint rule (#145). | 13 * Added `avoid_as` lint rule (#145). |
10 * Fixed `non_constant_identifier_names` rule to special case underscore identifi
ers in callbacks. | 14 * Fixed `non_constant_identifier_names` rule to special case underscore identifi
ers in callbacks. |
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
44 # 0.0.2+1 | 48 # 0.0.2+1 |
45 | 49 |
46 * Added machine output option. Fix #69. | 50 * Added machine output option. Fix #69. |
47 * Fixed resolution of files in `lib/` to use a `package:` URI. Fix #49. | 51 * Fixed resolution of files in `lib/` to use a `package:` URI. Fix #49. |
48 * Tightened up `analyzer` package constraints. | 52 * Tightened up `analyzer` package constraints. |
49 * Fixed false positives in `one_member_abstracts` lint. Fix #64. | 53 * Fixed false positives in `one_member_abstracts` lint. Fix #64. |
50 | 54 |
51 # 0.0.2 | 55 # 0.0.2 |
52 | 56 |
53 * Initial push to pub. | 57 * Initial push to pub. |
OLD | NEW |