nodegit v0.8.0 Release Notes

Release Date: 2016-01-15 // over 8 years ago
  • Full Changelog

    • 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, and Submodule#update are now all async methodss