v0.25.0-alpha.4
版本发布时间: 2019-02-13 03:09:15
nodegit/nodegit最新发布版本:v0.27.0(2020-07-29 04:19:19)
Summary of changes
- Fixed bug where signing the init commit failed due to being unable to update the
HEAD
ref. - Changed
NodeGit.Signature.default
to async, because it actually ends up reading the config. - Fixed bug where templates were not reporting errors for synchronous methods. It's a bit of a wide net, but in general, it is now possible certain sync methods in NodeGit will begin failin that did not fail before. This is the correct behavior.
- Switched
NodeGit.Oid.fromString
's internal implementation fromgit_oid_fromstr
togit_oid_fromstrp
- Fixed builds for Electron 4
- Added
NodeGit.Reference.updateTerminal