Skip to content

v0.21.2 (2018-03-19)

Choose a tag to compare

@rcjsuen rcjsuen released this 20 Mar 00:29
· 896 commits to master since this release

Summary of changes

  • Dropped support for Node.js 7.x
  • Fixed an issue where a fast-forward rebase would unexpectedly throw an error
  • Exposed git_commit_extract_signature
  • TreeEntry.prototype.path() will now always return POSIX-style path segment separators
  • Exposed git_config_open_ondisk
  • Exposed git_config_find_global
  • Exposed git_config_find_system
  • Exposed git_config_find_xdg
  • Exposed git_config_get_path

Summary of changes to NodeGit: