Skip to content

version 7.8.0

Choose a tag to compare

@nyamsprod nyamsprod released this 16 Jan 09:26

Added

  • Added support for BackedEnum
  • Query::hasList
  • Query::getList
  • Query::withList
  • Query::appendList
  • Query::withoutList
  • Query::withoutLists
  • Query::onlyLists
  • Query::countDistinctKeys
  • Query::isNotEmpty
  • Query::map
  • Query::filter
  • Query::indexOfValue
  • Query::valueAt
  • Query::keyAt
  • Query::pair
  • URLSearchParams::countDistinctKeys
  • URLSearchParams::tap
  • Domain::isSubdomainOf
  • Domain::hasSubdomain
  • Domain::isSiblingOf
  • Domain::parentHos
  • Domain::commonAncestorWith
  • Added transform method to Immutable classes

Fixed

  • Query and Modifier methods can opt to switch to different query string extraction using the new $extractMode parameter.
  • Query and Modifier methods can opt to switch to different query string composition using the new $composeMode parameter.
  • Query and Modifier methods can opt to switch to different type coercion using the new $coercionMode parameter.

Deprecated

  • URLSearchParams::uniqueKeyCount use URLSearchParams::countDistinctKeys instead

Removed

  • None