Releases: jeremykendall/php-domain-parser
Releases · jeremykendall/php-domain-parser
1.4.3
21 Jul 17:22
Compare
Sorry, something went wrong.
No results found
1.4.2
21 Jul 15:34
Compare
Sorry, something went wrong.
No results found
Deprecates Parser::mbParseUrl, a UTF-8 compatible version of PHP's parse_url
Adds global function mb_parse_url, a UTF-8 compatible version of PHP's parse_url
1.4.1
21 Jul 13:57
Compare
Sorry, something went wrong.
No results found
Adds IDNA documentation to README
1.4.0
21 Jul 04:04
Compare
Sorry, something went wrong.
No results found
1.3.1
10 Jun 15:15
Compare
Sorry, something went wrong.
No results found
1.3.0
15 May 03:21
Compare
Sorry, something went wrong.
No results found
Adds the ability to properly parse single label domains (e.g., localhost, foo, etc.) (fixes #22 )
Fixes bad bin command name. ./bin/parse will now install itself in ./vendor/bin when php-domain-parser is added as a project dependency.
1.2.1
02 Feb 17:10
Compare
Sorry, something went wrong.
No results found
Documentation and copyright/license year updates
1.2.0
02 Feb 15:47
Compare
Sorry, something went wrong.
No results found
Adds new example file, bin/parser
Run ./vendor/bin/parser from the cli and see an example of how a url will be parsed
Add a url as the only argument to parser and see how the provided url will be parsed
Removes unused dev dependencies
Updates public suffix list.
1.1.0
24 Dec 03:59
Compare
Sorry, something went wrong.
No results found
Adds FTP/FTPS support (resolves #18 )
Adds a toArray() method to both \Pdp\Uri\Url and \Pdp\Uri\Url\Host
\Pdp\Parser::parseUrl now throws an \InvalidArgumentException for seriously malformed URLs
1.0.0
23 Dec 20:44
Compare
Sorry, something went wrong.
No results found