Skip to content

Releases: enuesaa/difii

v0.0.14

17 Aug 14:26
0b9eb24
Compare
Choose a tag to compare

Changelog

  • 0b9eb24 chore: todo を整理し go fmt ./... を実施
  • e5f7bff refactor(fsio): remove method Printf
  • 64b9407 refactor(repos): create log repository and use it.
  • e558dfd refactor(service): constructor injection へ変更
  • 42b4ddb docs: update README. change install method.
  • c37233e chore(ci): use go 1.23
  • 9ac7869 chore(deps): use go 1.23.0
  • 25aebe0 refactor(repos): add Repos struct as a di container
  • 7d103d3 docs: update README
  • 489d356 chore(deps): use go 1.22
  • a86144b chore: use MIT License

v0.0.13

08 Jan 10:03
3ccc0b1
Compare
Choose a tag to compare

Changelog

  • 3ccc0b1 chore: bump up version
  • c6d4e19 refactor: rename package name from repo to repository
  • fb561e8 chore: remove --verbose flag. instead, --interactive flag now stdout additional information.
  • a91e3ad feat: use log.Fatalf to printf error message because fmt.Printf prints stdout not stderr
  • 4184571 chore: update development plan

0.0.12

23 Dec 09:52
bb331c9
Compare
Choose a tag to compare

Changelog

  • bb331c9 fix(inspect): padding spaces to line number to enhance readability
  • 8e1a999 docs: update README
  • 8bd4108 fix: change prompt messages.
  • 6599f23 chore(release): use goreleaser
  • 0404147 feat: change inspect flag behavior. do not show diffs summary. only show inspect results.
  • 11387ac feat: remove last empty line
  • 0d23018 feat: add experimental flag --verbose to show information
  • 27178d7 feat: use prompt to select workdir
  • aec8d97 refactor: switch comparedir and workdir because workdir is the old one.
  • d149668 feat!: remove --workdir flag. instead, use args like diff command.
  • e0dd484 feat!: remove import flag
  • 7251d8f docs: add refactor plan
  • 0f4f1f9 fix(cli): forgotten to show cli description in help message.
  • a7c8a44 chore: update README
  • ea8a219 docs: update README