File gofumpt.changes of Package gofumpt
------------------------------------------------------------------- Fri Sep 30 18:18:03 UTC 2022 - jkowalczyk@suse.com - Initial package version 0.4.0: * use testscript.Params.RequireExplicitExec * bump module deps * revamp //gofumpt:diagnose for real use cases * add Go 1.19.x, drop 1.17.x * use testdata/script/*.txtar rather than testdata/scripts/*.txt * sync with go1.19beta1's gofmt * use go/parser.SkipObjectResolution * README: clarify that we require Go 1.17 or later * README: add a godoc badge * format: apply Go 1.19's gofmt * format: exclude body on CaseClause len check * format: fix another panic found via fuzzing * format: fix a crash found by fuzzing * format: add a fuzz function * format: allow grouping vars with non-comment directives * un-break builds with Go 1.16.x for now