Releases: bombsimon/wsl
Releases · bombsimon/wsl
v5.3.0
What's Changed
- Add more granular checks when checking error cuddling by @bombsimon in #198
- Ensure all test code is valid and compiles by @bombsimon in #200
- Ignore idents for constants, types, packages and nil by @bombsimon in #201
- Bump version by @bombsimon in #202
Full Changelog: v5.2.0...v5.3.0
v5.2.0
What's Changed
- Add support to check
KeyValueExprvalues by @bombsimon in #192 - Traverse all possible subexpressions by @WGH- in #193
- Circuit break some checks for labels by @bombsimon in #196
New Contributors
Full Changelog: v5.1.1...v5.2.0
v5.1.1
What's Changed
- Update docs for
golangci-lintby @bombsimon in #185 - Bump
golangci-lint, update config by @bombsimon in #188 - Add custom version flag by @bombsimon in #189
- Bump version constant for new release by @bombsimon in #190
Full Changelog: v5.1.0...v5.1.1
v5.1.0
What's Changed
- tests: rename wsl_test to analyzer_test by @ldez in #182
- Make error checking more laxed by @bombsimon in #184
Full Changelog: v5.0.0...v5.1.0
v5.0.0
What's Changed
wslv5 - a complete rewrite ✍️ by @bombsimon in #169- Add tests for config and analyzer by @bombsimon in #170
- Port test for #153 by @bombsimon in #172
- Allow idents from case arms when cuddling by @bombsimon in #173
- Use
lineForto get node line by @bombsimon in #176 - Improve fixer for
DeclStmtby @bombsimon in #175 - Update docs, enable
errby default by @bombsimon in #178 - Improve
errchecking, ensure working isolated by @bombsimon in #179 - Add test to ensure err check works isolated by @bombsimon in #180
- Make
appendcheck work isolated, update check type forappendby @bombsimon in #181
Full Changelog: v4.7.0...v5.0.0
v5.0.0-rc2
What's Changed
- Port test for #153 by @bombsimon in #172
- Allow idents from case arms when cuddling by @bombsimon in #173
- Use
lineForto get node line by @bombsimon in #176 - Improve fixer for
DeclStmtby @bombsimon in #175
Full Changelog: v5.0.0-rc1...v5.0.0-rc2
v5.0.0-rc1
What's Changed
wslv5 - a complete rewrite ✍️ by @bombsimon in #169- Add tests for config and analyzer by @bombsimon in #170
Full Changelog: v4.7.0...v5.0.0-rc1
v4.7.0
v4.6.0
What's Changed
- chore: Bump go version by @bombsimon in #164
- Add support to cuddle assignments for a whole block by @jacobdrury in #163
- fix: Rename test to match folder name by @bombsimon in #165
New Contributors
- @jacobdrury made their first contribution in #163
Full Changelog: v4.5.0...v4.6.0