nodegit v0.9.0 Release Notes

Release Date: 2016-01-21 // over 8 years ago
  • 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)