Mime Types: Enjoy support for additional mime types, enhancing compatibility with various file formats as reported by magic number-based inspectors on MacOS and other Unix systems.
Mime Types: Now support Matroska Audio and Video mime types, allowing for better handling of these media formats.
Mime Types: The .webapp mime type is now supported, enabling Mozilla App manifest compatibility.
Mime Types: WebVTT files are served as text/vtt with UTF8-encoding, improving video subtitle support.
Mime Types: A new mime type for eventsource, text/event-stream, is added, enhancing real-time data streaming capabilities.
Improvements
Mime Class: A new Mime class constructor is introduced, streamlining the creation and management of mime types.
Fixes
Documentation: The link to the Requesting New Types wiki page is updated for easier access to information.
Others
Maintenance: The package.json file is updated to reflect the move to @broofa's account, ensuring proper package management.
Maintenance: Code cleanup is performed to make charsets.lookup specific to the default Mime instance, enhancing code quality.
Maintenance: The latest mime.types from Apache are updated, ensuring the most current mime type definitions are in use.