3.0.0
Fixed parsing schemes that have numbers in them.
Parsing failures are now handled differently (and more to-spec):
new URL()now correctly throws for parsing failures.URLsetters now ignore parsing failures, leaving the old value in place.- URL-record-returning functions now will return the string
"failure"in case of failure, instead of throwing.