Skip to content

Implement UriInterface, Re-Implement Normalizer

Latest

Choose a tag to compare

@webignition webignition released this 10 Dec 16:59
· 1 commit to master since this release
298a05e

Overview

The 3.0 releases introduce significant changes and is in no way backwards-compatible
with 2.x:

  • PHP 7.2+ only
  • Url implements UriInterface
  • Remove NormalisedUrl, replace with Normalizer
  • Remove Query model

Upgrading from 2.x to 3.0

3.0 is by no means backwards-compatible with 2.x. Read the upgrade notes.