Skip to content

version 7.7.0

Latest

Choose a tag to compare

@nyamsprod nyamsprod released this 08 Dec 15:24
· 16 commits to master since this release

Added

  • HostRecord class to normalize parsing and caching Host resolution
  • HostType Host type enumeration list as defined by RFC3986
  • HostFormat Host format enumaration list as defined by RFC3986/RFC3987

Fixed

  • UriString::buildAuthority should fail if an optional component is present when the host is missing.
  • UriString::build should fail if an optional component is present when the host is missing.

Deprecated

  • UriString::isValidHost use HostRecord::isValid method instead

Removed

  • None