Releases: JunNishimura/Goit
Releases · JunNishimura/Goit
v1.12.0
What's changed
- add
status
command
Changelog
- 1b7baba Merge pull request #139 from JunNishimura/#138
- 32695a9 Update README.md
- d862592 add DiffWithTree method (#138)
- c9ca3b4 add GetFilePathsUnderDirectoryWithIgnore function (#138)
- bbb4f34 add TestDiffWithTree (#138)
- 9d15b19 add TestGetFilePathsUnderDirectoryWithIgnore (#138)
- aa593c4 add status command template (#138)
- 381c116 add status message for diff entries (#138)
- 1bc5cf3 change status message (#138)
- 3e4cefb fix bug (#138)
- edc88c8 replace isIndexDiffWithTree with DiffWithTree method (#138)
- 0fcefe8 show message for untracked and modified files (#138)
v1.11.1
Changelog
- ef4ef69 Merge pull request #137 from JunNishimura/#136
- c263f29 Update README.md
- e3bc6a5 add GetEntriesByDirectory method to the index (#136)
- a582d96 add GetPaths method for node (#136)
- b61ff24 add TestGetEntriesByDirectory (#136)
- b0c9bb4 add TestNewGetPaths (#136)
- 96c4289 change test name (#136)
- c3bf589 enable restore staged for deleted files (#136)
- d961e8d enable restore working-directories for the deleted files (#136)
- 3a35773 fix GetNode bug (#136)
- e86fe1f remote unused hash variable (#136)
v1.11.0
Changelog
- 7798370 Merge pull request #131 from JunNishimura/#130
- b1e41b2 Merge pull request #133 from JunNishimura/#132
- aa2039b Merge pull request #135 from JunNishimura/#134
- 193778b Update README.md
- 0fe43a2 Update README.md
- 2e8be96 add IsRegisteredAsDirectory method for index (#134)
- b818695 add TestIsRegisteredAsDirectory (#134)
- 034545a add args validation (#134)
- 46b1c28 add args validation (#134)
- 78da3a0 add removal for directory (#134)
- a28078b add remove file process (#134)
- 8483466 add rm command template (#134)
- 84ee9a7 fix IsRegisteredAsDirectory method (#134)
- 55c6c0e fix reflog (#132)
- 73498d2 handle with GetEntry change (#134)
- 226b05f refactoring add command (#130)
- 857a1e7 refactoring commit command (#130)
- 81cb297 refactoring index DeleteEntry method (#134)
- 059c37f refactoring log command (#130)
- 877b518 refactoring restore command (#130)
- 8318d92 refactoring rev-parse command (#130)
v1.10.0
What's changed
- add reset command
Changelog
- bab1bc6 Merge pull request #129 from JunNishimura/#128
- 4d0cfc7 Update README.md
- 53a61fd add GetRecord method for reflog (#128)
- ca78f48 add ReflectToWorkingTree method for object (#128)
- 124f594 add ResetRecord to logger (#128)
- 4a24f06 add TestGetEntriesFromTree (#128)
- a86a215 add TestReflectToWorkingTree (#128)
- e7a1db0 add reset command template
- 8167bec add reset hard (#128)
- 814716e add reset method for head (#128)
- bcaef8d add resetIndex (#128)
- ffd3384 add soft reset (#128)
- 4fd5347 change scope: logRecord to LogRecord (#128)
- 1e58d12 define resetHead function (#128)
- e1b7e8f fix reflog print message (#128)
- 959330a fix tiny problem (#128)
- 4762515 logging for reset soft (#128)
v1.9.2
Changelog
- 9a99b9d Merge pull request #125 from JunNishimura/#124
- 143afe2 Merge pull request #127 from JunNishimura/#126
- e21ab9e add .goitignore for testdata (#126)
- 8a849f3 add ExcludePaths to client (#124)
- 4812662 add TestNewIgnore (#126)
- 8f01113 add ignore to client (#126)
- e9d4b06 apply ignore for add command (#126)
v1.9.1
v1.9.0
What's changed
- add reflog command
Changelog
- 499ff63 Merge pull request #121 from JunNishimura/#120
- b189c64 Update README.md
- 4a27613 add NewRecordType (#120)
- d282f63 add TestReflogLoad (#120)
- dfdb3e8 add getBranchesByHash method (#120)
- 0dd9d42 add reflog command template (#120)
- 40ffb0f change scope of recType from private to public (#120)
- 0f516e9 implement reflog (#120)
v1.8.1
Changelog
- cfe4090 Merge branch 'main' into #108
- a18611f Merge pull request #101 from JunNishimura/#100
- 860a06b Merge pull request #103 from JunNishimura/#102
- ecdc2db Merge pull request #105 from JunNishimura/#104
- 8d1f43c Merge pull request #107 from JunNishimura/#106
- adb6bdb Merge pull request #110 from JunNishimura/#109
- f5999e2 Merge pull request #112 from JunNishimura/#111
- 50c6319 Merge pull request #114 from JunNishimura/#113
- bfeebba Merge pull request #116 from JunNishimura/#115
- 9543fd5 Merge pull request #117 from JunNishimura/#108
- 3828cc4 Merge pull request #119 from JunNishimura/#118
- 2255ed8 Update README.md
- ecd5fce Update README.md
- 21041ae add TestBranchWrite (#109)
- e93e96a add TestDeleteBranch (#108)
- 476a301 add TestNewRecord (#108)
- e82993f add TestUpdateBranchHash (#109)
- ccb6c49 add TestWriteBranch (#108)
- cba1f6b add TestWriteHEAD (#108)
- 201e7ba add UpdateBranchHash (#109)
- c2e5356 add create option (#102)
- d1a0e3d add error check (#108)
- e614ca1 add logger (#108)
- cefa509 add logging for 'switch -c' (#108)
- ac0e7ca add logging for delete branch (#108)
- 4fe5aea add logging for rename branch (#108)
- 49a86e6 add logging for switch (#108)
- 3b8006d add switch branch (#102)
- 6041ed9 add switch command template (#102)
- 96bc77b add validation for switch command (#102)
- c5f2421 add write method for branch (#109)
- e410005 bug fix (#108)
- 6131696 change variable name from 'isCommitNecessary' to 'isDiff' (#118)
- f11f1ba delete deleteUntrackedFiles function (#106)
- e9b0139 delete deleted file from index (#104)
- 07f12d9 delete head.Update from RenameBranch method (#115)
- f46fef4 fix bug (#113)
- a59fe85 fix comment
- 1d9d31b fix index_test (#111)
- ae17e68 fix log format (#108)
- ef09626 fix refs_test (#111)
- e972ce9 init gLogger (#108)
- b220a6f log for branch add (#108)
- 9202e4f logging for commit (#108)
- 6f81b7a print out message (#100)
- c96c53a refactoring add command (#106)
- be919d6 replace updateReference function with refs.UpdateBranchHash method (#109)
- 59917c1 tiny fix
- 8cd736b ues client.Head.Commit at log (#106)
- 7c23caa update HEAD after updateBranchHash (#115)
- 374b509 use client.Head.Reference instead of "main" (#106)
v1.8.0
Changelog
- 9f8b0d0 Merge branch 'main' into #98
- 9bbd520 Merge pull request #99 from JunNishimura/#98
- 19c8f8b Update README.md
- e015550 add GetBranch to refs (#98)
- a063565 add TestAddBranch (#98)
- a029a64 add TestDeleteBranch (#98)
- c08e126 add TestGetBranchPos (#98)
- 21ca9c4 add TestLoadHash (#98)
- 55cbc27 add TestNewBranch at refs_test (#98)
- e822cad add TestNewRefs (#98)
- e35cc26 add Update Method for Head (#98)
- 9b0e71d add add function (#98)
- b08317f add branch command template (#98)
- bcd7c53 add color package (#98)
- e8e4286 add delete branch (#98)
- aaa4bcb add flag validation (#98)
- 5f4ea28 add list and rename (#98)
- e9d9e4d add option setting (#98)
- 92870eb add refs (#98)
- 31571aa add refs to client (#98)
- d58666f change error message (#98)
- 7e0b09d fix bug at rename function (#98)
- 10801d1 refactoring NewRefs (#98)
- 591a16a refactoring delete branch (#98)
- d262ada refactoring list branch (#98)
- 3103b81 refactoring rename branch (#98)
- 16aa862 rename function (#98)
- e8c518a show list of branches (#98)
- 03c3f2d write branch to a file (#98)