- Fix - Undefined offset notice for name and value in AbstractNegotiator by @gomboc in #14
- Updated license from BSD to MIT by @koriym in #17
- Enable PHP 7.2-8.1 compatibility by @koriym in #16
- Updated scrutinizer config by @harikt in #18
- Fixed bug when quality value was float, the array key was becoming zero. Now converted to string #10
- phpunit added to
require-dev
of composer. #12 - CHANGES.md file removed, added CHANGELOG.md.
- Fixed undefined offset notice when
$_SERVER['HTTP_ACCEPT']
value is*;q=..
and not*/*;q=..
format. See issue 8 for more details.
- This is a hygiene release to update the license year and remove a branch alias.
- This is a hygiene release to update the documentation and support files.
- This release modifies the testing structure and updates other support files.
- This is a hygiene release to update the documentation and support files.
- ADD: Make AbstractNegotiator::set() and add() public. Fixes #4.
- Allow wildcards as $available values for negotiation; on matching an available wildcard, the available wildcard is returned as the negotiated value.
- Initial 2.0 stable release.
- Initial 2.0 beta release (after extraction from Aura.Web).