Testing: Introduce Travis CI testing to ensure the reliability and stability of the mime types library. This enhancement helps maintain high-quality code and catch issues early in the development process.
Fixes
Fix inconsistent behavior in the Mime#define function by preventing it from mutating its typeMap arguments. This change ensures that the function behaves predictably, even when the same map is used multiple times.