Skip to content

Releases: rails/marcel

v1.0.4

01 Mar 16:57
Compare
Choose a tag to compare

What's Changed

  • Regression fix: binary declared type should fall back to filename extension type by @jeremy in #99

Full Changelog: v1.0.3...v1.0.4

v1.0.3

28 Feb 18:41
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.2...v1.0.3

v1.0.2

20 Sep 22:12
v1.0.2
Compare
Choose a tag to compare
  • Include Apache license in gem release. (a525d5b)
  • Prefer audio/x-wav for WAV audio files. (#45)
  • Prefer application/x-x509-ca-cert for Privacy-Enhanced Mail certificates. (#46)
  • Prefer audio/flac for FLAC audio files. (#47)
  • Prefer audio/aac for Advanced Audio Coding audio files. (#49)
  • Prefer application/vnd.ms-access for Microsodt Access DB files. (#50)
  • Support text/x-scss and text/x-sass stylesheets. (#52)
  • Support encrypted Microsoft Access DB files. (#53)
  • Prefer application/x-ole-storage for Microsoft Office files. (#54)
  • Prefer text/markdown for Markdown files. (#55)
  • Prefer audio/mpc for Musepack audio files. (#56)
  • Support audio/webm audio files. (#58)
  • Support image/avif images files. (#63)

v1.0.1

02 Apr 13:07
Compare
Choose a tag to compare
  • Fixes identifying OpenDocument files by magic. 1.0.0 imprecisely identified them as application/zip. (#38)
  • Fixes identifying .docx, .pptx, and .xlsx files exported from Google Sheets by magic. (#36)
  • Identifies vCard files as text/vcard rather than text/x-vcard. (27fac74)
  • Identifies .otf, .woff, and .woff2 files aș font/otf, font/woff, and font/woff2, respectively. (#37)

v1.0.0

26 Mar 14:51
Compare
Choose a tag to compare

The mimemagic dependency—which relies on GPL-licensed mime type data from freedesktop.org’s shared-mime-info project—is removed. Marcel now directly uses mime type data adapted from the Apache Tika project, distributed under the Apache License.

v0.3.3

15 Sep 03:06
Compare
Choose a tag to compare
  • Shush Ruby interpreter warnings (#6)
  • Exclude test files from published gem to shrink it from 7.5 MB to 7.5 KB (#11)

v0.3.2

26 Mar 21:20
Compare
Choose a tag to compare

Emit the vnd/ms-powerpoint content type for *.ppt files. (#3)

v0.3.1

12 Jan 21:48
Compare
Choose a tag to compare

Support Ruby 2.2 for Rails compatibility.