Completed
Push — master ( 2f6747...41f5f2 )
by Derek
02:12
created

Changes

4 issues (1 major, 1 minor, 2 informational) were introduced.
10 issues were fixed.
Test Coverage has increased to 91% (+5%).
3 new patches (Doc Comments, Spacing) are available.
5 added classes/operations
Arrow C Uri::toString() added
Arrow A Uri::withAuthority() added
Arrow A Uri::containsUnallowedUriCharacters() added
Arrow A StringHelper::startsWith() added
Arrow A StringHelper::collapseStartingRepetition() added
9.62
▼   -0.38
Test Coverage
91%
▲ +5%   –   Changes
Head
Derek DeHart  
DLMN-9 implemented toString and withAuthority to test and implement withPath, which required some additional StringHelper functionality
Base
Derek DeHart  
DLMN-9 adding support for relative URIs, eliminating invalid URIs and tests