Releases: FileEye/MimeMap
Releases · FileEye/MimeMap
2.2.2
What's Changed
- Fix PHPStan baselined errors by @mondrake in #91
- Introduce generics to describe
Map
classes by @mondrake in #92 - Remove Psalm static analysis by @mondrake in #95
- Restore full test coverage by @mondrake in #96
- Fail hard when update source is unreachable by @mondrake in #97
- Map update by @mondrake in #98
Full Changelog: 2.2.1...2.2.2
2.2.1
2.2.0
Minimum PHP version is now 8.1. Added library documentation generated via phpDocumentor.
What's Changed
- Bump PHP to 8.1 minimum by @mondrake in #80
- Update code to PHP 8 by @mondrake in #81
- Add code documentation with GitHub Pages and phpDocumentor by @mondrake in #82
- Adjust documentation by @mondrake in #83
- Fix BaseMap::$instance BC issue by @mondrake in #85
Full Changelog: 2.1.2...2.2.0
2.2.0-rc2
2.2.0-rc1
2.1.2
What’s Changed
- Map update
- fix: integer-like extensions are incorrectly converted to integers (#79) @devenjahnke
- MapUpdater methods may not return an array of error messages (#78) @mondrake