Releases: jeremykendall/php-domain-parser
Releases · jeremykendall/php-domain-parser
1.4.2
- Deprecates
Parser::mbParseUrl
, a UTF-8 compatible version of PHP'sparse_url
- Adds global function
mb_parse_url
, a UTF-8 compatible version of PHP'sparse_url
1.4.1
Adds IDNA documentation to README
1.4.0
Adds IDNA support.
1.3.1
- Updates public suffix list URL.
See: 1.3.0...1bff611
1.3.0
1.2.1
Documentation and copyright/license year updates
1.2.0
- 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
- Run
- Removes unused dev dependencies
- Updates public suffix list.
1.1.0
1.0.0
- Now properly parses schemeless URLs (RFC 3986 "network-path reference")
- Adds Url::getSchemeless()
- Updates PSL to latest version of list
0.0.8
- Updates public suffix list to latest available version
- Updates test data based on updates to test data provided by Mozilla.