Skip to content

Releases: manuelarte/funcorder

v0.5.0

09 May 14:44
593e921
Compare
Choose a tag to compare

What's Changed

  • chore: remove useless packages by @ldez in #34
  • chore: remove useless global var by @ldez in #33
  • chore: improve golangci-lint configuration by @ldez in #35
  • fix: rollback suggested fixes by @manuelarte in #36

Full Changelog: v0.4.0...v0.5.0

v0.4.0

09 May 11:52
02482b1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.4.0

v0.3.0

17 Apr 17:01
15dafce
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.1...v0.3.0

v0.2.1

28 Mar 20:23
9a75a24
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.2.1

v0.2.0

28 Mar 19:39
Compare
Choose a tag to compare

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

  • @ldez made their first contribution in #13

Full Changelog: v0.1.2...v0.2.0

v0.1.2

26 Mar 22:45
d76c063
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.1...v0.1.2

v0.1.1

26 Mar 21:36
281d7af
Compare
Choose a tag to compare

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

26 Mar 14:04
Compare
Choose a tag to compare

[v0.1.0] 2025-03-26

Added

  • Added linter to check for NewXXX or MustXXX 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

25 Mar 19:36
5ac01bf
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.3...v0.0.4

v0.0.3

22 Mar 05:16
8cd5a12
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.2...v0.0.3