-
Notifications
You must be signed in to change notification settings - Fork 237
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
Incompatible with node 0.4.x #1
Comments
Hi and thanks for the feedback! Pity to know Heroku is still running Node v.0.4.x.
|
Final nitpick, might be worthwhile to say:
to make sure you don't ever request gzip on 0.4.x. Thanks so much for the responsiveness -- really appreciate it |
Ok pushed and published 0.1.7 in npm. Thanks for the feedback again! |
* Replace arrow functions with functions * Replace spread operator with .apply and Array methods
Love the simplicity of needle, but it looks like needle doesn't really support 0.4.x. Since I'm hosting on heroku, I'm stuck with node 0.4.7.
The main issues are:
I'll fork and submit a pull request for the latter two, but I'm not sure about the best course of action to fix the first issue.
The text was updated successfully, but these errors were encountered: