Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nodegit/promisify-node
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: fix-refactoring
Choose a base ref
...
head repository: nodegit/promisify-node
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 20 commits
  • 9 files changed
  • 7 contributors

Commits on Aug 14, 2015

  1. Configuration menu
    Copy the full SHA
    7b3adf7 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2015

  1. Bump nodegit-promise to latest

    John Haley committed Aug 20, 2015
    Configuration menu
    Copy the full SHA
    23acd62 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #7 from nodegit/fix-refactoring

    Undo revert of refactored code
    johnhaley81 committed Aug 20, 2015
    Configuration menu
    Copy the full SHA
    16ebf62 View commit details
    Browse the repository at this point in the history
  3. Bump to 0.2.0

    John Haley committed Aug 20, 2015
    Configuration menu
    Copy the full SHA
    7be4dad View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b9dc516 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #11 from nodegit/revert-7-fix-refactoring

    Revert "Undo revert of refactored code"
    johnhaley81 committed Aug 20, 2015
    Configuration menu
    Copy the full SHA
    6c0b01c View commit details
    Browse the repository at this point in the history
  6. Bump to 0.2.1

    John Haley committed Aug 20, 2015
    Configuration menu
    Copy the full SHA
    7a675af View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2015

  1. bump nodegit-promise

    maxkorp committed Nov 18, 2015
    Configuration menu
    Copy the full SHA
    193b0c4 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2015

  1. update test matrix a bit

    maxkorp committed Nov 30, 2015
    Configuration menu
    Copy the full SHA
    792577c View commit details
    Browse the repository at this point in the history
  2. drop node 0.8 support

    maxkorp committed Nov 30, 2015
    Configuration menu
    Copy the full SHA
    54659f9 View commit details
    Browse the repository at this point in the history
  3. Fix issue with async functions being cached as-is, and so not getting…

    … wrapped if they are encountered elsewhere in the object being promisified.
    jon-hall committed Nov 30, 2015
    Configuration menu
    Copy the full SHA
    fe2b27c View commit details
    Browse the repository at this point in the history
  4. Merge pull request #14 from jon-hall/feature/unwrapped-function-cache…

    …-bug
    
    Fix issue with async functions being cached as-is, and so not getting…
    maxkorp committed Nov 30, 2015
    Configuration menu
    Copy the full SHA
    0435d61 View commit details
    Browse the repository at this point in the history
  5. Add noMutate flag, which addresses #12 and adds the ability to disabl…

    …e object mutation through the public API.
    jon-hall committed Nov 30, 2015
    Configuration menu
    Copy the full SHA
    73f8216 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #15 from jon-hall/feature/mutating-required-module…

    …s-bug
    
    Add noMutate flag, which addresses #12 and adds the ability to…
    maxkorp committed Nov 30, 2015
    Configuration menu
    Copy the full SHA
    6551f38 View commit details
    Browse the repository at this point in the history
  7. bump version

    maxkorp committed Nov 30, 2015
    Configuration menu
    Copy the full SHA
    81db7d0 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2016

  1. Bump version in README

    tbranyen committed Mar 11, 2016
    Configuration menu
    Copy the full SHA
    0ee95ce View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2018

  1. Less restictive fn-args regex

    This changes the regex to match arguments from the first parens, instead
    of explicitly matching function keyword and then parens. This allows for
    arrow functions and fixes issues with Node 10.
    tbranyen committed Jun 5, 2018
    Configuration menu
    Copy the full SHA
    a2b6029 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4546667 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #31 from nodegit/support-node10-arrow-functions

    Less restictive fn-args regex
    tbranyen authored Jun 5, 2018
    Configuration menu
    Copy the full SHA
    d58bbff View commit details
    Browse the repository at this point in the history
  4. Bump to 0.5.0

    tbranyen committed Jun 5, 2018
    Configuration menu
    Copy the full SHA
    02fc47c View commit details
    Browse the repository at this point in the history
Loading