File tree Expand file tree Collapse file tree 3 files changed +25
-3
lines changed Expand file tree Collapse file tree 3 files changed +25
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## <a name =" v0-28-0-alpha.19 " href =" #v0-28-0-alpha-19 " >v0.28.0-alpha.19</a > [ (2022-11-08)] ( https://github.com/nodegit/nodegit/releases/tag/v0.28.0-alpha.19 )
4
+
5
+ [ Full Changelog] ( https://github.com/nodegit/nodegit/compare/v0.28.0-alpha.18...v0.28.0-alpha.19 )
6
+
7
+ #### Summary of changes
8
+ - OpenSSL bump
9
+ - OpenSSL binaries will be automatically downloaded when building for Electron on Windows and macOS
10
+ - Crash fix on Electron 18+ due to Nan bug
11
+ - Partial stash support
12
+
13
+ #### Merged PRs into NodeGit
14
+ - [ Allow overriding C++ standard] ( https://github.com/nodegit/nodegit/pull/1953 )
15
+ - [ Bump OpenSSL to 1.1.1s] ( https://github.com/nodegit/nodegit/pull/1952 )
16
+ - [ Fix intermittent crash on Electron 18+] ( https://github.com/nodegit/nodegit/pull/1951 )
17
+ - [ type is a call] ( https://github.com/nodegit/nodegit/pull/1942 )
18
+ - [ Fix leak in agent] ( https://github.com/nodegit/nodegit/pull/1947 )
19
+ - [ Default to using precompiled OpenSSL for Electron] ( https://github.com/nodegit/nodegit/pull/1949 )
20
+ - [ Partial stash support] ( https://github.com/nodegit/nodegit/pull/1948 )
21
+ - [ Switch CI to macOS-11] ( https://github.com/nodegit/nodegit/pull/1950 )
22
+ - [ Preemptively Patch OpenSSL 1.1.1q] ( https://github.com/nodegit/nodegit/pull/1928 )
23
+ - [ Add getAllFilepaths function in tree object] ( https://github.com/nodegit/nodegit/pull/1919 )
24
+
3
25
## <a name =" v0-28-0-alpha.18 " href =" #v0-28-0-alpha-18 " >v0.28.0-alpha.18</a > [ (2022-05-27)] ( https://github.com/nodegit/nodegit/releases/tag/v0.28.0-alpha.18 )
4
26
5
27
[ Full Changelog] ( https://github.com/nodegit/nodegit/compare/v0.28.0-alpha.17...v0.28.0-alpha.18 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " nodegit" ,
3
3
"description" : " Node.js libgit2 asynchronous native bindings" ,
4
- "version" : " 0.28.0-alpha.18 " ,
4
+ "version" : " 0.28.0-alpha.19 " ,
5
5
"homepage" : " http://nodegit.org" ,
6
6
"keywords" : [
7
7
" libgit2" ,
You can’t perform that action at this time.
0 commit comments