Bugfix Rollup 1.0.2
❗ Please read the notes below for a potential breaking change ❗
Potential Breaking Change
getQuery()
returned the preceding "?" character as part of the string. This was unintended and caused certain recombinant workflows to incorrectly create a URI with two "?" characters. This method will no longer return the leading "?" character
Minor Bug Fixes
- Explicitly define the default port as 65535 instead of -1. Since this is a
word
, using -1 had unintended consequences on some platforms getPathSegment()
incorrectly truncated the path when no trailing slash was present
Minor Changes
- Documentation updates
- Address where the source files still had the wrong license headers