All Versions
128
Latest Version
Avg Release Cycle
50 days
Latest Release
356 days ago
Changelog History
Page 9
Changelog History
Page 9
-
v0.11.2 Changes
February 18, 2016- ๐ Fixed an issue where when staging lines if the index is locked NodeGit just nuked it PR #906
- ๐ Fixed diff calculation when staging lines/hunks PR #906
- ๐ Fixed seg-fault in linux that happens when getting the diff of very small files PR #908
- ๐ Fixed
RevWalk#fastWalk
dying when an error happens in libgit2 PR #909
-
v0.11.1 Changes
February 09, 2016 -
v0.11.0 Changes
February 04, 2016 -
v0.10.0 Changes
February 01, 2016 -
v0.9.0 Changes
January 21, 2016- Thread safe fix to stop crashing on releasing mutexes PR #876
- โก๏ธ
Submodule#setIgnore
,Submodule#setUpdate
, andSubmodule#setUrl
are now all async.Submodule#status
andSubmodule#location
are now available PR #867 and PR #870 - 0๏ธโฃ
Remote#defaultBranch
is now available PR #872 - ๐
Repository#mergeBranches
now takes in aMergeOptions
parameter PR #873 - โ Remove a NodeGit specific hack to make
Index#addAll
faster since that is fixed in libgit2 PR #875)
-
v0.8.0 Changes
January 15, 2016- 0๏ธโฃ Thread safe locking has been added and currently is defaulted to off. Use
NodeGit.enableThreadSafety()
to turn on - NodeGit no longer requires a specific Promise object from the
nodegit-promise
library to be passed in. You can now use whatever you want! - โก๏ธ
Repository#stageFilemode
now can accept an array of strings for files to update - โก๏ธ
Submodule#addToIndex
,Submodule#addFinalize
,Submodule#init
,Submodule#open
,Submodule#sync
, andSubmodule#update
are now all async methodss
- 0๏ธโฃ Thread safe locking has been added and currently is defaulted to off. Use
-
v0.7.0 Changes
January 08, 2016- โฌ๏ธ Bumped openssl to 1.0.2e to fix issues with prebuilts on linux platforms
- Fixed a bug with GIT_ITER_OVER breaking rebase and other iterative methods
- ๐ Make GraphDescendentOf asynchronous
- ๐ Fixed line length of utf8 stringss
-
v0.6.3 Changes
December 16, 2015- Fixed a bug where manually building for vanilla node would fail without explicitly setting the target
-
v0.6.2 Changes
December 16, 2015- Fixed a bug where manually building on windows would fail (if unable to download a prebuilt binary)
-
v0.6.1 Changes
December 14, 2015- Fixed Treebuilder.create to have an optional source
- Added Repository.getSubmoduleNames
- Added Submodule.Foreach