Skip to content

Commit 5346986

Browse files
committed
pre release 6.0.1
1 parent f18789c commit 5346986

File tree

1 file changed

+43
-2
lines changed

1 file changed

+43
-2
lines changed

CHANGELOG.md

Lines changed: 43 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,46 @@
1-
## [6.0.1] - 2025-08-07
1+
## [6.0.1] - 2025-08-22
22

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)
344

445
## [6.0.0] - 2025-07-04
546

@@ -30,7 +71,7 @@ Rules revision - [#692](https://github.com/protofire/solhint/pull/692)
3071
### Fixed
3172
- `gas-struct-packing` false positives - [#690](https://github.com/protofire/solhint/pull/690)
3273
- `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))
3475

3576
### Added
3677
- `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

Comments
 (0)