Skip to content

v0.20.0 (2017-08-16)

Choose a tag to compare

@rcjsuen rcjsuen released this 03 Mar 22:41
· 1001 commits to master since this release

API Changes

  • Blob.createFromBuffer is now async
  • Blob.createFromWorkdir is now async
  • Added Blob.createFromDisk to create a blob from a file on disk
  • Added Blob.filteredContent to retrieve filtered content from a blob similar to as if it was being checked out to the working directory
  • Status.file is now async
  • Merge.merge is now async
  • Rebase.commit is now async
  • Rebase.abort is now async
  • Commit.amend is now async
  • Reflog.write is now async
  • Added Branch.remoteName to get the name of the remote of a branch
  • Filter's functions are now async
  • Added FilterRegistry to register and unregister filters.

Summary of changes bumping libgit2

PR #1329 bumped libgit2 which brought in many changes and bug fixes.

Included merged libgit2 PRs:

Included non-merged libgit2 PRs:

Summary of changes to NodeGit outside of libgit2 bump: