| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent a32265c commit fe433ef
3 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,5 +1,22 @@ | |||
| 1 | 1 | # Change Log | |
| 2 | 2 | ||
| 3 | + ## [0.12.0](https://github.com/nodegit/nodegit/releases/tag/v0.12.0) (2016-03-28) | ||
| 4 | + | ||
| 5 | + [Full Changelog](https://github.com/nodegit/nodegit/compare/v0.11.9...v0.12.0) | ||
| 6 | + | ||
| 7 | + # API changes | ||
| 8 | + - `Ignore` | ||
| 9 | + - Made `Ignore.pathIsIgnored` async [PR #970](https://github.com/nodegit/nodegit/pull/970) | ||
| 10 | + | ||
| 11 | + # Bug fixes | ||
| 12 | + | ||
| 13 | + - Added an error message when trying to install NodeGit without a required version of libstdc++ [PR #972](https://github.com/nodegit/nodegit/pull/972) | ||
| 14 | + - Fix a crash when grabbing content out of a buffer that has unicode [PR #966](https://github.com/nodegit/nodegit/pull/966) | ||
| 15 | + - Added some plumbing for better memory management [PR #958](https://github.com/nodegit/nodegit/pull/958) | ||
| 16 | + - Fix `checkoutOptions` in `Stash#apply` [PR #956](https://github.com/nodegit/nodegit/pull/956) | ||
| 17 | + - Fixed install when there is a space in the username on windows [PR #951](https://github.com/nodegit/nodegit/pull/951) | ||
| 18 | + - Bump to nan@2.2.0 [PR #952](https://github.com/nodegit/nodegit/pull/952) | ||
| 19 | + | ||
| 3 | 20 | ## [0.11.9](https://github.com/nodegit/nodegit/releases/tag/v0.11.9) (2016-03-09) | |
| 4 | 21 | ||
| 5 | 22 | [Full Changelog](https://github.com/nodegit/nodegit/compare/v0.11.8...v0.11.9) | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -31,7 +31,7 @@ NodeGit | |||
| 31 | 31 | </tbody> | |
| 32 | 32 | </table> | |
| 33 | 33 | ||
| 34 | - **Stable: 0.11.9** | ||
| 34 | + **Stable: 0.12.0** | ||
| 35 | 35 | ||
| 36 | 36 | ## Have a problem? Come chat with us! ## | |
| 37 | 37 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,7 +1,7 @@ | |||
| 1 | 1 | { | |
| 2 | 2 | "name": "nodegit", | |
| 3 | 3 | "description": "Node.js libgit2 asynchronous native bindings", | |
| 4 | - "version": "0.11.9", | ||
| 4 | + "version": "0.12.0", | ||
| 5 | 5 | "homepage": "http://nodegit.org", | |
| 6 | 6 | "keywords": [ | |
| 7 | 7 | "libgit2", | |
@@ -88,7 +88,7 @@ | |||
| 88 | 88 | "rebuild": "node generate && node-gyp configure build", | |
| 89 | 89 | "recompileDebug": "node-gyp configure --debug build", | |
| 90 | 90 | "rebuildDebug": "node generate && node-gyp configure --debug build", | |
| 91 | - "xcodeDebug": "node-gyp configure -- -f xcode", | ||
| 91 | + "xcodeDebug": "node-gyp configure -- -f xcode", | ||
| 92 | 92 | "postinstall": "bash postinstall.sh" | |
| 93 | 93 | } | |
| 94 | 94 | } | |
| Back | FazBrowse Home | New Git URL |
0 commit comments