Recommend this page to a friend! |
Classes of Eric Sizemore | mimey PHP MIME Type Conversion | CHANGELOG.md | Download |
|
DownloadChangelogAll notable changes to this project will be documented in this file. The format is based on Keep a Changelog, and this project adheres to Semantic Versioning. [2.1.0] - 2024-04-29Tagging as non-patch release due to a change in the interfaces namespace. See UPGRADING. Added* New dev dependencies:
* Added issue templates and a pull request template.
* Added Changed * Updated dev dependencies.
* Fixed* Implemented fixes throughout based on Psalm. [2.0.0] - 2024-04-07Mostly a 'restructuring' release, to set the foundation going forward. See UPGRADING.md for upgrade instructions/overview. Added * Added a new interface for
Changed * Fixed * Fix Removed * Removed [1.2.0] - 2024-01-30Added* Added PHP-CS-Fixer to dev dependencies. * Added RectorPHP/Rector to dev dependencies. Changed* Fixes throughout per PHPCS (PER, PSR-2, PSR-12). * Changes throughout based on Rector fixes/suggestions. * Updated copyright/license docblocks to reduce their size, and reduce to only one. * Normalized composer.json and added .gitattributes. * Updated Mime Types. * Bumped minimum PHP version to 8.2. [1.1.1] - 2023-12-20Added* Added Scrutinizer to workflow Changed * Updating codebase based on PHPStan level 9, strict w/bleeding edge. A work in progress
* Updated docs throughout
* First pass and attempt at adhering to PSR-12, PSR-5, and PSR-19
* Updated tests to use the PHPUnit CoversClass and DataProvider attributes.
* Update composer.json and github workflows to allow PHP 8.4 into the mix.
* Updated unit tests to use [1.1.0] - 2023-11-27Changed* Updated composer.json to remove the restriction on PHP 8.3
* composer.lock updated data/mime.types and dist/ data updated with latest mime type data * Updated all calls to global PHP functions and classes, that aren't imported, with the \ prefix * Updated tests/src/MimeTypesTest.php to use ReflectionClass instead of ReflectionProperty to resolve a deprecation issue introduced in PHP 8.3 [1.0.0] - 2023-07-08Initial fork from elephox-dev/mimey Changed* Updated/changed project Namespace * Updated tests and workflows to use PHPUnit 10.2 * Updated workflows to use newer GitHub actions (cachev3, checkoutv3, EndBug/add-and-commit@v9) * Small updates here and there to code/documentation formatting/etc.
[unreleased]: https://github.com/ericsizemore/mimey/tree/develop [2.1.0]: https://github.com/ericsizemore/mimey/releases/tag/v2.1.0 [2.0.0]: https://github.com/ericsizemore/mimey/releases/tag/v2.0.0 [1.2.0]: https://github.com/ericsizemore/mimey/releases/tag/v1.2.0 [1.1.1]: https://github.com/ericsizemore/mimey/releases/tag/v1.1.1 [1.1.0]: https://github.com/ericsizemore/mimey/releases/tag/v1.1.0 [1.0.0]: https://github.com/ericsizemore/mimey/releases/tag/v1.0.0 |