mime_type 0.3.2 mime_type: ^0.3.2 copied to clipboard
MIME type library for Dart HTTP server applications.
Changelog #
0.3.2 #
- Hashmap speedup and updated types.
0.3.1 #
- Check null or empty filename to avoid crash.
0.3.0 #
- Added
extensionFromMime
function to get an extension given a mime type.
0.2.7 #
- Support for High Efficiency Video Coding
0.2.6 #
- Support for High Efficiency Image File Format
0.2.5 #
- avoid to give false result for JPG files
0.2.4 #
- prepare for Uint8List SDK breaking change
0.2.3 #
- forward compatible change in test/apache-types_includer.dart for upcoming SDK change
0.2.2 #
- add dart environment information
0.2.1 #
- Type woff2 added.
0.2.0 #
- Included Apache-types.
- Changed MIME type for extension 'dart' from 'application/dart' to 'application/vnd.dart'.
0.1.1 to 0.1.7 #
- Several types added.
0.1.0 #
- First publishing.