Skip to content

v1.0.0

Compare
Choose a tag to compare
@sunggun-yu sunggun-yu released this 24 Feb 23:50
· 94 commits to main since this release

Changelog

  • ad75f66 [skip ci] adding dependabot
  • 7a0cc94 [skip ci] remove unused code
  • 889acab ci: should add SHELL for ci testing
  • 2827d8e dep: updating ginkgo version
  • ad086d2 feat: adding config file to get rid of viper
  • 8d58867 feat: use internal config file implementation instead of viper
  • db93bc4 fix: add command and test case
  • f2ded67 fix: additional test cast for show cmd
  • e8f1bea fix: delete command ginkgo test and confirm prompt
  • 7e33c51 fix: edit command ginkgo test
  • 95a22cf fix: init config file should not trunc file
  • c62eeed fix: list command and test code
  • dd49a17 fix: list command test
  • bcbcad3 fix: root command and ginkgo test cases
  • 80ac070 fix: save test should perform right after updating
  • 1495a07 fix: show command and test code
  • b5633a7 fix: show command ginkgo test
  • 6ae48f7 fix: test code. unexpected behaviour with defer
  • bc0d69b fix: test file path
  • 854ffd8 fix: typo [skip -ci]
  • 914c649 fix: typo [skip ci]
  • cd8cd3a fix: use command and test code
  • 7cd0871 fix: use command ginkgo test
  • 94ab78c fix: version command and test code
  • 2e02821 fix:start command and ginkgo test cases
  • 0b884f3 testing: add test cases for config file
  • a06a5de testing: use testify for non ginkgo