Skip to content

v2.3.0

Choose a tag to compare

@ElGigi ElGigi released this 07 Apr 14:06
· 19 commits to 2.x since this release

Added

  • New method Uri::withAddedQuery() to add query to the existent
  • New method Uri::withoutQuery() to remove query string name to the existent
  • New method Uri::getQueryValue() to get query value

Changed

  • Uri now implement Stringable and JsonSerializable interfaces
  • Uri::create() accept UriInterface parameter to convert into Uri
  • Stream and message classes now implement Stringable interface