[go: up one dir, main page]

Skip to content

Tags: crwlrsoft/url

Tags

v2.1.2

Toggle v2.1.2's commit message
Fix dependencies

v2.1.1

Toggle v2.1.1's commit message
Fix issue with absolute URLs containing non ASCII characters

v2.1.0

Toggle v2.1.0's commit message
A few workflow improvements

v2.0.5

Toggle v2.0.5's commit message
Fix issue with resolving relative URLs

Resolving `../..` against a base URL like `/foo/bar/` resulted in the
Resolver returning `//` as the path, which is wrong and leads to an
error. Fixed it.
Also updated the public suffixes and schemes lists and fixed a thing for
the latest version of PHP CS Fixer.

v2.0.4

Toggle v2.0.4's commit message
Support psr/http-message 2.0

v2.0.3

Toggle v2.0.3's commit message
Update list of schemes

v2.0.2

Toggle v2.0.2's commit message
Update schemes, suffixes and default ports

And year in LICENSE file.

v2.0.1

Toggle v2.0.1's commit message
Fix getting subdomain of URLs without subdomain

When a URL doesn't contain a subdomain part, the `subdomain()` method
returns `null`. This previously returned the whole domain (/host) which
was wrong/unwanted behaviour.

v2.0.0

Toggle v2.0.0's commit message
Remove docs and link to crwlr.software

As the docs for all versions of the package are also on crwlr.software
already for a while now, just link to there as it's also done in the
other packages.

v1.2.0

Toggle v1.2.0's commit message
Finalize changelog for v1.2.0