Skip to content

Releases: markwhitaker/MimeTypes.Java

3.1.1

Choose a tag to compare

@markwhitaker markwhitaker released this 18 Mar 21:15
f539d90

Added JPEG 2000 MIME types:

  • image/jp2
  • image/jpm
  • image/jpx
  • video/mj2

(Maintenance release)

3.1.0

Choose a tag to compare

@markwhitaker markwhitaker released this 18 Mar 21:14
f539d90

Added JPEG 2000 MIME types:

  • image/jp2
  • image/jpm
  • image/jpx
  • video/mj2

3.0.0

Choose a tag to compare

@markwhitaker markwhitaker released this 30 Dec 11:38
d711a8a

Added:

  • application/manifest+json
  • text/markdown

Removed deprecated constant MimeType.Video.THREE_GPP (replace usage with MimeType.Video.THREEGPP)

Added new common MIME types from MDN

Choose a tag to compare

@markwhitaker markwhitaker released this 05 Jan 12:01
77b57f2

What's Changed

Full Changelog: 2.0.2...2.1.0

Minor release

Choose a tag to compare

@markwhitaker markwhitaker released this 19 Sep 14:21
bc4aa4c

No new functionality, just testing new CI pipeline

Minor release

Choose a tag to compare

@markwhitaker markwhitaker released this 19 Sep 13:41
4dc9f56

No new functionality, just testing new CI pipeline

Correct case of constant values

Choose a tag to compare

@markwhitaker markwhitaker released this 06 Feb 16:01
dbca6a6

Breaking change: all constant values are now in the correct case (all caps, separated by underscores). For example, MimeType.Application.AtomXml becomes MimeType.Application.ATOM_XML.

Initial release

Choose a tag to compare

@markwhitaker markwhitaker released this 19 Mar 11:15
1.0.0

Add project files

Initial release

Initial release Pre-release
Pre-release

Choose a tag to compare

@markwhitaker markwhitaker released this 19 Mar 11:12
1.0.0-alpha.1

Add project files