Skip to content
This repository has been archived by the owner on Nov 23, 2017. It is now read-only.

Latest commit

 

History

History
109 lines (71 loc) · 1.8 KB

CHANGELOG.md

File metadata and controls

109 lines (71 loc) · 1.8 KB

#Changelog

All Notable changes to League\Url will be documented in this file

3.3.0 - 2015-03-20

Added

  • adding the toArray method to League\Url\AbstractUrl to output the URL like PHP native parse_url issue #56

Fixed

  • League\Url\Components\Query bug fix remove parameter only if the value equals null issue #58

3.2.1 - 2014-11-27

Added

  • Nothing

Deprecated

  • Nothing

Fixed

  • League\Url\AbstractUrl\createFromServer bug fix handling of $_SERVER['HTTP_HOST']

Remove

  • Nothing

Security

  • Nothing

3.2.0 - 2014-11-12

Added

  • adding the following methods to League\Url\AbstractUrl
    • getUserInfo
    • getAuthority
    • sameValueAs

Deprecated

  • Nothing

Fixed

  • League\Url\Components\Fragment::__toString encoding symbols according to RFC3986

Remove

  • Nothing

Security

  • Nothing

3.1.1 - 2014-09-02

Added

  • Nothing

Deprecated

  • Nothing

Fixed

  • parse_str does not preserve key params

Remove

  • Nothing

Security

  • Nothing

3.1.0 - 2014-07-10

Added

  • Adding IDN support using True\Punycode package
  • The library now requires the mbstring extension to work.

The following methods were added:

  • League\Url\Components\Host::toAscii
  • League\Url\Components\Host::toUnicode as an alias of League\Url\Components\Host::__toString

Deprecated

  • Nothing

Fixed

  • invalid URI parsing

Remove

  • Nothing

Security

  • Nothing

3.0.1 - 2014-06-31

Added

  • Nothing

Deprecated

  • Nothing

Fixed

  • invalid URI parsing

Remove

  • Nothing

Security

  • Nothing

3.0 - 2014-06-25

New Release, complete rewrite from Bakame\Url