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

[breaking change] JSZip v3: drop node 0.8 support. #270

Merged
merged 1 commit into from
Mar 23, 2016

Commits on Mar 21, 2016

  1. [breaking change] drop node 0.8 support.

    Since nodejs 0.10.26 (npm 1.4.3), the default when doing a `npm install --save`
    is to use caret ranges (`^1.2.3`). It is now nearly impossible to use
    nodejs 0.8 with recent version of libs because of this: if a transitive
    dependency uses a caret, we get a "No compatible version found" error.
    
    We can't use Travis to test nodejs 0.8: because of these dependencies,
    the `npm install` phase failed.
    From [here][0], nodejs 0.10 still has a lot of users while nodejs 0.8
    doesn't even appears on the chart.
    
    [0]: https://semaphoreci.com/blog/2015/12/15/nodejs-version-usage-in-commercial-projects-2015-edition.html
    dduponchel committed Mar 21, 2016
    Configuration menu
    Copy the full SHA
    a2403ec View commit details
    Browse the repository at this point in the history