v0.25.0-alpha.7
版本发布时间: 2019-02-21 06:08:40
nodegit/nodegit最新发布版本:v0.27.0(2020-07-29 04:19:19)
Summary of changes
- Fixed bug where repeated uses of extractSignature would fail because of the use of regex.prototype.match
- Added support for building on IBM i (PASE) machines
- Fixed bug where signingCb in rebases would not return error codes to LibGit2 if the signingCb threw or rejected
- Exposed AnnotatedCommit methods:
- AnnotatedCommit.prototype.ref
- Exposed Apply methods:
- Apply.apply applies a diff to the repository
- Apply.toTree applies a diff to a tree
- Exposed Config methods:
- Config.prototype.deleteEntry
- Config.prototype.deleteMultivar
- Config.prototype.getBool
- Config.prototype.getInt32
- Config.prototype.getInt64
- Config.prototype.setMultivar
- Config.prototype.snapshot
- Exposed ConfigIterator with methods:
- ConfigIterator.create
- ConfigIterator.createGlob
- ConfigIterator.createMultivar
- ConfigIterator.prototype.next
- Exposed Merge methods:
- Merge.analysis
- Merge.analysisForRef
- Expose Remote methods:
- Remote.createWithOpts