All Versions
129
Latest Version
Avg Release Cycle
49 days
Latest Release
846 days ago
Changelog History
Page 9
Changelog History
Page 9
-
v0.11.7 Changes
March 07, 2016- โ Added
Repository#mergeheadForeach
PR #937 - ๐ Improved speed of all callbacks dramatically PR #932
- ๐ Fixed
Merge.merge
docs to show it takes in anAnnotatedCommit
and not aCommit
PR #935 - ๐ Fixed unicode in
Diff.blobToBuffer
getting corrupted PR #935 - ๐ Fixed fetching/pulling to bitbucket in versions > v5.6 of node PR #942
- โ Added
-
v0.11.6 Changes
March 01, 2016- โ Added
Repository#checkoutRef
PR #891 Repository#createCommitOnHead
no longer dies if the repo is empty PR #927- ๐ Fixed memory leak in
Patch#convenientFromDiff
PR #930 - Generated files now have a header comment indicating that they are generated PR #924
- ๐ Fixed http parsing errors in Node 5.6 PR #931
- ๐ Fixed
Tree#walk
not returning the correct entries onend
PR #929
- โ Added
-
v0.11.5 Changes
February 25, 2016 -
v0.11.4 Changes
February 24, 2016 -
v0.11.3 Changes
February 22, 2016- ๐ Fixed an issue where initializing NodeGit would sometimes seg fault. Also fixed an error when fetching concurrently PR #912
-
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)