File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## <a name =" v0-25-0-alpha-1 " href =" #v0-25-0-alpha-1 " >v0.25.0-alpha.1</a > [ (2019-01-30)] ( https://github.com/nodegit/nodegit/releases/tag/v0.25.0-alpha.1 )
4+
5+ [ Full Changelog] ( https://github.com/nodegit/nodegit/compare/v0.24.0...v0.25.0-alpha.1 )
6+
7+ #### Summary of changes
8+ - Bump Libgit2 to preview of v0.28.0
9+ - Add signing support for commits and annotated tags
10+ - Updated Signature.prototype.toString to optionally include timestamps
11+ - [ BREAKING] Converted Buf.prototype.set and Buf.prototype.grow from async to sync
12+ - Added complete support for libgit2 types:
13+ - git_index_name_entry
14+ - git_index_reuc_entry
15+ - git_mailmap
16+ - Exposed git_path_is_gitfile
17+ - Exposed git_tag_create_frombuffer
18+
19+ #### Merged PRs into NodeGit
20+ - [ adds support for gpg commit signing (fixes #1018 ) #1448 ] ( https://github.com/nodegit/nodegit/pull/1448 )
21+ - [ Add ` updateRef ` parameter to Repository#createCommitWithSignature #1610 ] ( https://github.com/nodegit/nodegit/pull/1610 )
22+ - [ Documentation fixes. #1611 ] ( https://github.com/nodegit/nodegit/pull/1611 )
23+ - [ Add Commit#amendWithSignature #1616 ] ( https://github.com/nodegit/nodegit/pull/1616 )
24+ - [ Bump libgit2 to a preview of v0.28 #1615 ] ( https://github.com/nodegit/nodegit/pull/1615 )
25+ - [ Fix issues with Commit#amendWithSignature #1617 ] ( https://github.com/nodegit/nodegit/pull/1617 )
26+ - [ Marked Repository.createBlobFromBuffer as async #1614 ] ( https://github.com/nodegit/nodegit/pull/1614 )
27+ - [ Add functionality for creating Tags with signatures and extracting signatures from Tags #1618 ] ( https://github.com/nodegit/nodegit/pull/1618 )
28+
29+
330## <a name =" v0-24-0 " href =" #v0-24-0 " >v0.24.0</a > [ (2019-01-16)] ( https://github.com/nodegit/nodegit/releases/tag/v0.24.0 )
431
532[ Full Changelog] ( https://github.com/nodegit/nodegit/compare/v0.23.0...v0.24.0 )
Original file line number Diff line number Diff line change 11{
22 "name" : " nodegit" ,
33 "description" : " Node.js libgit2 asynchronous native bindings" ,
4- "version" : " 0.24.0 " ,
4+ "version" : " 0.25.0-alpha.1 " ,
55 "homepage" : " http://nodegit.org" ,
66 "keywords" : [
77 " libgit2" ,
You can’t perform that action at this time.
0 commit comments