Releases: rize/UriTemplate
Releases · rize/UriTemplate
0.4.0
0.3.8
0.3.7
0.3.6
What's Changed
- Update PHP versions by @rezigned in #26
- Update .gitattributes by @VincentLanglet in #27
- Fix PHPUnit errors when using non-static data providers by @rezigned in #28
New Contributors
- @VincentLanglet made their first contribution in #27
Full Changelog: 0.3.5...0.3.6
0.3.5
Improve PHP 8.1 compatibility
- Fix
preg_split
,http_build_query
andstrlen
deprecation warnings.
Update PHPDoc tags
0.3.3 fix: ignore test directory when exporting (#17)
Allow trailing zero in extract while using strict mode
Merge pull request #10 from copynpaste/allow-trailing-zero allow trailing zero in extract while using strict mode
Improve `extract` method to parse two or more adjacent variables separated by dot
0.3.1 Add 0.3.1 changelogs