-
Notifications
You must be signed in to change notification settings - Fork 759
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
Release v3.1.0 #474
Release v3.1.0 #474
Conversation
I have to look up how to do a POST request every time, for JSON and x-www-form-urlencoded. Many of the existing examples duplicate themselves, so I figured we could change some of them to demonstrate the different ways to send a POST request without changing the flow too much.
This allows you to set the server hostname before making a request. If no hostname is set then it defaults to 127.0.0.1
…s and fix the __proto__ property deprecation
Remove unused dependency in Readme.MD snippet
Update travis node versions
Add a .host() method to set a host other than 127.0.0.1
Always pass on errors if no response
Add post() examples to the README
Upgrade the superagent node module to resolve security vulnerabilities & fix the __proto__ property deprecation
# Conflicts: # Readme.md # example.js
# Conflicts: # Readme.md
Release preparation done, I need your reviews to merge and publish it. |
@rimiti any chance you could release as |
@mgcrea you can install this branch directly with |
Chore - Node v4 removed from travis pipeline
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice job. 💯 Thanks for assembling.
@rimiti thanks for the work on this, do you have access to merge the PR and push to npm? |
Thanks @mikelax ! 👍 |
@mikelax Can you give me the npm access to publish this new version ? |
@rimiti I added you as a maintainer to npm. Thanks for the help in jumpstarting dev again. |
You're welcome. ;) |
@rimiti I just checked and noticed that for me one of the new tests are failing, this one:
|
Hello,
Preparation of v3.1.0 release. 💥 ❤️
RELEASE NOTE
Regards,
🦄