Skip to content
This repository has been archived by the owner on Nov 26, 2022. It is now read-only.

Releases: thephpleague/uri-parser

version 1.0.0

04 Jan 08:15
Compare
Choose a tag to compare

Added

  • League\Uri\Exception::createFromInvalidHostname

Fixed

  • League\Uri\Parser::isHost method improved

Deprecated

  • None

Removed

  • Support for PHP5
  • Benchmark test

version 0.3.0

09 Dec 08:04
Compare
Choose a tag to compare

Added

  • League\Uri\Exception replaces League\Uri\ParserException
  • League\Uri\Parser::isHost method
  • League\Uri\Exception::createFromInvalidScheme replaces ParserException::createFromInvalidState usage
  • League\Uri\Exception::createFromInvalidPath replaces ParserException::createFromInvalidState usage

Fixed

  • None

Deprecated

  • None

Removed

  • League\Uri\ParserException replaced by League\Uri\Exception
  • League\Uri\ParserException::createFromInvalidState
  • League\Uri\HostValidation trait

version 0.2.0

02 Nov 22:10
Compare
Choose a tag to compare

Added

  • ParserException class which extends SPL InvalidArgumentException
  • HostValidation trait to ease Host validation without the parser

Fixed

  • Improve Performance by removing all regular expressions see issue #2

Deprecated

  • None

Removed

  • None

version 0.1.0

17 Oct 14:47
Compare
Choose a tag to compare

Added

  • None

Fixed

  • Decouple from League\Uri
  • Improve RFC 3986 compliance

Deprecated

  • None

Removed

  • None