Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-01 | fix(URLSearchParams): fix handling of + character (#7314) | Yoshiya Hinosawa | |
2020-08-29 | fix(URL): Add missing part assignment (#7239) | Nayeem Rahman | |
2020-08-21 | fix(URL): Don't encode "'" in non-special query strings (#7152) | Nayeem Rahman | |
2020-08-17 | Fix handling of multiple spaces in URLSearchParams (#7068) | Joel Chippindale | |
This ensures that all spaces are set to be "+" in the string rather than just the first and brings deno into line with how browsers handle spaces in URLSearchParams, see #7001. | |||
2020-08-12 | fix: URLSearchParams.toString() behaviour is different from browsers (#7017) | Prabhanjan | |
2020-07-23 | fix: Improve URL compatibility (#6807) | Nayeem Rahman | |
- Fix protocol regex. - Truncate repeated leading slashes in file paths. - Make drive letter support platform-independent. - Drop the hostname if a drive letter is parsed. - Fix drive letter normalization and basing. - Allow basing over the host. - Fix same-protocol basing. - Remove Windows UNC path support. - Reverts #6418. This is non-standard. Wouldn't be too much of a problem but it makes other parts of the spec hard to realize. | |||
2020-07-23 | Rename cli/js2 to cli/rt (#6857) | Ryan Dahl | |