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

v3.8.1 proposal (became v4.0.0) #1718

Closed
wants to merge 4 commits into from
Closed

Commits on Apr 12, 2019

  1. Upgrade to tar v3

    Tar version 3 performs better and is more well tested than its
    predecessor.  npm will be using this in the near future, so there is no
    benefit in shipping a node-gyp that uses the slower and less reliable
    fstream-based tar.
    
    This drops support for node 0.x, and thus should be considered a
    breaking semver-major change.
    
    PR-URL: nodejs#1212
    Reviewed-By: Refael Ackermann <refack@gmail.com>
    Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
    Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
    isaacs authored and refack committed Apr 12, 2019
    Configuration menu
    Copy the full SHA
    6e1e425 View commit details
    Browse the repository at this point in the history
  2. deps: updated tar package version to 4.4.8

    PR-URL: nodejs#1713
    Reviewed-By: Refael Ackermann <refack@gmail.com>
    MaksPob authored and refack committed Apr 12, 2019
    Configuration menu
    Copy the full SHA
    ec8505e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3578b2a View commit details
    Browse the repository at this point in the history
  4. v3.8.1 proposal

    refack committed Apr 12, 2019
    Configuration menu
    Copy the full SHA
    2bed3af View commit details
    Browse the repository at this point in the history