Version 0.3.0 (2025-03-07)
==========================

New Features:
- Add an 'extract' static method to properly extract a MIME from one or more
  HTTP header fields
- Add a 'negotiate' static method for performing HTTP content type negotiation

Version 0.2.1 (2021-03-06)
==========================

Changes:
- Support PHP 8

Version 0.2.0 (2020-04-19)
==========================

New features:
- Expose a MIME type's groups via is* (e.g. isAudioVideo) boolean properties

Version 0.1.1 (2020-04-17)
==========================

Bug fixes:
- Allow subclasses to access constructor and concrete properties

Version 0.1.0 (2020-04-16)
==========================

Features:
- Parsing of MIME types
