All Versions
129
Latest Version
Avg Release Cycle
49 days
Latest Release
1057 days ago

Changelog History
Page 9

  • v0.11.7 Changes

    March 07, 2016

    Full Changelog

    • ➕ Added Repository#mergeheadForeach PR #937
    • 👌 Improved speed of all callbacks dramatically PR #932
    • 🛠 Fixed Merge.merge docs to show it takes in an AnnotatedCommit and not a Commit PR #935
    • 🛠 Fixed unicode in Diff.blobToBuffer getting corrupted PR #935
    • 🛠 Fixed fetching/pulling to bitbucket in versions > v5.6 of node PR #942
  • v0.11.6 Changes

    March 01, 2016

    Full Changelog

    • ➕ 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 on end PR #929
  • v0.11.5 Changes

    February 25, 2016

    Full Changelog

    • 🛠 Fixed crash when calculating a diff PR #922
    • 🛠 Fixed an issue with return values getting randomly corrupted PR #923)
  • v0.11.4 Changes

    February 24, 2016

    Full Changelog

    • 🛠 Fixed callback out values in callbacks from C++. This affects any NodeGit call that is passed a callback as an option PR #921
    • 🛠 Fixed an issue with building the debug version of NodeGit on windows PR #918
  • v0.11.3 Changes

    February 22, 2016

    Full Changelog

    • 🛠 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

    Full Changelog

    • 🛠 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

    Full Changelog

  • v0.11.0 Changes

    February 04, 2016

    Full Changelog

    • 🔄 Change Revert.commit and Revert.revert to by async. PR #887
    • ➕ Added RevWalk#fileHistoryWalk for a faster way to retrieve history for a specific file. PR #889
  • v0.10.0 Changes

    February 01, 2016

    Full Changelog

    • Clean mutexes are part of GC. No longer leaves processes running after the script ends PR #880
    • 🐎 Increased the performance of ConvenientPatch by an order of magnitude PR #883
  • v0.9.0 Changes

    January 21, 2016

    Full Changelog

    • Thread safe fix to stop crashing on releasing mutexes PR #876
    • ⚡️ Submodule#setIgnore, Submodule#setUpdate, and Submodule#setUrl are now all async. Submodule#status and Submodule#location are now available PR #867 and PR #870
    • 0️⃣ Remote#defaultBranch is now available PR #872
    • 🔀 Repository#mergeBranches now takes in a MergeOptions parameter PR #873
    • ✂ Remove a NodeGit specific hack to make Index#addAll faster since that is fixed in libgit2 PR #875)