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

io.js support #616

Merged
merged 24 commits into from
Jan 20, 2015
Merged

io.js support #616

merged 24 commits into from
Jan 20, 2015

Commits on Jan 12, 2015

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

Commits on Jan 13, 2015

  1. Add nvm_iojs_prefix

    ljharb committed Jan 13, 2015
    Configuration menu
    Copy the full SHA
    8be97c8 View commit details
    Browse the repository at this point in the history
  2. Add nvm_strip_iojs_prefix

    ljharb committed Jan 13, 2015
    Configuration menu
    Copy the full SHA
    c12104c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f661617 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5c336a7 View commit details
    Browse the repository at this point in the history
  5. Add nvm_add_iojs_prefix

    ljharb committed Jan 13, 2015
    Configuration menu
    Copy the full SHA
    b798384 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d28703f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5143de9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d70f035 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    58ab2c3 View commit details
    Browse the repository at this point in the history
  10. Add nvm_node_prefix

    ljharb committed Jan 13, 2015
    Configuration menu
    Copy the full SHA
    c46748a View commit details
    Browse the repository at this point in the history
  11. Add nvm_is_iojs_version

    ljharb committed Jan 13, 2015
    Configuration menu
    Copy the full SHA
    98e0655 View commit details
    Browse the repository at this point in the history
  12. Make nvm ls-remote iojs [foo] only show iojs versions, and `nvm ls-…

    …remote node [foo]` only show node versions.
    ljharb committed Jan 13, 2015
    Configuration menu
    Copy the full SHA
    b0d6c05 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2015

  1. Configuration menu
    Copy the full SHA
    d9340b6 View commit details
    Browse the repository at this point in the history
  2. Add iojs support to "install"

    ljharb committed Jan 14, 2015
    Configuration menu
    Copy the full SHA
    952096d View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2015

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

Commits on Jan 16, 2015

  1. Configuration menu
    Copy the full SHA
    dd3a376 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed22d3d View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2015

  1. Add nvm_has_system_iojs

    ljharb committed Jan 19, 2015
    Configuration menu
    Copy the full SHA
    3cf68dc View commit details
    Browse the repository at this point in the history
  2. Add support for nvm use node, nvm use iojs, nvm ls node, and `n…

    …vm ls iojs`
    
    Also add `nvm_version node` and `nvm_version iojs` support.
    ljharb committed Jan 19, 2015
    Configuration menu
    Copy the full SHA
    39a75e6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dbeeb68 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    247bd31 View commit details
    Browse the repository at this point in the history
  5. Ensure nvm_version node and nvm_version node- report the latest s…

    …table node version.
    ljharb committed Jan 19, 2015
    Configuration menu
    Copy the full SHA
    f1f11e3 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2015

  1. Clean up nvm ls-remote behavior when one of node/iojs reports N/A.

    This change:
     - removes a superfluous N/A
     - fixes the exit code to return 0 unless no version is found
     - enables `nvm install v1` and similar patterns.
    ljharb committed Jan 20, 2015
    Configuration menu
    Copy the full SHA
    ea12784 View commit details
    Browse the repository at this point in the history