Skip to content

Bugfix Rollup 1.0.2

Compare
Choose a tag to compare
@lbussy lbussy released this 18 Apr 12:53

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