Skip to content

version 1.5.0

Compare
Choose a tag to compare
@nyamsprod nyamsprod released this 01 Dec 11:50
· 1428 commits to master since this release
1b2e4ed

Added

  • Uri\QueryParser class to parse any string into key/pair value or extract PHP values
  • Uri\QueryBuilder class to build a valid query string from a collection of Key/pair values
  • Uri\pairs_to_params alias for QueryParser::convert

Fixed

  • URI Host parsing to respect RFC3986
  • improve internal code

Deprecated

  • Query::parse replaced by QueryParser::parse
  • Query::extract replaced by QueryParser::extract
  • Query::build replaced by QueryBuilder::build
  • Host::getRegisterableDomain replaced by Host::getRegistrableDomain
  • Host::withRegisterableDomain replaced by Host::withRegistrableDomain

Remove

  • internal traits QueryParserTrait, HostInfoTrait