Skip to content

Version 2.2.0

Latest
Compare
Choose a tag to compare
@Riimu Riimu released this 13 Dec 19:06
483d980
  • Add support for PHP 8.2
  • Fix passing nulls to string functions
  • Deprecated UriParser::MODE_IDNA2003
    • Added UriParser::MODE_IDNA, which should be used instead
    • Internally, the parser will now use UTS46 mode whenever it is available
  • Minor bundled autoloader improvements
  • Address minor code quality issues in tests
  • Update CI to use Github Actions