Releases: 68publishers/file-storage
Releases · 68publishers/file-storage
v1.4.1
04 Mar 16:08
Compare
Sorry, something went wrong.
No results found
Changed
updated HTTP headers when a resource is created using URL
v1.4.0
20 Feb 02:47
Compare
Sorry, something went wrong.
No results found
Added
Added argument $absolute = true to LinkGeneratorInterface and FileInfoInterface
v1.3.0
29 May 12:29
Compare
Sorry, something went wrong.
No results found
Added
Added compatibility with PHP 8.4
v1.2.0
13 May 23:06
Compare
Sorry, something went wrong.
No results found
Added
Added method ResourceFactoryInterface::createResourceFromPsrStream() - support for PSR-7 streams
Added stream context option follow_location: true when resource is created from an url
Added tests
v1.1.3
06 Aug 02:41
Compare
Sorry, something went wrong.
No results found
Added
Added support for psr/log:^2.0 and psr/log:^3.0.
v1.1.2
20 Mar 01:45
Compare
Sorry, something went wrong.
No results found
Fixed
Fixed Content-Type header parsing in ResourceFactory::getResourceFromUrl().
v1.1.1
12 Mar 04:30
Compare
Sorry, something went wrong.
No results found
Added
added method FileInfoInterface::toArray() (same output as FileInfoInterface::jsonSerialize())
v1.1.0
12 Mar 03:15
Compare
Sorry, something went wrong.
No results found
Added
added resource class StreamResource
added methods ResourceInterface::getMimeType() and ResourceInterface::getFilesize()
Changed
renamed method ResourceFactoryInterface::createResourceFromLocalFile() to ResourceFactoryInterface::createResourceFromFile()
ResourceFactory can now create a resource from a URL
changed PHP-Cs-Fixer configuration
Removed
removed resource class SimpleResource
Fixed
v1.0.0
29 Dec 15:01
Compare
Sorry, something went wrong.
No results found
Version 1.0.0 🎉
Support
added support for PHP ^8.1 (PHP 7 not supported)
added support for Latte ^3.0 (Latte 2 not supported)
updated version of Symfony dependencies to ^5.4 || ^6.0
Changes
interfaces (and their implementors) PathInfoInterface and FileInfoInterface 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)
v0.2.0
26 Dec 00:51
Compare
Sorry, something went wrong.
No results found
Changes
added support for PHP 8.1 only
refactored the code with PHP 8.1 features
improved config style
added PHPStan
added Dockerfile and docker-compose.yml with PHP 8.1
added Makefile
added GitHub Actions
updated README