Revision code
Changes
Changes in 0.60.2
Released on
August 03, 2019
- When submitting a form with a GET method, any query parameters in the form's
[action]
URL are now discarded.
This matches the standard browser behavior when submitting a form without Unpoly.
- When submitting a form with a POST method, any query parameters in the form's
[action]
URL are now kept in the
URL, instead of being merged into the form's data payload.
This matches the standard browser behavior when submitting a form without Unpoly.
- New experimental function
up.Params.stripURL(url)
.
It returns the given URL without its query string.