This repository has been archived by the owner on Nov 26, 2022. It is now read-only.
Releases: thephpleague/uri-parser
Releases · thephpleague/uri-parser
version 1.0.0
Added
League\Uri\Exception::createFromInvalidHostname
Fixed
League\Uri\Parser::isHost
method improved
Deprecated
- None
Removed
- Support for PHP5
- Benchmark test
version 0.3.0
Added
League\Uri\Exception
replacesLeague\Uri\ParserException
League\Uri\Parser::isHost
methodLeague\Uri\Exception::createFromInvalidScheme
replacesParserException::createFromInvalidState
usageLeague\Uri\Exception::createFromInvalidPath
replacesParserException::createFromInvalidState
usage
Fixed
- None
Deprecated
- None
Removed
League\Uri\ParserException
replaced byLeague\Uri\Exception
League\Uri\ParserException::createFromInvalidState
League\Uri\HostValidation
trait
version 0.2.0
Added
ParserException
class which extends SPLInvalidArgumentException
HostValidation
trait to ease Host validation without the parser
Fixed
- Improve Performance by removing all regular expressions see issue #2
Deprecated
- None
Removed
- None