Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add .node() method #200

Merged
merged 47 commits into from Jun 18, 2019
Merged

Commits on Apr 3, 2019

  1. Add fork method

    Guillaume Martigny committed Apr 3, 2019
    Copy the full SHA
    ec492d8 View commit details
    Browse the repository at this point in the history
  2. Revert changes of stdio

    GMartigny committed Apr 3, 2019
    Copy the full SHA
    f844651 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    1a15ee7 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2019

  1. Add tests for fork's stdio option

    Guillaume Martigny committed Apr 4, 2019
    Copy the full SHA
    5f49784 View commit details
    Browse the repository at this point in the history
  2. Fix stdio fork tests

    Guillaume Martigny committed Apr 4, 2019
    Copy the full SHA
    360f07c View commit details
    Browse the repository at this point in the history
  3. Fix stdio fork function

    Guillaume Martigny committed Apr 4, 2019
    Copy the full SHA
    dbc4274 View commit details
    Browse the repository at this point in the history
  4. Add test for fork

    Guillaume Martigny committed Apr 4, 2019
    Copy the full SHA
    b03baf6 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2019

  1. Avoid mutating arguments to fork

    Guillaume Martigny committed Apr 5, 2019
    Copy the full SHA
    0a116f8 View commit details
    Browse the repository at this point in the history
  2. Use execPath and execArgv

    Guillaume Martigny committed Apr 5, 2019
    Copy the full SHA
    2e83f03 View commit details
    Browse the repository at this point in the history
  3. Add more tests to the fork function

    Guillaume Martigny committed Apr 5, 2019
    Copy the full SHA
    35e8167 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2019

  1. Copy the full SHA
    eb2f47a View commit details
    Browse the repository at this point in the history
  2. normalize

    GMartigny committed Apr 8, 2019
    Copy the full SHA
    be63122 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2019

  1. Copy the full SHA
    483aa5c View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    69e5571 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2019

  1. Copy the full SHA
    e5783d0 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into addForkMethod

    # Conflicts:
    #	index.d.ts
    #	index.js
    #	index.test-d.ts
    #	readme.md
    GMartigny committed May 10, 2019
    Copy the full SHA
    5e6631a View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    cf79301 View commit details
    Browse the repository at this point in the history
  4. Revert "Unshift unique args to windows OS cmd"

    This reverts commit 483aa5c
    GMartigny committed May 10, 2019
    Copy the full SHA
    2c2d727 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2019

  1. Merge branch 'master' into addForkMethod

    # Conflicts:
    #	readme.md
    GMartigny committed May 21, 2019
    Copy the full SHA
    f965897 View commit details
    Browse the repository at this point in the history
  2. Fix tests on windows

    GMartigny committed May 21, 2019
    Copy the full SHA
    0ed7fd6 View commit details
    Browse the repository at this point in the history
  3. Reword on readme

    GMartigny committed May 21, 2019
    Copy the full SHA
    7642806 View commit details
    Browse the repository at this point in the history
  4. Minor fixes

    GMartigny committed May 21, 2019
    Copy the full SHA
    e82b43a View commit details
    Browse the repository at this point in the history
  5. Fix tests on windows

    GMartigny committed May 21, 2019
    Copy the full SHA
    054b49b View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    ac12a9f View commit details
    Browse the repository at this point in the history

Commits on May 22, 2019

  1. Readme fine tune

    GMartigny committed May 22, 2019
    Copy the full SHA
    fe687c2 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    497b23f View commit details
    Browse the repository at this point in the history
  3. Add missing semicolon

    GMartigny committed May 22, 2019
    Copy the full SHA
    737e118 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2019

  1. Copy the full SHA
    0f90a22 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    0fa3941 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    b02d6f4 View commit details
    Browse the repository at this point in the history
  4. Merge master

    GMartigny committed Jun 6, 2019
    Copy the full SHA
    c931818 View commit details
    Browse the repository at this point in the history
  5. Fix .node() tests

    GMartigny committed Jun 6, 2019
    Copy the full SHA
    5680794 View commit details
    Browse the repository at this point in the history
  6. Minor tweak to syntax

    GMartigny committed Jun 6, 2019
    Copy the full SHA
    d93cb69 View commit details
    Browse the repository at this point in the history
  7. Remove linter warning

    GMartigny committed Jun 6, 2019
    Copy the full SHA
    f302e78 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    7746b01 View commit details
    Browse the repository at this point in the history
  9. Fix path in fixtures

    GMartigny committed Jun 6, 2019
    Copy the full SHA
    9a65cc5 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2019

  1. Capitalize node.js

    Co-Authored-By: ehmicky <ehmicky@users.noreply.github.com>
    GMartigny and ehmicky committed Jun 7, 2019
    Copy the full SHA
    f4b77c7 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    0fac604 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    b37f98b View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    ed7e580 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2019

  1. Copy the full SHA
    906045e View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    6e181cc View commit details
    Browse the repository at this point in the history
  3. Change .node description

    GMartigny committed Jun 13, 2019
    Copy the full SHA
    87b861f View commit details
    Browse the repository at this point in the history
  4. Minor tweak in syntax

    GMartigny committed Jun 13, 2019
    Copy the full SHA
    6394e4d View commit details
    Browse the repository at this point in the history
  5. Merge master

    GMartigny committed Jun 13, 2019
    Copy the full SHA
    656559c View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2019

  1. Merge master

    GMartigny committed Jun 18, 2019
    Copy the full SHA
    00199ed View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    5c15cf2 View commit details
    Browse the repository at this point in the history