- *
jQuery.ddUrl.parse
→ Result →result.path
: Will be fixed the same way asresult.relative
if URL is set as relative without'/'
at the beginning.
- +
jQuery.ddUrl.current.origin
: The new property. Contains origin (protocol, host and port together), e. g.'https://example.com:443'
. - + README_ru.
- * jQuery >= 3.5 is required because the library is not tested with older versions.
- * Attention! Backward compatibility is broken.
- *
jQuery.ddUrl.current
(and the same results ofjQuery.ddUrl.parse
):- * The following fields were renamed:
- *
query
→queryObject
. - *
hash
→hashObject
. - *
internal
→isInternal
.
- *
- +
hashPath
: The new field. Contains hash path as array (if URL is set as something like'https://example.com#/some/path'
).
- * The following fields were renamed:
- +
jQuery.ddUrl.parsePath
: The new method. Parses a path string to an array. - * File names refactoring.
- + README:
- + Requires.
- + Documentation.
- + Links.
- + Style improvements.
- + CHANGELOG.
- + The first release.