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-13-1 " href =" #v0-13-1 " >v0.13.1</a > [ (2016-06-03)] ( https://github.com/nodegit/nodegit/releases/tag/v0.13.1 )
4+
5+ [ Full Changelog] ( https://github.com/nodegit/nodegit/compare/v0.13.0...v0.13.1 )
6+
7+ ## Added
8+
9+ - ` Repository#discardLines ` is now a thing [ PR #1021 ] ( https://github.com/nodegit/nodegit/pull/1021 )
10+
11+ ## Modified
12+
13+ - Async methods now use a custom threadpool to prevent thread-locking the event loop [ PR #1019 ] ( https://github.com/nodegit/nodegit/pull/1019 )
14+
15+ ## Bug fixes
16+
17+ - Fix building NodeGit from NPM [ PR #1026 ] ( https://github.com/nodegit/nodegit/pull/1026 )
18+ - Plug a memory leak in ` RevWalk.fastWalk ` [ PR #1030 ] ( https://github.com/nodegit/nodegit/pull/1030 )
19+ - Plug a memory leak with ` Oid ` [ PR #1033 ] ( https://github.com/nodegit/nodegit/pull/1033 )
20+ - Fixed some underlying libgit2 objects getting freed incorrectly [ PR #1036 ] ( https://github.com/nodegit/nodegit/pull/1036 )
21+
322## <a name =" v0-13-0 " href =" #v0-13-0 " >v0.13.0</a > [ (2016-05-04)] ( https://github.com/nodegit/nodegit/releases/tag/v0.13.0 )
423
524[ Full Changelog] ( https://github.com/nodegit/nodegit/compare/v0.12.2...v0.13.0 )
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ NodeGit
3131 </tbody >
3232</table >
3333
34- ** Stable: 0.13.0 **
34+ ** Stable: 0.13.1 **
3535
3636## Have a problem? Come chat with us! ##
3737
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.13.0 " ,
4+ "version" : " 0.13.1 " ,
55 "homepage" : " http://nodegit.org" ,
66 "keywords" : [
77 " libgit2" ,
You can’t perform that action at this time.
0 commit comments