Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 851 Bytes

CHANGELOG.md

File metadata and controls

35 lines (25 loc) · 851 Bytes

CHANGELOG

1.1.2 - delivery @06/06/2023

  • chore: update dev dependencies
  • docs: update

1.1.1 - delivery @07/10/2020

  • fix readme typo

1.1.0 - delivery @07/10/2020

  • 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

1.0.1 - delivery @22/09/2020

  • docs:
    • update project description
    • add missing github community files

1.0.0 - delivery @21/09/2020

  • first delivery