|
1 | | -## [6.0.1] - 2025-08-07 |
| 1 | +## [6.0.1] - 2025-08-22 |
2 | 2 |
|
| 3 | +🛠️ `Fix`: `no-unused-vars` for modifiers |
| 4 | + |
| 5 | +🛠️ `Fix`: `no-unused-imports` handled for multiline @inheritdoc. Eliminates missed detections with multiline inheritance docs |
| 6 | + |
| 7 | +🛠️ `Fix`: `func-name-mixedcase` improvement, added snake case exception in interface (naming). Aligns interface naming edge cases |
| 8 | + |
| 9 | +🛠️ `Fix`: misc minor issues; docs link and typos. General polish and stability |
| 10 | +<br><br> |
| 11 | + |
| 12 | +🧰 `Infra`: Update GitHub Actions in CI workflows. Keeps CI up to date and consistent across jobs |
| 13 | + |
| 14 | +🧰 `Infra`: Ignore enhancement to mimic as regular linters |
| 15 | +<br><br> |
| 16 | + |
| 17 | +🧹 `Chore`: Remove fs-extra dependency. Simplifies deps |
| 18 | + |
| 19 | +🧹 `Chore`: Remove strip-ansi. Cleans unused/legacy deps |
| 20 | + |
| 21 | +🧹 `Chore`: Changed changelog format |
| 22 | +<br><br> |
| 23 | + |
| 24 | +🧱 `Enhancement`: added config for no-unused-vars to validate parameters or not |
| 25 | +<br><br> |
| 26 | + |
| 27 | +🧱 `Validation`: Improve AJV schema validation and related caching approach. More robust/faster config validation |
| 28 | +<br><br> |
| 29 | + |
| 30 | +✨🛡️ Kudos to our contributors! 🛡️✨ |
| 31 | +- [@smol-ninja](https://github.com/smol-ninja) 🏅 |
| 32 | +- [@talentlessguy](https://github.com/talentlessguy) 🏅 |
| 33 | +- [@loki-sama](https://github.com/loki-sama) |
| 34 | +- [@gonzaotc](https://github.com/gonzaotc) |
| 35 | +- [@kilavvy](https://github.com/kilavvy) |
| 36 | +- [@jmendiola222](https://github.com/jmendiola222) |
| 37 | +- [@Daulox92](https://github.com/Daulox92) |
| 38 | +- [@RidaMichofi](https://github.com/RidaMichofi) |
| 39 | +- [@ddnexus](https://github.com/ddnexus) |
| 40 | +- [@zeevick10](https://github.com/zeevick10) |
| 41 | +- [@RyanRHall](https://github.com/RyanRHall) |
| 42 | +- [@fulldecent](https://github.com/fulldecent) |
| 43 | +- [@ncjones](https://github.com/ncjones) |
3 | 44 |
|
4 | 45 | ## [6.0.0] - 2025-07-04 |
5 | 46 |
|
@@ -30,7 +71,7 @@ Rules revision - [#692](https://github.com/protofire/solhint/pull/692) |
30 | 71 | ### Fixed |
31 | 72 | - `gas-struct-packing` false positives - [#690](https://github.com/protofire/solhint/pull/690) |
32 | 73 | - `gas-increment-by-one` backward expression - [#691](https://github.com/protofire/solhint/pull/691) |
33 | | -- Typo (thanks to @[MarkFizz77](https://github.com/MarkFizz77)) |
| 74 | +- Typo (thanks to [@MarkFizz77](https://github.com/MarkFizz77)) |
34 | 75 |
|
35 | 76 | ### Added |
36 | 77 | - `use-natspec`: Promote the use of natspec and make several checks to enforce it - [#689](https://github.com/protofire/solhint/pull/689) |
|
0 commit comments