Negotiation v3.0.0-alpha1 Release Notes

Release Date: 2017-03-04 // about 7 years ago
  • ๐Ÿš€ 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).