Skip to content

Releases: Riimu/Kit-UrlParser

Version 2.2.0

13 Dec 19:06
483d980

Choose a tag to compare

  • 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

Version 2.1.0

30 Jun 16:53

Choose a tag to compare

  • Increase the minimum PHP version requirement to 5.6
  • Update to latest coding standards
  • Update tests to work with PHPUnit 6
  • Update travis build to test for PHP 7.1

Version 2.0.2

08 Nov 10:23

Choose a tag to compare

  • Address minor coding standards issues

Version 2.0.1

04 Oct 14:59

Choose a tag to compare

  • Fix forward slash normalization in some URIs in PHP7
  • Fix several methods accidentally accepting string arrays

Version 2.0.0

11 Sep 19:36

Choose a tag to compare

  • The UrlInfo has been renamed toUri
  • The UrlParser has been renamed to UriParser
  • Some methods and return values have changed to provide a more unified API
  • The Uri component now has methods for modifying the URI
  • The Uri component now conforms to the PSR-7 UriInterface
  • The Uri component can now take the URI as a constructor parameter
  • The parser now has optional parsing modes to allow UTF-8 and IDNs.

Version 1.1.0

12 Jan 20:21

Choose a tag to compare

  • Improvements in code quality and documentation
  • Added UrlInfo::getDefaultPort()
  • Added UrlInfo::getFileExtension()