Skip to content

version 1.0.0 RC 1

Compare
Choose a tag to compare
@nyamsprod nyamsprod released this 09 Jan 10:47
· 1445 commits to master since this release

Added

  • ComponentInterface
  • EncodingInterface
  • HierarchicalPath::withDirname
  • HierarchicalPath::withBasename
  • HierarchicalPath::withoutSegments
  • HierarchicalPath::replaceSegment
  • Host::withRegisterableDomain
  • Host::withSubdomain
  • Host::withRootLabel
  • Host::withoutRootLabel
  • Host::withoutLabels
  • Host::replaceLabel
  • Query::getParams
  • Query::getParam
  • Query::append
  • Query::hasPair
  • Query::withoutPairs

Fixed

  • ComponentInterface::getContent supports RFC1738
  • The methods that accept integer offset supports negative offset
    • HierarchicalPath::getSegment
    • HierarchicalPath::replaceSegment
    • HierarchicalPath::withoutSegments
    • Host::getLabel
    • Host::replaceLabel
    • Host::withoutLabels
  • Query::merge only accepts string

Deprecated

  • None

Remove

  • PHP5 support
  • Implementing League\Uri\Interfaces\Component
  • Query::hasKey
  • Query::without
  • Query::filter
  • Host::hasKey
  • Host::without
  • Host::filter
  • Host::replace
  • HierarchicalPath::hasKey
  • HierarchicalPath::without
  • HierarchicalPath::filter
  • HierarchicalPath::replace
  • League\Uri\Components\PathInterface