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: moxystudio/node-cross-spawn
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5.1.0
Choose a base ref
...
head repository: moxystudio/node-cross-spawn
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.0.0
Choose a head ref
  • 9 commits
  • 38 files changed
  • 3 contributors

Commits on Feb 28, 2017

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

Commits on May 6, 2017

  1. Fix david link to dev deps

    satazor committed May 6, 2017
    Configuration menu
    Copy the full SHA
    2ac5ce2 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2017

  1. Update README.md

    satazor committed Jun 6, 2017
    Configuration menu
    Copy the full SHA
    4415e43 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    satazor committed Jun 6, 2017
    Configuration menu
    Copy the full SHA
    a00d9e2 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2018

  1. English Wikipedia reference in Readme

    andys8 authored and satazor committed Jan 20, 2018
    Configuration menu
    Copy the full SHA
    d050aef View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2018

  1. fix: fix certain arguments not being correctly escaped or causing bat…

    …ch syntax error
    
    More specifically:
    - Fix a bug that made it impossible to escape an argument that contained quotes followed by `>` or other special chars, e.g.: `"foo|bar"`, fixes #82
    - Fix a bug were a command containing `%x%` would be replaced with the contents of the `x` environment variable, fixes #51
    
    This was resolved by using `^` to escape all meta chars.
    Additionally, double escaping was necessary for cmd-shim files located in `node_modules./bin/`.
    
    Also, this commit was a major overhaul:
    - Upgrade tooling
    - Upgrate project to es6 (node v4)
    - Fix commands as posix unix relatixe paths not working correctly
    - Fix `options` argument being mutated
    - Improve compliance with node's ENOENT errors
    - Improve detection of node's shell option support
    - Migrate project to moxystudio
    
    BREAKING CHANGE: remove support for older nodejs versions, only node >= 4 is supported
    
    Fixes #82, #51
    satazor committed Jan 22, 2018
    Configuration menu
    Copy the full SHA
    900cf10 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2018

  1. Merge pull request #83 from moxystudio/fix-arg-escape

    Fix certain arguments not being correctly escaped or causing batch syntax error
    satazor committed Jan 23, 2018
    Configuration menu
    Copy the full SHA
    e77b8f2 View commit details
    Browse the repository at this point in the history
  2. chore: update readme

    satazor committed Jan 23, 2018
    Configuration menu
    Copy the full SHA
    b452cdd View commit details
    Browse the repository at this point in the history
  3. chore(release): 6.0.0

    satazor committed Jan 23, 2018
    Configuration menu
    Copy the full SHA
    e68fbe8 View commit details
    Browse the repository at this point in the history
Loading