| OLD | NEW |
| 1 # 0.1.4 |
| 2 |
| 3 * Added `always_declare_return_types` lint rule (#146). |
| 4 * Improved `always_specify_types` to detect missing types in declared identifier
s and narrowed source range to the token. |
| 5 * Added `implementation_imports` lint rule (#33). |
| 6 * Test performance improvements. |
| 7 |
| 1 # 0.1.3+5 | 8 # 0.1.3+5 |
| 2 | 9 |
| 3 * Added `always_specify_types` lint rule. | 10 * Added `always_specify_types` lint rule (#144). |
| 4 | 11 |
| 5 # 0.1.3+4 | 12 # 0.1.3+4 |
| 6 | 13 |
| 7 * Fixed linter registry memory leaks. | 14 * Fixed linter registry memory leaks. |
| 8 | 15 |
| 9 # 0.1.3 | 16 # 0.1.3 |
| 10 | 17 |
| 11 * Fixed various options file parsing issues. | 18 * Fixed various options file parsing issues. |
| 12 | 19 |
| 13 # 0.1.2 | 20 # 0.1.2 |
| (...skipping 11 matching lines...) Expand all Loading... |
| 25 # 0.0.2+1 | 32 # 0.0.2+1 |
| 26 | 33 |
| 27 * Added machine output option. Fix #69. | 34 * Added machine output option. Fix #69. |
| 28 * Fixed resolution of files in `lib/` to use a `package:` URI. Fix #49. | 35 * Fixed resolution of files in `lib/` to use a `package:` URI. Fix #49. |
| 29 * Tightened up `analyzer` package constraints. | 36 * Tightened up `analyzer` package constraints. |
| 30 * Fixed false positives in `one_member_abstracts` lint. Fix #64. | 37 * Fixed false positives in `one_member_abstracts` lint. Fix #64. |
| 31 | 38 |
| 32 # 0.0.2 | 39 # 0.0.2 |
| 33 | 40 |
| 34 * Initial push to pub. | 41 * Initial push to pub. |
| OLD | NEW |