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

exlcudes request v2.77.0 or greater #405

Merged
merged 2 commits into from
Oct 2, 2017

Commits on Oct 2, 2017

  1. exlcudes request v2.77.0 or greater

    this was a breaking change in a dependency, which unfortunately was
    not treated as such with respect to semver.
    
    in v2.77.0, request drops support for node versions 0.8.x - 4.x. this
    package still supports node version 0.12.x, and therefore we need to
    lock down the dependency version. as a cosequence, we will not
    recieve bug fixes in that dependency, **this should motivate a
    quicker deprecation of node 0.12**.
    aoberoi committed Oct 2, 2017
    Configuration menu
    Copy the full SHA
    291f8a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    68ce9dc View commit details
    Browse the repository at this point in the history