TonyValenti / Mime-Detective-clarkis117

Mime type detector for files, byte arrays, and streams, .NET Standard Fork
MIT License
38 stars 9 forks source link

0.0.6-beta1 #15

Closed clarkis117 closed 6 years ago

clarkis117 commented 6 years ago

Mime-Detective 0.0.6-beta1 includes numerous changes and improvements.

Tries (prefix trees) and Analyzers This release now includes 3 different file header matching implementations:

Default header matching algorithm is now the DictionaryBasedTrie, constructed from MimeType.Types, and can be manipulated via the static MimeAnalzyer.PrimaryAnalzyer property. The Linear Algorithm now has the same behavior as tries. It will try to find the highest completely matching definition.

Resolves #12 Resolves #9 Resolves #11