Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: markwhitaker/MimeTypes.Java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.0.2
Choose a base ref
...
head repository: markwhitaker/MimeTypes.Java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.1.0
Choose a head ref
  • 4 commits
  • 8 files changed
  • 1 contributor

Commits on Sep 19, 2022

  1. Use git describe --tags in getVersionFromGit() (#11)

    Mark Whitaker authored Sep 19, 2022
    Configuration menu
    Copy the full SHA
    ba4b7a8 View commit details
    Browse the repository at this point in the history
  2. Don't deploy to GitHub Packages (#12)

    Mark Whitaker authored Sep 19, 2022
    Configuration menu
    Copy the full SHA
    680d469 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2023

  1. Remove GitHub Packages support from build.gradle (#13)

    Mark Whitaker authored Jan 5, 2023
    Configuration menu
    Copy the full SHA
    1a45b96 View commit details
    Browse the repository at this point in the history
  2. Add common MIME types from MDN (#14)

    * Add application/* types
    
    * Add audio/* types
    
    * Add image/* types
    
    * Add text/* types
    
    * Add video/* types
    Mark Whitaker authored Jan 5, 2023
    Configuration menu
    Copy the full SHA
    77b57f2 View commit details
    Browse the repository at this point in the history
Loading