Current section

Files

Jump to
mime CHANGELOG.md
Raw

CHANGELOG.md

# Changelog
## v2.0.1
* Add text extension to text/plain
## v2.0.0
Upgrade note: mime v2 no longer ships with a complete database of mime.types,
instead it lists the most common mime types used by web applications. When
upgrading, check carefully if all mime types used by your app are supported.
* Ship with our own minimal types database
## v1.6.0
* Deprecate MIME.valid?
* Ignore media type params
* Detect subtype suffix according to the spec
## v1.5.0
* Compare extensions in a case-insensitive way (see
[elixir-plug/mime#38](https://github.com/elixir-plug/mime/issues/38)).