1.1.0
Split out the priority normalization logic (fixes #11) - A new method is available in the FormatNegotiator
class:
/**
* Ensure that any formats are converted to mime types.
*
* @param array $priorities
* @return array
*/
public function normalizePriorities($priorities);