Changelog
<a name="v0-6-0" href="#v0-6-0">v0.6.0</a> (2015-12-08)
Changelog
<a name="v0-4-1" href="#v0-4-1">v0.4.1</a> (2015-06-02)
Closed issues:
Error: Module did not self-register #593
A guide on how to create a new branch, switch to it and delete it. #588
A way to get "gone" branches #583
Missing documentation pages for BranchIterator and NodeIterator #581
ELIFECYCLE error on npm rebuild
#578
npm rebuild fails (lifecycleScripts/clean should not delete lifecycleScripts!) #576
Unable to compile and install v0.4.0 on Windows #575
Doesn't work with Electron #574
Doesn't work with io.js 2.x #573
Getting an exception during a fetchAll in defaultSignature in repository.js #572
tree_entry path function not working when calling getEntry with a path including subdir #570
Build is broken on windows #565
Cloning git sub modules using "nodegit" npm module #560
How to get remote latest commit? #559
npm install fails for nw.js #558
nodegit and nw.js #557
Merged pull requests:
Fix for issue #591. TreeEntry.path() throws when TreeEntry came from Tree.entries() #592 (tomruggs)
Add git\_index\_conflict\_get
and test #586 (johnhaley81)
Bump nan #584 (johnhaley81)
Fix CI false positives #582 (johnhaley81)
Check for existence to avoid throwing an error when there is no default signature #577 (tomruggs)
Fix path function in tree_entry (fix for issue #570) #571 (jfremy)
Changelog
<a name="v0-4-0" href="#v0-4-0">v0.4.0</a> (2015-05-07)
Closed issues:
Error installing nodegit as dependency of an atom-shell app #556
New version of nan is breaking compile #554
Install error from openssl #551
How to get Tag instance by tag_name? #543
ELIFECYCLE Error on install #540
Remote.delete returns -3 #539
Repository.init should accept boolean value for is_bare #538
getStatus hangs #537
Unable to compile or install with npm install nodegit #536
options
not reusable, nodegit destroys it #533
'Error: 'directory' exists and is not an empty directory' (but it doesn't exist) #530
hey !:-) problem with Branch.iteratorNew (support) #528
hey !:-) problem with Branch.iteratorNew #527
hey !:-) problem with Branch.iteratorNew #526
hey !:-) problem with Branch.iteratorNew #525
Error: Reference 'refs/remotes/user/foo/HEAD' not found #523
Path issues windows #522
Issues on scientific linux 6.6 #521
It's looking for node-typ under /Users/johnh/.node-gyp
#518
Not working with iojs #516
Cred.sshKeyNew not working: Too many redirects or authentication replays #511
Open a Repo from a subfolder #509
Create git-like CLI #508
Cannot create an instance of Packbuilder #507
Cannot find module '../build/Debug/nodegit' #506
Bug with oid implicit cast inside C++ #501
Failed to require
on Ubuntu 12.04LTS #493
Enable git\_config
#449
Pull example doesn't fully update the index #389
Merged pull requests:
There is an incompatibility with NaN 1.8.x, keeping 1.7.x for now. #552 (wiggzz)
This fixes polling sync promises in callbacks. #546 (johnhaley81)
Add get/set config string methods and tests #545 (johnhaley81)
Make Remote.delete
async and return error messages correctly #544 (johnhaley81)
Bump "nodegit-promise" version #542 (johnhaley81)
Introduced a new ConvenientLine class to wrap the lines returned from ConvenientHunk. #541 (bleathem)
Fix some things missed by the generating scripts #535 (johnhaley81)
Fix freeing a GitOid
that was passed as a string #531 (johnhaley81)
Lots of complaints of missing build/Debug/nodegit #520 (tbranyen)
Add Graph.aheadBehind
and tests #517 (johnhaley81)
Update to use libgit2 v0.22.2 #515 (johnhaley81)
Add Repository.prototype.fetchheadForeach
and tests #514 (johnhaley81)
Fix atom-shell build on windows #512 (johnhaley81)
Update Checkout and Merge #505 (orderedlist)
Revert "Guide navigation is currently confusing" #503 (thgaskell)
Add twitter username to README.md #498 (johnhaley81)
Fix symbolic reference handling in getReferences #496 (billt2006)
Enable git\_stash\_foreach
#495 (johnhaley81)
Add automatically generated change log file. #465 (skywinder)
Changelog
<a name="v0-3-3" href="#v0-3-3">v0.3.3</a> (2015-03-16)
Merged pull requests: