Releases: JunNishimura/Goit
Releases · JunNishimura/Goit
v1.7.0
v1.6.2
v1.6.1
v1.6.0
v1.5.1
Changelog
- 01faf6d Merge pull request #92 from JunNishimura/#44
- a8e54ba Merge pull request #93 from JunNishimura/#44
- 20db726 add TestDeleteEntry (#44)
- 56f0786 add TestGetEntry (#44)
- a3eea3f add TestNewCommit (#44)
- 70fbb04 add TestNewSign (#44)
- 9e012b9 add TestUpdate (#44)
- 40313e0 change test name for TestUpdate (#44)
- 4a1db44 fix TestNewSign (#44)
v1.5.0
v1.4.1
v1.4.0
Changelog
- 6f86188 Bump github.com/spf13/cobra from 1.6.1 to 1.7.0
- e06f5e1 Merge branch 'main' into #85
- 3daedd2 Merge branch 'main' into #85
- 84414d3 Merge pull request #82 from JunNishimura/#81
- 1a38a7d Merge pull request #84 from JunNishimura/#83
- ae37055 Merge pull request #86 from JunNishimura/#85
- 4dbac7e Merge pull request #88 from JunNishimura/#87
- 667d93a Merge pull request #89 from JunNishimura/dependabot/go_modules/github.com/spf13/cobra-1.7.0
- 34f931c Update README.md
- 2bc0e54 Update README.md
- 95cf4d0 Update README.md
- 2db4265 Update README.md
- 579aa42 add DeleteEntry function (#85)
- 88fefba add GetNode function (#85)
- 597c1bf add IsPathStaged function (#85)
- a89cd47 add args validatoin check (#85)
- b221094 add goit init check at PreRun (#87)
- 513f3b8 add goit logo
- b084175 add restore command template
- 54f42f0 add restoreIndex process (#85)
- 841fcb8 add restoreWorkingDirectory fucntion (#85)
- b477dfa add staged validation check (#85)
- 1aca8a6 add update-ref command template
- 53047b2 change parameter from 'indexPath' to 'rootGoitPath'
- dc93ac8 change restoreIndex parameter from 'nodePath' to 'path' (#85)
- ce7ebb5 change the flag name (#85)
- 8acc862 check if args are staged (#85)
- 5837e46 define getHeadCommit function (#85)
- 363808c implement update-ref (#81)
- c36b389 use updateReference function from commit.go (#81)
v1.3.0
What's changed
- global config
Changelog
- afbfe01 Merge pull request #80 from JunNishimura/#77
- 7b005fe add TestAdd (#77)
- 1a1cec1 add TestGetEmail (#77)
- ce7a4a4 add TestGetUserName (#77)
- 07030e8 fix TestIsUserSet (#77)
- ea90c24 fix TestNewConfig (#77)
- dadf64f fix TestWrite (#77)
- f47321e handle with global config (#77)
- 42f8600 handle with global option (#77)
- e6f96d4 refactoring store/config.go (#77)
- 8bc959f remove TestLoad (#77)