|
1 | 1 | # Change Log |
2 | 2 |
|
3 | | -## <a name="v0-23-0-alpha.1" href="#v0-23-0-alpha.1">v0.23.0-alpha.1</a> [(2018-10-01)](https://github.com/nodegit/nodegit/releases/tag/v0.23.0-alpha.1) |
4 | | - |
5 | | -[Full Changelog](https://github.com/nodegit/nodegit/compare/v0.22.2...v0.23.0-alpha.1) |
6 | | - |
7 | | -#### Summary of changes |
8 | | -- Added Node 10 support. |
9 | | -- We no longer compile OpenSSL. Instead, we prefer the OpenSSL shipped with Node. In electron builds, we prefer the system openssl on linux, and we get prebuilt static libs from Conan. |
10 | | -- Cleaned up some compiler warnings |
11 | | -- Our http_parser dependency is now a submodule. |
12 | | -- Updated some dependencies in npm to get rid of security vulnerabilities and warnings. |
13 | | -- Exposed transfer progress callback for pushing. |
14 | | - |
15 | | -#### Merged PRs into NodeGit |
16 | | -- [warn about node v10 incompatibility in readme #1534](https://github.com/nodegit/nodegit/pull/1534) |
17 | | -- [Define error codes to fix compiler warnings about unused variables #1486](https://github.com/nodegit/nodegit/pull/1486) |
18 | | -- [Include http_parser via submodule #1551](https://github.com/nodegit/nodegit/pull/1551) |
19 | | -- [Update dependencies to get rid of security vulnerabilities #1547](https://github.com/nodegit/nodegit/pull/1547) |
20 | | -- [add github issue template #1548](https://github.com/nodegit/nodegit/pull/1548) |
21 | | -- [Enable git_push_transfer_progress - Help wanted #1500](https://github.com/nodegit/nodegit/pull/1500) |
22 | | -- [Fixed createBranch API params #1552](https://github.com/nodegit/nodegit/pull/1552) |
23 | | -- [Use curl-config to find curl #1555](https://github.com/nodegit/nodegit/pull/1555) |
24 | | -- [Update readme #1554](https://github.com/nodegit/nodegit/pull/1554) |
25 | | -- [Node 10 support #1545](https://github.com/nodegit/nodegit/pull/1545) |
26 | | -- [Update dependencies #1519](https://github.com/nodegit/nodegit/pull/1519) |
27 | | -- [Run submodule updates in sequence rather than parallel #1558](https://github.com/nodegit/nodegit/pull/1558) |
28 | | -- [Fix Electron builds on win32 #1560](https://github.com/nodegit/nodegit/pull/1560) |
29 | | - |
30 | | - |
31 | 3 | ## <a name="v0-22-2" href="#v0-22-2">v0.22.2</a> [(2018-07-10)](https://github.com/nodegit/nodegit/releases/tag/v0.22.2) |
32 | 4 |
|
33 | 5 | [Full Changelog](https://github.com/nodegit/nodegit/compare/v0.22.1...v0.22.2) |
|
0 commit comments