Releases: mikeckennedy/content-types
Releases · mikeckennedy/content-types
v0.3.0
Added
- 137 new file extensions across 17 categories, expanding format recognition capabilities
- Comprehensive support for data-science MIME types (e.g.,
application/vnd.pandas,application/x-ipynb+json) - Project now supports 360+ file formats
- Warp Project Summary / Index document for contributors and users
- Files:
content_types/__init__.py,WARP.md
Changed
- Implemented alphabetical sorting of output listings for better navigation
- Enhanced README to highlight 360+ supported file formats
- Improved docstrings throughout codebase for clarity
- Files:
content_types/__init__.py,README.md
Fixed
- Corrected CLI help text instructions for clearer usage guidance
- Adjusted code indentation for better visual consistency
- Files:
content_types/__init__.py
v0.2.3
- Changes .js back to text/javascript
- Adds a few new types
- Adds comparison to builtin mimetypes
v0.2.2
Added py.typed file to suppress mypy typing warnings. Thanks @sanders41 Available on PyPI now.
v0.2.1
Adds many more file extensions as known types.
v0.2.0
Initial public release.