Skip to content

Releases: chaqmoq/mime

1.2.0

20 May 12:02
cab4194
Compare
Choose a tag to compare

What's Changed

  • Add guessing image/heic MIME type from bytes by @elyahk in #2

New Contributors

  • @elyahk made their first contribution in #2

Full Changelog: 1.1.2...1.2.0

1.1.2

23 Apr 17:38
cd34110
Compare
Choose a tag to compare
  • Update workflow configuration
  • Update README badges

1.1.1

04 Jun 07:13
Compare
Choose a tag to compare
  • Optimize storing MIME types and their extensions

1.1.0

04 Feb 19:50
Compare
Choose a tag to compare
  • Add MIME types
  • Update the default extension for some MIME types

1.0.0

26 Jan 15:18
Compare
Choose a tag to compare

The first stable release of the MIME component

  • Initialize a new instance with a type, subtype, and file extension as a hint since MIME types can have multiple file extensions.
  • Guess a MIME type from bytes
  • Guess a MIME type from data