v0.0.1
Changelog
- 90e43ed: feat: flags from gofmt (@haunt98)
- e3fd917: chore: add github action, Makefile (@haunt98)
- 5b8e13c: chore: add MIT license (@haunt98)
- adb54bb: chore: fix lint (@haunt98)
- 074f0c3: chore: remove fmt.Println (@haunt98)
- 338e835: refactor: accept both write and diff (@haunt98)
- 164bd6b: feat: init Formatter (@haunt98)
- 90e0bb0: fix: formatter option missing value (@haunt98)
- 6b8625b: chore: update comment (@haunt98)
- 27a8268: feat: simple format file (without actually format) (@haunt98)
- 5a08a1b: refactor: remove regex code generated (@haunt98)
- cf01a96: chore: add TODO (@haunt98)
- d17fe80: chore: update README (@haunt98)
- 1d3685f: feat: parse imports and group imports std (@haunt98)
- c921e92: feat: sort import (wip) (@haunt98)
- 2fe4e8e: feat: query go.mod (@haunt98)
- 7f351b4: feat: get module name from path (@haunt98)
- f6471ab: feat: cache module name of path (@haunt98)
- a030fec: refactor: pkgName -> moduleName (@haunt98)
- 8edb243: feat: split local, company, third party imports (@haunt98)
- 1889ddb: feat: support combine multi import decl (wip) (@haunt98)
- ec9ec20: feat: rewrite all logic to single loop ast.Decl (wip) (@haunt98)
- 30f79e9: feat: actually print file from ast (@haunt98)
- c0206fb: fix: force update ast decls when single import (@haunt98)
- 5e87f5e: chore: remove useless check import empty (@haunt98)
- c8a2bac: fix: not copy import spec directly but use basic lit (@haunt98)
- 2e435dd: refactor: rewrite formatImportSpecs to eliminate dupe (@haunt98)
- e8097ae: feat: print diff (@haunt98)
- 6463559: chore: print path when diff (@haunt98)
- 57e4bbd: feat: sort imports using default Go (wip) (@haunt98)
- 7bb5fc7: feat: ignore empty import (@haunt98)
- 5a62dae: chore: add roadmap (@haunt98)
- 1c6c554: chore: add install, usage in README (@haunt98)
- 7e15524: feat: remove sort imports (@haunt98)
- de45843: feat: write file actually (@haunt98)
- 6ba5552: feat: implement format dir (@haunt98)
- 2155c56: fix: ignore not go file and go generated error (@haunt98)
- d5d0bfc: chore(changelog): generate v0.0.1 (@haunt98)