1.5.0 (2026-03-06)
-enow matches whole file path and using regex (7687065)
1.4.0 (2026-02-24)
- sort typed const/var groups before untyped in merged blocks (5cd3957)
1.3.4 (2026-02-24)
- silence usage on errors (a575708)
1.3.3 (2026-02-24)
- detect free-floating comments and return error before reordering (5bf46db)
- only reorder struct fields in named type declarations (ca893b4)
- preserve doc comments when merging var/const declarations (c03d2d9)
- preserve inline comments on single-spec declarations during merge (0e64e06)
- preserve original order of typed string constants (013e939)
- preserve var initialization order instead of sorting alphabetically (d6511b9)
- remove spurious blank lines between struct fields (d51810b)
- skip struct field reordering for structs with encoding tags (4ac788b)
1.3.2 (2026-01-27)
1.3.1 (2026-01-27)
- properly expand value to key-value fields in slices or maps of structs (8893c20)
1.3.0 (2026-01-27)
- force function definition arguments and returns on a single line (e4c440d)
1.2.0 (2026-01-27)
- expand value-only field assignments to key-value (1c9a5ea)
1.1.1 (2026-01-13)
- forcefully disable CGO (c062bb3)
1.1.0 (2025-12-29)
--ccheck mode (66192e7)--excludeflag (808523a)- embed gci formatter; format wormatter code with itself (4ea4279)
- new rules, tests (b4a0d3b)
- match constructors starting with lower "n" (e7633de)
1.0.1 (2025-12-24)
- add docker image publishing (295b667)