Releases: markwhitaker/MimeTypes.Java
Releases · markwhitaker/MimeTypes.Java
Added new common MIME types from MDN
What's Changed
- Use git describe --tags in getVersionFromGit() by @markwhitaker in #11
- Don't deploy to GitHub Packages by @markwhitaker in #12
- Remove GitHub Packages support from build.gradle by @markwhitaker in #13
- Add common MIME types from MDN by @markwhitaker in #14
Full Changelog: 2.0.2...2.1.0
Minor release
No new functionality, just testing new CI pipeline
Minor release
No new functionality, just testing new CI pipeline
Correct case of constant values
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
1.0.0 Add project files
Initial release
1.0.0-alpha.1 Add project files