Skip to content

Tags: goodapiyes/mimetype

Tags

v1.4.0

Toggle v1.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request gabriel-vasile#188 from gabriel-vasile/utf-control…

…-chars

Exclude weird control characters from valid utf8 text/plain

v1.3.1

Toggle v1.3.1's commit message
Check for EOF in DetectReader; for gabriel-vasile#162

Before v1.2.0, DetectReader returned text/plain for empty inputs.
After v1.2.0, it started returning EOF error.
This commit changes DetectReader behavior to how it was before v1.2.0

v1.3.0

Toggle v1.3.0's commit message
Make readme shorter

v1.2.0

Toggle v1.2.0's commit message
Enable race detector in tests

v1.1.2

Toggle v1.1.2's commit message
Docs improvements

v1.1.1

Toggle v1.1.1's commit message
Refactor mso xml detection for trailing signatures

Zip archives do not care about the order of the files inside them. This
makes the signature files of Ms office formats to be in the trailing
part of the archive and not get picked up by the detection alg. This
commit improves detection by giving up search for general MS office
signature search in favor of searching for more precise entries.
Related issue: gabriel-vasile#81

v1.1.0

Toggle v1.1.0's commit message
Add docs for EqualsAny

v1.0.5

Toggle v1.0.5's commit message
Improve zip sub formats detection

Add Performance section in README

v1.0.4

Toggle v1.0.4's commit message
Use Is method in tests instead of string comparƣson

v1.0.3

Toggle v1.0.3's commit message
Behave as http.DetectContentType and return text/plain for empty input