|
1 | 1 | # Change Log |
2 | 2 |
|
| 3 | +## <a name="v0-21-2" href="#v0-21-2">v0.21.2</a [(2018-03-19)](https://github.com/nodegit/nodegit/releases/tag/v0.21.2) |
| 4 | + |
| 5 | +[Full Changelog](https://github.com/nodegit/nodegit/compare/v0.21.1...v0.21.2) |
| 6 | + |
| 7 | +#### Summary of changes |
| 8 | +- Drop support for node 7 |
| 9 | +- Fixed an issue where fast-forward rebase would throw an error unexepctedly. |
| 10 | +- Expose git_commit_extract_signature |
| 11 | +- TreeEntry.prototype.path() should always return posix style separators |
| 12 | +- Expose git_config_open_ondisk |
| 13 | +- Expose git_config_find_global |
| 14 | +- Expose git_config_find_system |
| 15 | +- Expose git_config_find_xdg |
| 16 | +- Expose git_config_get_path |
| 17 | + |
| 18 | +#### Merged PRs into NodeGit |
| 19 | + - [Fix typo in CHANGELOG.md #1455](https://github.com/nodegit/nodegit/pull/1455) |
| 20 | + - [Add two tests for Tag #1452](https://github.com/nodegit/nodegit/pull/1452) |
| 21 | + - [Handle fast-forward merges properly in repository.performRebase #1457](https://github.com/nodegit/nodegit/pull/1457) |
| 22 | + - [Enable git_commit_extract_signature #1458](https://github.com/nodegit/nodegit/pull/1458) |
| 23 | + - [removes 'only' from test #1460](https://github.com/nodegit/nodegit/pull/1460) |
| 24 | + - [Deploy documentation and make extended tests visible #1447](https://github.com/nodegit/nodegit/pull/1447) |
| 25 | + - [resolves #1433 TreeEntry#path should return posix path #1434](https://github.com/nodegit/nodegit/pull/1434) |
| 26 | + - [Exposed git_config_open_ondisk #1459](https://github.com/nodegit/nodegit/pull/1459) |
| 27 | + - [Expose git_config functions #1463](https://github.com/nodegit/nodegit/pull/1463) |
| 28 | + |
| 29 | + |
3 | 30 | ## <a name="v0-21-1" href="#v0-21-1">v0.21.1</a> [(2018-03-05)](https://github.com/nodegit/nodegit/releases/tag/v0.21.1) |
4 | 31 |
|
5 | 32 | [Full Changelog](https://github.com/nodegit/nodegit/compare/v0.21.0...v0.21.1) |
|
14 | 41 |
|
15 | 42 | [Full Changelog](https://github.com/nodegit/nodegit/compare/v0.20.3...v0.21.0) |
16 | 43 |
|
17 | | -### Summary of changes to NodeGit: |
| 44 | +#### Summary of changes to NodeGit: |
18 | 45 | - [Generate default options for Revert.revert to prevent an exception #1404](https://github.com/nodegit/nodegit/pull/1404) |
19 | 46 | - [fix issue with re-require()'ing native modules #1354](https://github.com/nodegit/nodegit/pull/1354) |
20 | 47 | - [Expose JavaScript function name in a rejected promise #1393](https://github.com/nodegit/nodegit/pull/1393) |
|
0 commit comments