Add mimetype for OGC GeoPackage (.gpkg extension) (thanks, @eblondel, #14).
CHANGES IN mime VERSION 0.92020-02-04
Added the MIME type for .jsonp files (thanks, @clabornd, #11).
CHANGES IN mime VERSION 0.82019-12-19
Added the MIME type for .scss files (thanks, @cpsievert, #10).
CHANGES IN mime VERSION 0.72019-06-11
Added more types for .Rnw, .Rproj, and .yml files (thanks, @beanumber, #9).
CHANGES IN mime VERSION 0.62018-10-05
Updated the MIME types from Ubuntu 18.04.
CHANGES IN mime VERSION 0.52016-07-07
the package license was changed from GPL-2 to GPL
CHANGES IN mime VERSION 0.42015-09-03
added a new content type: .geojson -> application/vnd.geo+json (thanks, @dmpe, #3)
guess_type() may fail on Windows when the file paths are too long (#2)
CHANGES IN mime VERSION 0.32015-03-29
added a few more content types
CHANGES IN mime VERSION 0.22014-09-26
added a function parse_multipart() to parse multipart form data submitted via HTTP POST
CHANGES IN mime VERSION 0.1.22014-07-25
guess_type() returned wrong values for filenames without extensions: it should have used the ‘empty’ argument.
CHANGES IN mime VERSION 0.1.12014-05-12
mime::guess_type() may not work when mime is loaded but not attached, because R does not load the mimemap data in this case. Now mimemap is exported in the package namespace.
CHANGES IN mime VERSION 0.12014-04-30
The initial version of mime. The main function is mime::guess_type().