Skip to content

Releases: sabre-io/uri

Release 2.2.0 (#50)

31 Jan 18:54
059d110
Compare
Choose a tag to compare

2.2.0 (2020-01-31)

2.1.3

10 Sep 08:20
Compare
Choose a tag to compare
  • #43: allows the path to be 0

2.1.2

25 Jun 05:35
c260a55
Compare
Choose a tag to compare
  • #39: Some PHPDoc improvements.
  • PHPStan support.
  • Adopted the symfony php-cs-fixer standard.
  • Now testing against PHP 7.2 and 7.3.

2.1.1

25 Jun 05:36
Compare
Choose a tag to compare
  • #15: Don't throw an error when resolving a URI which path component is
    empty.
  • #16: Correctly parse urls that are only a fragment #.

1.2.1

25 Jun 05:37
Compare
Choose a tag to compare
  • #16: Correctly parse urls that are only a fragment #.

2.1.0

07 Dec 01:55
Compare
Choose a tag to compare
  • Now throwing InvalidUriException if a uri passed to the parse function
    is invalid or could not be parsed.
  • #11: Fix support for URIs that start with a triple slash. PHP's parse_uri()
    doesn't support them, so we now have a pure-php fallback in case it fails.
  • #9: Fix support for relative URI's that have a non-uri encoded colon : in
    them.

1.2.0

07 Dec 01:55
Compare
Choose a tag to compare
  • Now throwing InvalidUriException if a uri passed to the parse function
    is invalid or could not be parsed.
  • #11: Fix support for URIs that start with a triple slash. PHP's parse_uri()
    doesn't support them, so we now have a pure-php fallback in case it fails.
  • #9: Fix support for relative URI's that have a non-uri encoded colon : in
    them.

2.0.1

07 Dec 01:54
Compare
Choose a tag to compare
  • #10: Correctly support file:// URIs in the build() method. (@yuloh)

1.1.1

07 Dec 01:54
Compare
Choose a tag to compare
  • #10: Correctly support file:// URIs in the build() method. (@yuloh)

2.0.0

07 Oct 03:27
Compare
Choose a tag to compare
  • Requires PHP 7.
  • Added type-hints where relevant.