Skip to content

3.0.0-alpha1 (2017-03-04)

Pre-release
Pre-release
Compare
Choose a tag to compare
@willdurand willdurand released this 04 Mar 16:37
· 27 commits to master since this release
2c6b6bc

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 the Accept header is incorrect (default behavior is to silently ignore this case, cf. release 2.0.3).