Skip to content

1.1.0

Compare
Choose a tag to compare
@adrienv1520 adrienv1520 released this 07 Oct 13:51
· 5 commits to master since this release
75829fb
  • fix parser to support IPv6 extraction (parse and recompose)
  • add href attribute when parsing URI
  • fix punycode and punydecode that should work with IPv6
  • fix " (quote) character not allowed in any URI
  • fix sitemap characters
  • remove checkURISyntax from library
  • change recomposeURI to ignore port, userinfo, query and fragment if not valid
  • add max URL length at 2048
  • add integer range for port
  • userinfo chars accept A-Z
  • add and update tests
  • update readme