- adds the ability to convert lists and unions of fileformat types to mime-like strings - Removes the MissingDependency exception handling (dependencies should be referenced in *-extras packages) - Renames fileformats.text.Txt to fileformats.text.TextFile - Updates docs to remove references to extended dependencies
0.8.1
* Fixes up handling of mock * Moved numeric data types into separate package * Switched default file type to be binary
0.8.0
Scraped IANA official website to add classes for all mime-types (except vendor "vnd.*" ones)
0.7.2
* implements __subclasshook__ instead of issubtype() method * better handling of missing metadata reading extras
0.7.1
0.7.0
Removes dependencies on code in main fileformats package (even optional ones) by placing code in *-extras packages.