Skip to content

v1.3.3

Choose a tag to compare

@github-actions github-actions released this 24 Feb 11:53

1.3.3 (2026-02-24)

Bug Fixes

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