File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
77## v2.0.0 - Unreleased
88
99### Changed
10- - Invalid URI template syntax now throws ` InvalidArgumentException ` instead of being partially expanded or returned unchanged
10+ - Invalid URI template syntax now throws ` InvalidArgumentException ` instead of being partially expanded
1111- Literal template text is now validated, and valid non-ASCII literals are pct-encoded during expansion
1212- URI template variable names and modifiers are now validated according to RFC 6570
1313- Prefix modifiers are now rejected for list and map values
@@ -16,7 +16,7 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
1616- ` UriTemplate ` is now non-instantiable; use ` UriTemplate::expand() ` statically
1717
1818### Fixed
19- - Fixed invalid template expressions being accepted as parameter names in query and path-style parameter expansions
19+ - Fixed invalid template expressions being accepted as parameter names in query and path-style expansions
2020- Fixed prefix modifiers counting bytes instead of Unicode code points and pct-encoded triplets
2121- Fixed unsupported variable shapes producing PHP warnings, conversion errors, or lossy ` Array ` output
2222
You can’t perform that action at this time.
0 commit comments