Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More

nodegit

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nodegit - npm Package Versions

johnhaley81
published 0.11.9 •

Changelog

Source

<a name="v0-11-9" href="#v0-11-9">v0.11.9</a> (2016-03-09)

Full Changelog

  • Fixed crash when calculating diff via ConvenientPatch PR #945
johnhaley81
published 0.11.8 •

Changelog

Source

<a name="v0-11-8" href="#v0-11-8">v0.11.8</a> (2016-03-07)

Full Changelog

  • Removed callback throttling due to segmentation faults. Will be implemented later. PR #943
johnhaley81
published 0.11.7 •

Changelog

Source

<a name="v0-11-7" href="#v0-11-7">v0.11.7</a> (2016-03-07)

Full Changelog

  • Added Repository#mergeheadForeach PR #937
  • Improved speed of all callbacks dramatically PR #932
  • Fixed Merge.merge docs to show it takes in an AnnotatedCommit and not a Commit PR #935
  • Fixed unicode in Diff.blobToBuffer getting corrupted PR #935
  • Fixed fetching/pulling to bitbucket in versions > v5.6 of node PR #942
johnhaley81
published 0.11.6 •

Changelog

Source

<a name="v0-11-6" href="#v0-11-6">v0.11.6</a> (2016-03-01)

Full Changelog

  • Added Repository#checkoutRef PR #891
  • Repository#createCommitOnHead no longer dies if the repo is empty PR #927
  • Fixed memory leak in Patch#convenientFromDiff PR #930
  • Generated files now have a header comment indicating that they are generated PR #924
  • Fixed http parsing errors in Node 5.6 PR #931
  • Fixed Tree#walk not returning the correct entries on end PR #929
johnhaley81
published 0.11.5 •

Changelog

Source

<a name="v0-11-5" href="#v0-11-5">v0.11.5</a> (2016-02-25)

Full Changelog

  • Fixed crash when calculating a diff PR #922
  • Fixed an issue with return values getting randomly corrupted PR #923)
johnhaley81
published 0.11.4 •

Changelog

Source

<a name="v0-11-4" href="#v0-11-4">v0.11.4</a> (2016-02-24)

Full Changelog

  • Fixed callback out values in callbacks from C++. This affects any NodeGit call that is passed a callback as an option PR #921
  • Fixed an issue with building the debug version of NodeGit on windows PR #918
johnhaley81
published 0.11.3 •

Changelog

Source

<a name="v0-11-3" href="#v0-11-3">v0.11.3</a> (2016-02-22)

Full Changelog

  • Fixed an issue where initializing NodeGit would sometimes seg fault. Also fixed an error when fetching concurrently PR #912
johnhaley81
published 0.11.2 •

Changelog

Source

<a name="v0-11-2" href="#v0-11-2">v0.11.2</a> (2016-02-18)

Full Changelog

  • Fixed an issue where when staging lines if the index is locked NodeGit just nuked it PR #906
  • Fixed diff calculation when staging lines/hunks PR #906
  • Fixed seg-fault in linux that happens when getting the diff of very small files PR #908
  • Fixed RevWalk#fastWalk dying when an error happens in libgit2 PR #909
maxkorp
published 0.11.1 •

Changelog

Source

<a name="v0-11-1" href="#v0-11-1">v0.11.1</a> (2016-02-09)

Full Changelog

johnhaley81
published 0.11.0 •

Changelog

Source

<a name="v0-11-0" href="#v0-11-0">v0.11.0</a> (2016-02-04)

Full Changelog

  • Change Revert.commit and Revert.revert to by async. PR #887
  • Added RevWalk#fileHistoryWalk for a faster way to retrieve history for a specific file. PR #889