All Versions
27
Latest Version
Avg Release Cycle
24 days
Latest Release
1455 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v1.1.2 Changes
November 16, 2020โ Add support for:
- Adobe FDF
- Adobe XFDF
- P7S
- M3U
- CPIO
- TZIF
- Outlook MSG
- GIMP XCF
- GIMP PAT
- GIMP GBR
-
v1.1.1 Changes
June 18, 2020โ Add support for torrent and rmvb files.
Ease docx, xlsx and pptx detection for trailing signatures. -
v1.1.0
April 22, 2020 -
v1.0.5
April 03, 2020 -
v1.0.4
March 17, 2020 -
v1.0.3
March 04, 2020 -
v1.0.2 Changes
January 14, 2020โ Add check for input slice capacity in msoXML detection and extend the msoXML check from first 4 local headers to 6.
-
v1.0.1 Changes
December 23, 2019โ Add support for:
- application/vnd.ms-cab-compressed
- text/plain; charset=utf-16le
- text/plain; charset=utf-16be
-
v1.0.0 Changes
December 11, 2019In v1.x the detect functions no longer return the MIME type and extension as strings. Instead they return a MIME struct. To get the string value of the MIME and the extension, call the String() and the Extension() methods.
๐ฆ In order to play better with the stdlib mime package, v1.x file extensions include the leading dot, as in ".html".
In v1.x the text/plain MIME type is text/plain; charset=utf-8.
-
v0.3.23
November 29, 2019