Skip to content

Releases: mikeckennedy/content-types

v0.3.0

01 Oct 23:01

Choose a tag to compare

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

01 Feb 15:44

Choose a tag to compare

  • Changes .js back to text/javascript
  • Adds a few new types
  • Adds comparison to builtin mimetypes

v0.2.2

31 Jan 22:34

Choose a tag to compare

Added py.typed file to suppress mypy typing warnings. Thanks @sanders41 Available on PyPI now.

v0.2.1

31 Jan 21:19

Choose a tag to compare

Adds many more file extensions as known types.

v0.2.0

31 Jan 20:42

Choose a tag to compare

Initial public release.