Changelog
1.18.4 (December 4th 2016) ###
URI.withinString()
to capture balanced parentheses - Issue #247Changelog
1.18.3 (November 17th 2016) ###
Changelog
1.18.2 (September 25th 2016) ###
URI.withinString()
to allow callback to return undefined
or string
- Issue #303.absoluteTo()
to properly resolve relative paths for fragment-only URLsChangelog
1.18.1 (May 29th 2016) ###
jquery.URI.js
- Issue #295Changelog
1.18.0 (April 30th 2016) ###
URI.joinPaths()
to compose paths from directory tokens - Issue #285URITemplate()
to allow .
in variable names - PR #287URITemplate()
to reject invalid literals - PR #289URITemplate()
to reject prefix modifier on composite values - PR #290URI.buildUserinfo()
to properly serialize password-only values - PR #293Changelog
1.17.1 (February 25th 2016) ###
.normalizePath()
to properly handle percent-encoded dot segments and leading dots in basename - Issue #264, by JordanMilne.hasQuery()
to accept RegExp
for name argument - Issue #274, Issue #277 by mbrodalaChangelog
1.17.0 (November 13th 2015) ###
URI.removeQuery()
to cast values to string before matching - Issue #250, Issue #252, by ryanelian and Siltaar.segment()
to allow appending an empty element - Issue #236, Issue #253, by orlando.origin()
to get protocol and authority, counter-part to .resource()
- Issue #210, Issue #263, by justinmchaseChangelog
1.16.1 (September 19th 2015) ###
Package Management Cleanup - no changes to source code!