Releases: willdurand/Negotiation
Releases · willdurand/Negotiation
1.2.4
1.1.2
1.0.5
1.2.3 — Backport fix from 1.3.2
- Fixed: incorrect behavior related to priorities, related to IE8 Accept header (#24)
1.3.2 (2014-02-27)
- Fixed: incorrect behavior related to priorities, related to IE8 Accept header (#24)
- Fixed: PHPDoc + PHP 5.6 on travis-ci
1.2.2
1.1.1
1.3.1
1.0.4 — Bug Fix Release For ~1.0
- Fixed: undefined offset error (#23)
1.3.0
- Added: made priority matching return item from priorities in favor of headers from user agent, still backward compatible
- Added: tests to cover a condition in
LanguageNegotiator
- Added: introduce
FormatNegotiatorInterface
interface - Added: more tests
- Fixed:
getFormat()
for specific media types - Fixed: PHPDoc, documentation
The LanguageNegotiator
gets better with this new release!
Special thanks to @Abstrus.