Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 511 Bytes

changelog.md

File metadata and controls

20 lines (12 loc) · 511 Bytes

Changelog

v0.16.0

v0.15.0

  • NodeGit 0.18.0

v0.14.0

  • NodeGit 0.17.0
  • git.log: now uses RevWalk internally
  • breaking API change git.config.get now rejects when getting non-existent key.

v0.12.0

  • breaking API change in git.diff. Changed order of from and to to be aligned with git-cli. New API git.diff(repo, from, to) #18