Releases: soluble-io/soluble-mediatools
Releases · soluble-io/soluble-mediatools
Version 2.2.0
Version 2.1.2
Version 2.1.1
Version 2.1.0
Added
- Support for symfony/process ^5.0
Dev
- [ci] added PHP 7.4 to travis
- [minor] phpdoc, phpstan ^0.12 generics annotations
Version 2.0.6
Bugs
- [minor] Psalm, default error code for ProcessException enforced to 1.
- [minor] Psalm, VideoStream unnecessary test for null duration.
Version 2.0.5
Bugs
VideoThumbParams
throwsInvalidParamException
instead of InvalidArgumentExceptionVideoConvertParams
throwsInvalidParamException
instead of InvalidArgumentException
Version 2.0.4
Bugs
- Fixed exception message for VideoInfo when file does not exists.
- Minor:
ProcessException
supports unknown exit error texts.
Version 2.0.3
Improved
- Cache key generation includes
__METHOD__
inVideoInfoReader
.
Version 2.0.2
Improved
- Stream collections now properly document 'NoStreamException'.
- Improved documentation for VideoInfoReader.
Version 2.0.1
Improved
- Fail earlier is input file is a directory for all services (not a regular file)
Added
ConfigProvider::getBaseDir()
to allow base class extend.