Changelog History
Page 1
-
v3.0.0 Changes
November 26, 2020๐ฑ ๐ Hi! It's been a long time.
This new major version is very similar to the
2.x
version. In fact, the only main benefit is to support PHP 8, which required some changes that might be considered backward incompatible (see #106).Upgrade should be safe and it's recommended. This library has been very stable over the years so we didn't change a lot of things between the versions 2 and 3. Have fun!
-
v3.0.0-alpha3 Changes
May 14, 2017 -
v3.0.0-alpha2 Changes
May 04, 2017- โ Added: handle wildcard "+" segments (cf. #92)
-
v3.0.0-alpha1 Changes
March 04, 2017๐ This is the very first
alpha
release of the next major version of this library. This version works almost like the current major version (v2) but fixes a sort of regression for some users that could not be merged into the v2 (cf. version 2.2.1).๐ฑ ๐ฌ Everyone is encouraged to migrate to the v3.
- โ Added: Implement
getOrderedElements()
(cf. #90) - โ Added: a third optional (boolean) parameter is now available in the
getBest($header, array $priorities, $strict = false)
method. This parameter allows to throw exceptions if theAccept
header is incorrect (default behavior is to silently ignore this case, cf. release 2.0.3).
- โ Added: Implement
-
v2.3.1 Changes
May 14, 2017 -
v2.3.0 Changes
May 04, 2017- โ Added: handle wildcard "+" segments (cf. #92)
-
v2.2.1 Changes
October 14, 2016๐ I revert the code introduced in version 2.2.0 about 2 hours after having released it because the code changed the public API, and therefore introduced a BC break. This version fixes the issue and I am going to publish a new major version for the code previously introduced in 2.2.0.
Please use this version and not 2.2.0
-
v2.2.0 Changes
October 14, 2016๐ โ ๏ธ PLEASE DO NOT USE THIS VERSION, USE 2.2.1 INSTEAD. SORRY ๐
โ Added: a third optional (boolean) parameter is now available in the
getBest($header, array $priorities, $strict = false)
method. This parameter allows to throw exceptions if theAccept
header is incorrect (default behavior is to silently ignore this case, cf. release 2.0.3).๐ โ ๏ธ PLEASE DO NOT USE THIS VERSION, USE 2.2.1 INSTEAD. SORRY ๐
-
v2.1.0 Changes
September 21, 2016- โ Added: support for quality-of-source factor (cf. #77)
-
v2.0.3 Changes
August 30, 2016