Releases: thephpleague/uri-src
Releases · thephpleague/uri-src
7.4.1
version 7.4.0
What's Changed
- Adding BaseUri::unixPath and BaseUri::windowsPath by @nyamsprod in #125
- Adding Uri::fromData named constructor by @nyamsprod in #127
- Bugfix/query parameters constructors encoding values by @nyamsprod in #122
- Fix typo in exception message about invalid path parameters by @JoshuaBehrens in #128
- Add support for RFC8089 by @nyamsprod in #131
New Contributors
- @JoshuaBehrens made their first contribution in #128
Full Changelog: 7.3.0...7.4.0
version 7.3.0
What's Changed
- Adding a PHP implementation of URLSearchParams by @nyamsprod in #118
- Fix broken code that assumes array keys are strings by @GrahamCampbell in #120
- Fixed grammar errors by @GrahamCampbell in #121
New Contributors
- @GrahamCampbell made their first contribution in #120
Full Changelog:
7.2.1...7.3.0
version 7.2.1
Fix composer.json
Full Changelog: 7.2.0...7.2.1
version 7.2.0
- Introduce more Modifier methods
- Improve Converters
- Add
BaseUri::hasIdn
Full Changelog: 7.1.0...7.2.0
version 7.1.0
version 7.0.0
the new major release for all league uri related packages
Full Changelog: 7.0.0-beta.2...7.0.0
version 7.0.0-beta.2
Full Changelog: 7.0.0-beta.1...7.0.0-beta.2
version 7.0.0-beta.1
Allow integer on deprecated methods