Skip to content
This repository has been archived by the owner on Mar 28, 2021. It is now read-only.

version 1.0.0

Compare
Choose a tag to compare
@nyamsprod nyamsprod released this 17 Jan 14:10
· 15 commits to master since this release

Added

  • League\Uri\Modifier\UriMiddlewareInterface
  • League\Uri\Modifier\Exception
  • League\Uri\Modifier\CallableAdapter
  • League\Uri\Modifier\Basename uri middleware to update the URI dirname path
  • League\Uri\Modifier\Dirname uri middleware to update the URI basename path
  • League\Uri\Modifier\AddRootLabel uri middleware to update the URI dirname path
  • League\Uri\Modifier\RemoveRootLabel uri middleware to update the URI basename path
  • League\Uri\Modifier\AddBasePath uri middleware to add a base path to your URI
  • League\Uri\Modifier\RemoveBasePath uri middleware to remove a base path from your URI
  • League\Uri\Modifier\Subdomain uri middleware to update the URI host subdomains
  • League\Uri\Modifier\RegisterableDomain uri middleware to update the URI host registerable domains part
  • League\Uri\Modifier\AppendQuery uri middleware to append data to the URI query component

Fixed

  • bug fix League\Uri\Modifier\Formatter for issue #91

Deprecated

  • None

Removed

  • PHP5 support