Skip to content

version 7.0.0

Compare
Choose a tag to compare
@nyamsprod nyamsprod released this 10 Aug 14:46
· 58 commits to master since this release

Added

  • New method to UriComponentInterface::value
  • New method to UriComponentInterface::toString
  • New method to UserInfoInterface::withUser
  • New method to UserInfoInterface::withPass
  • New method to UriInterface::toString
  • New method to UriInterface::toComponents
  • League\Uri\IPv4 tools
  • League\Uri\Idna tools
  • League\Uri\UriString parser
  • League\Uri\QueryString parser

Fixed

  • None

Deprecated

  • None

Removed

  • Support for PHP7
  • Support for __set_state
  • UriComponentInterface::getContent is removed in favor of UriComponentInterface::value
  • UriComponentInterface::withContent is removed with no replacement use other means to change the value of the component.
  • UserInfoInterface::withUserInfo is removed in favor of UserInfoInterface::withUser and UserInfoInterface::withPass.
  • HostInfoInterface::labels is removed with no replacement use the IteratorAggregate::getIterator method instead.
  • SegmentedPathInterface::segments is removed with no replacement use the IteratorAggregate::getIterator method instead.
  • League\Uri\Idna\Idna use League\Uri\Idna\Converter instead
  • League\Uri\Idna\IdnaInfo use League\Uri\Idna\Result instead
  • League\Uri\Exception\IdnSupportMissing use League\Uri\Exception\MissingFeature instead

Full Changelog: 1.1.1...7.0.0