Releases: willdurand/Negotiation
Releases · willdurand/Negotiation
1.2.1
- Fixed: return
null
if the Accept-header doesn’t match one of the supported mime-types
1.2.0
- Added:
AcceptHeader::isMediaRange()
method
1.1.0
1.0.3
- Extract
getMimeTypes()
method inFormatNegotiator
- Cosmetic changes
- No parameters for
LanguageNegotiator
- Don't change case for parameters values
- Parse parameters from the Accept header, and make them available into the
AcceptHeader
class
Important: in a perfect world, this should have been 1.1.0
, not 1.0.3
but I made a mistake. Sorry...
1.0.2
- Updated: documentation
- Added: LanguageNegotiator
- Refactored: Negotiator & FormatNegotiator
- Fixed: rename test, add missing attributes
1.0.1
- Fixed: LWS issue
1.0.0
First stable release.