Skip to content

Releases: willdurand/Negotiation

1.2.4

16 May 12:40
Compare
Choose a tag to compare
  • Fixed: check quality > 0.0 in FormatNegotiator::getBestFormat() (#29)

1.1.2

16 May 12:39
Compare
Choose a tag to compare
  • Fixed: check quality > 0.0 in FormatNegotiator::getBestFormat() (#29)

1.0.5

16 May 12:39
Compare
Choose a tag to compare
  • Fixed: check quality > 0.0 in FormatNegotiator::getBestFormat() (#29)

1.2.3 — Backport fix from 1.3.2

28 Feb 14:43
Compare
Choose a tag to compare
  • Fixed: incorrect behavior related to priorities, related to IE8 Accept header (#24)

1.3.2 (2014-02-27)

27 Feb 10:23
Compare
Choose a tag to compare
  • Fixed: incorrect behavior related to priorities, related to IE8 Accept header (#24)
  • Fixed: PHPDoc + PHP 5.6 on travis-ci

1.2.2

11 Feb 15:53
Compare
Choose a tag to compare
  • Fixed: undefined offset error (#23)

1.1.1

11 Feb 15:53
Compare
Choose a tag to compare
  • Fixed: undefined offset error (#23)

1.3.1

11 Feb 15:53
Compare
Choose a tag to compare
  • Fixed: undefined offset error (#23)

1.0.4 — Bug Fix Release For ~1.0

06 Feb 23:17
Compare
Choose a tag to compare
  • Fixed: undefined offset error (#23)

1.3.0

20 Jan 11:08
Compare
Choose a tag to compare
  • 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.