Releases: 68publishers/file-storage
Releases · 68publishers/file-storage
v1.1.3
v1.1.2
v1.1.1
v1.1.0
Added
- added resource class
StreamResource
- added methods
ResourceInterface::getMimeType()
andResourceInterface::getFilesize()
Changed
- renamed method
ResourceFactoryInterface::createResourceFromLocalFile()
toResourceFactoryInterface::createResourceFromFile()
- ResourceFactory can now create a resource from a URL
- changed PHP-Cs-Fixer configuration
Removed
- removed resource class
SimpleResource
Fixed
- fixed unit tests
v1.0.0
Version 1.0.0 🎉
Support
- added support for PHP
^8.1
(PHP7
not supported) - added support for Latte
^3.0
(Latte2
not supported) - updated version of Symfony dependencies to ^5.4 || ^6.0
Changes
- interfaces (and their implementors)
PathInfoInterface
andFileInfoInterface
are now immutable - added strict types for all properties and
- added return types for all methods
- improved coding style
- updated README
Development
- added Dockerfile and docker-compose.yml with containers for all supported PHP versions
- added full coverage tests
- added Makefile
- added GitHub actions
- added PHPStan (level 9)