Releases: manuelarte/funcorder
Releases · manuelarte/funcorder
v0.5.0
v0.4.0
What's Changed
- feat(fix): add support for
--fix
by @manuelarte in #29
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
- Updating Github actions to add
codespell
andtypos
by @manuelarte in #22 - adding funcorder to funcorder by @manuelarte in #23
- feat: add alphabetical option by @manuelarte in #26
Full Changelog: v0.2.1...v0.3.0
v0.2.1
What's Changed
- refactor: exporting settings constants by @manuelarte in #21
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- 11 suggested improvements by @manuelarte in #12
- chore: simplify tests by @ldez in #13
- chore: fix golangci-lint configuration by @ldez in #14
- chore: improve workflows by @ldez in #16
- chore: use golangci-lint fmt command by @ldez in #15
- chore: consistent import formatter by @ldez in #19
- Add settings to enable or disable some rules on demand by @manuelarte in #18
- chore: refactor by @ldez in #20
New Contributors
Full Changelog: v0.1.2...v0.2.0
v0.1.2
What's Changed
- refactor: renaming to funcorder by @manuelarte in #10
Full Changelog: v0.1.1...v0.1.2
v0.1.1
What's Changed
- bug: fixing panic when struct has no methods by @manuelarte in #9
Full Changelog: v0.1.0...v0.1.1
v0.1.0
[v0.1.0] 2025-03-26
Added
- Added linter to check for
NewXXX
orMustXXX
functions to be after struct declaration but before struct methods. - Add linter to check that struct's methods are after the struct delcaration and exported (public) methods are before not exported (private) ones.
v0.0.4
v0.0.3
What's Changed
- feature: adding linter plugin by @manuelarte in #6
- Golang linter plugin by @manuelarte in #7
Full Changelog: v0.0.2...v0.0.3