-
-
Notifications
You must be signed in to change notification settings - Fork 736
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
Update qs dependency to 6.3.0 #215
Changes from all commits
f5ac15d
3428e44
d521790
d9ba036
8b2f8b8
85bd533
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,11 @@ | ||
1.15.3 / 2016-12-xx | ||
=================== | ||
|
||
* deps: [email protected] | ||
- Date stringification format configurable (https://github.com/ljharb/qs/issues/159) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We don't use the stringification API, so this is an irrelevant change to our users. Please only list the changes that affect our users. |
||
- RFC 1738 support (`+` instead of `%20`). Must be explicitly enabled. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Is this a change in parsing or stringification? |
||
- For remaining changes, see [qs/CHANGELOG.md](https://github.com/ljharb/qs/blob/master/CHANGELOG.md#630) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. So the purpose of adding the information here is specifically so no one ever has to go reference the dependency change log :) I would remove this. |
||
|
||
1.15.2 / 2016-06-19 | ||
=================== | ||
|
||
|
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.
This should just be "unreleased" you can use past commits to see how that is done until we have docs on the process.