• Synced the MIME types from the latest version of Ubuntu, so that .wasm files can be recognized (thanks, @wch, #22).
  • Removed the unused LazyData field in DESCRIPTION.
  • Add mimetype for OGC GeoPackage (.gpkg extension) (thanks, @eblondel, #14).
  • Added the MIME type for .jsonp files (thanks, @clabornd, #11).
  • Added more types for .Rnw, .Rproj, and .yml files (thanks, @beanumber, #9).
  • Updated the MIME types from Ubuntu 18.04.
  • the package license was changed from GPL-2 to GPL
  • 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)

  • added a few more content types
  • added a function parse_multipart() to parse multipart form data submitted via HTTP POST
  • guess_type() returned wrong values for filenames without extensions: it should have used the ‘empty’ argument.
  • 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.
  • The initial version of mime. The main function is mime::guess_type().