Skip to content

1.1.0

Compare
Choose a tag to compare
@willdurand willdurand released this 09 Dec 08:37
· 172 commits to master since this release

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);