| OLD | NEW |
| 1 # 0.1.14 |
| 2 |
| 3 * Fix to respect `@optionalTypeArgs` (#196). |
| 4 * Lint to warn if a field overrides or hides other field. |
| 5 * Fix to allow single char UPPER_CASE non-constants (#201). |
| 6 * Fix to accept casts to dynamic (#195). |
| 7 |
| 1 # 0.1.13 | 8 # 0.1.13 |
| 2 | 9 |
| 3 * Fix to skip overriding members in API doc checks (`public_member_api_docs`). | 10 * Fix to skip overriding members in API doc checks (`public_member_api_docs`). |
| 4 * Fix to suppress lints on synthetic nodes/tokens (#193). | 11 * Fix to suppress lints on synthetic nodes/tokens (#193). |
| 5 * Message fixes (`annotate_overrides`, `public_member_api_docs`). | 12 * Message fixes (`annotate_overrides`, `public_member_api_docs`). |
| 6 * Fix to exclude setters from return type checks (#192). | 13 * Fix to exclude setters from return type checks (#192). |
| 7 | 14 |
| 8 # 0.1.12 | 15 # 0.1.12 |
| 9 | 16 |
| 10 * Fix to address `LibraryNames` regexp that in pathological cases went exponenti
al. | 17 * Fix to address `LibraryNames` regexp that in pathological cases went exponenti
al. |
| (...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 86 # 0.0.2+1 | 93 # 0.0.2+1 |
| 87 | 94 |
| 88 * Added machine output option. Fix #69. | 95 * Added machine output option. Fix #69. |
| 89 * Fixed resolution of files in `lib/` to use a `package:` URI. Fix #49. | 96 * Fixed resolution of files in `lib/` to use a `package:` URI. Fix #49. |
| 90 * Tightened up `analyzer` package constraints. | 97 * Tightened up `analyzer` package constraints. |
| 91 * Fixed false positives in `one_member_abstracts` lint. Fix #64. | 98 * Fixed false positives in `one_member_abstracts` lint. Fix #64. |
| 92 | 99 |
| 93 # 0.0.2 | 100 # 0.0.2 |
| 94 | 101 |
| 95 * Initial push to pub. | 102 * Initial push to pub. |
| OLD | NEW |