Skip to content

Releases: thephpleague/uri-interfaces

version 2.1.0

08 Feb 12:14
Compare
Choose a tag to compare

Added

  • League\Uri\Exceptions\FileinfoSupportMissing based on the work of Nicolas Grekas

Fixed

  • Improved docblock.

Deprecated

  • None

Removed

  • None

version 2.0.1

17 Dec 14:00
Compare
Choose a tag to compare

Added

  • Nothing

Fixed

  • Remove useless docblock from League\Uri\Contract\IpHostInterface::withoutZoneIdentifier

Deprecated

  • None

Removed

  • None

version 2.0.0

17 Oct 07:26
Compare
Choose a tag to compare

Added

  • League\Uri\Contract\AuthorityInterface
  • League\Uri\Contract\DataPathInterface
  • League\Uri\Contract\DomainHostInterface
  • League\Uri\Contract\FragmentInterface
  • League\Uri\Contract\HostInterface
  • League\Uri\Contract\IpHostInterface
  • League\Uri\Contract\PathInterface
  • League\Uri\Contract\PortInterface
  • League\Uri\Contract\QueryInterface
  • League\Uri\Contract\SegmentedPathInterface
  • League\Uri\Contract\UriComponentInterface
  • League\Uri\Contract\UriException
  • League\Uri\Contract\UriInterface
  • League\Uri\Contract\UserInfoInterface
  • League\Uri\Exception\EncodingNotFound
  • League\Uri\Exception\IdnSupportMissing
  • League\Uri\Exception\SyntaxError

Fixed

  • None

Deprecated

  • None

Removed

  • League\Uri\Interfaces namespace
  • League\Uri\UriInterface
  • support for PHP7.0

version 1.1.1

05 Nov 14:01
Compare
Choose a tag to compare

Added

  • None

Fixed

  • Make League\Uri\Interfaces\Uri implements League\Uri\UriInterface

Deprecated

  • None

Removed

  • None

version 1.1.0

22 May 12:11
Compare
Choose a tag to compare

Added

  • League\Uri\UriInterface.

Fixed

  • None

Deprecated

  • League\Uri\Interfaces\Uri use League\Uri\UriInterface instead.

Removed

  • None

version 1.0.0

04 Jan 08:04
Compare
Choose a tag to compare

Added

  • None

Fixed

  • None

Deprecated

  • None

Removed

  • League\Uri\Interfaces\Component. The interface is moved to the League URI Components package.

version 0.4.0

09 Dec 07:34
Compare
Choose a tag to compare

Added

  • League\Uri\Interfaces\Path replaces League\Uri\Interfaces\PathComponent
  • League\Uri\Interfaces\Path::isEmpty

Fixed

  • None

Deprecated

  • None

Removed

  • League\Uri\Interfaces\CollectionComponent
  • League\Uri\Interfaces\PathComponent

version 0.3.0

01 Dec 20:13
Compare
Choose a tag to compare

Added

  • League\Uri\Interfaces\Component::NO_ENCODING to remove any specific encoding
  • League\Uri\Interfaces\Component::RFC3986_ENCODING to specify encoding according to RFC3986 rules
  • League\Uri\Interfaces\Component::RFC3987_ENCODING to specify encoding according to RFC3987 rules

Fixed

  • Update Component::getContent optional parameter default.

Deprecated

  • None

Removed

  • League\Uri\Interfaces\Component::RFC3986
  • League\Uri\Interfaces\Component::RFC3987

version 0.2.0

29 Nov 12:11
Compare
Choose a tag to compare

Added

  • League\Uri\Interfaces\Component::RFC3986 to specify encoding according to RFC3986 rules
  • League\Uri\Interfaces\Component::RFC3987 to specify encoding according to RFC3987 rules

Fixed

  • League\Uri\Interfaces\Component::getContent now takes an optional $enc_type parameter
    to specify the returned content encoding rules.
  • League\Uri\Interfaces\Uri docblocks simplified around Exception thrown

Deprecated

  • None

Removed

  • None

version 0.1.0

09 Nov 07:46
Compare
Choose a tag to compare

First release