Skip to content

v0.5.2

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Nov 15:53
· 136 commits to main since this release
b1b9a33

Changelog

  • 9bfd8ac Add basic unit test
  • aac4c07 Add basic unit test for shell
  • 3ec6e76 Add coverage workflow
  • a2bf9e7 Add error check
  • 46de918 Add unit test for argument parse
  • 0e38803 Add unit test for config
  • 3a7ee7f Add unit test for csv model
  • 91c31c1 Add unit test for db
  • 1e48a6f Add unit test for exit command and utility
  • 7da37f9 Add unit test for history model
  • b073f12 Add unit test for json model
  • 8a1e1d5 Add unit test for ltsv model
  • f607999 Add unit test for main package
  • ee11cd5 Add unit test for output mode
  • 58c14ae Add unit test for shell package
  • 934f3dd Add unit test for table
  • 717bd5e Add unit test for tsv model
  • 2d2e7ed Bump github.com/google/go-cmp from 0.2.0 to 0.5.9
  • bb3a704 Change from reflect package to go-cmp
  • 1912742 Change golden test package from goldie to golden
  • bc21a95 Change reflect package to go-cmp package
  • 69ae19b Change test case for windows
  • 8a1e6b0 Fix reviewdog point: S1039: unnecessary use of fmt.Sprintf (gosimple)
  • 4e6f366 Merge pull request #21 from nao1215/add-unit-test
  • d0cca59 Merge pull request #23 from nao1215/add-completion-and-unittest
  • 2d10db5 Merge pull request #24 from nao1215/add-unit-test-model
  • 941c642 Merge pull request #25 from nao1215/dependabot/go_modules/github.com/google/go-cmp-0.5.9
  • d6d2e33 Merge pull request #26 from nao1215/add-unit-test-for-shell
  • b1b9a33 Merge pull request #27 from nao1215/add-unit-test-for-infra
  • c2600bf Not execute test in windows: goldie not support ?
  • 89180f8 Split platform unit test
  • 30967d0 There is a bug in Windows that prevents temporary files from being deleted. Therefore, the way to create temporary files was changed.
  • 430b7e2 Update nao1215/golden package for windows test
  • bbfd71f add unit test for infra package