Releases: maximgubar/LiipImagineBundle
Releases · maximgubar/LiipImagineBundle
2.2.2
Change Log
Unreleased
- added bypassing of loaders and resolvers configuration #1110 (maximgubar)
- php-cs-fixer: skip native constants check #1107 (maximgubar)
- added ability to inject custom drivers #1105 (maximgubar)
- [Filters] [Config] [DI] Add Filter configuration class as public service #1098 (maximgubar)
- [Data Loader] [Docs] Add chain loader implementation and related docs #1096 (robfrawley)
- Added transparency to background filter #1095 (nielstholenaar)
- [Docs] Add routing removal in Upgrade file #1092 (tifabien)
- [Tests] [Deprecation] Updated bundle notation to accommodate Symfony 4.1 and set browser client to not catch exceptions #1090 (robfrawley)
- moved GitHub-specific documents into .github and split issue template #1089 (maximgubar)
- fix annotation #1072 (auipga)
2.0.0 (2018-04-30)
- [Async] [DI] Make resolve_cache_processor a public service #1043 (silverbackdan)
- [Dependency Injection] Change cache manager from private service to public to fix deprecation #1038 (fabianoroberto)
- [Dependencies] Remove unused php-cs-fixer from require-dev #1031 (dbu)
- [Tests] [CI] [Dependencies] Refactored Travis config to use simple-phpunit and remove phpunit Composer dependency #1029 (sebastianblum)
- [Documentation] Fix binary name in png-quant.rst #1026 (bruno-ds)
- [Tests] Fix tests on Symfony 3.4 and 4.0 #1023 (lsmith77)
- [Dependency Injection] Add alias for cache manager #1022 (garak)
- [Documentation] Align example and description quality values in png-quant.rst #1020 (qkdreyer)
- [Dependency Injection] Change imagine controller from private service to public service #1019 (michaelperrin)
- [Dependencies] Enable Symfony 4.0 support #1013 (lsmith77)
- [Dependencies] Enable Symfony 4.0 support #1010 (llaakkkk)
- [Tests] [CI] Add PHP 7.2 to Travis test matrix #1009 (dbu)
- [Documentation] Fix bucket parameter nesting level in aws_s3.rst YAML example #996 (bocharsky-bw)
- Release 2.0.0 #1084 (robfrawley)
- [Docs] Correct a tyop in the filters section of RST documentation #1082 (broiniac)
- [Documentation] [Meta] Update CHANGELOG.md and UPGRADE.md to reflect all merged changes #1077 (robfrawley)
- [Data Locator] Check if file is readable in file system loactor #1076 (robfrawley)
- [Filters] [Post Processors] Remove configurable post processor interface for one interface and cleanup filter manager #1075 (robfrawley)
- [Meta] Add code of conduct and update contributor instructions #1071 (robfrawley)
- [Dependencies] Update imagine/imagine to ^0.7.1,<0.8 #1067 (robfrawley)
- [Documentation] Correct indentation in AWS-S3 cache resolver documentation #1063 (robfrawley)
- [CS] Globally update code style using new php-cs-fixer rules #1058 (robfrawley)
- [CI] [CS] Add a required php-cs-fixer build run to Travis matrix #1057 (robfrawley)
- [Documentation] Update Amazon S3 service RST docs to include version argument #1056 (robfrawley)
- [Tests] Add missing PHPUnit @Covers annotations #1054 (robfrawley)
- [CI] Move the "simple-phpunit install" command to Travis install section to collapse the output #1048 (dbu)
- [CS] [Dependencies] [Dependency Injection] [Form] [General] Update compiler log format, remove legacy code, remove deprecated, fix docblocks/style, general Travis config, upgrade coveralls, and general fixes #1047 (robfrawley)
- [CS] Changes to support new php-cs-fixer rule set #1046 (robfrawley)
- [Dependencies] Revert php-cs-fixer development dependency removal #1045 (dbu)
- [Dependency Injection] Detect proper web root path based on Symfony kernel version #1044 (robfrawley)
- [CS] Implement new php-cs-fixer rules and related code cleanup #1040 (sebastianblum)
- [CI] Extend and enhance Travis build matrix #1035 (sebastianblum)
- [Post-Processors] Replaced ProcessBuilder with Process and add additional tests #1025 (fabianbloching)
- [Composer] [Travis] Require PHP 7.1, remove HHVM support, and remove unsupported Symfony version testing #986 (robfrawley)
- Solve issues with file type, which wasn’t converted to the new standard #975 (jorisros)
- [enqueue] Upgrade to enqueue v5. Use its features #959 (makasim)
- [Twig] Use Twig namespaced path #934 (z38)
- [Data Loader] [Data Locator] [Dependency Injection] Pass root paths to FileSystemLocator during construction #930 (rpkamp)
- [Dependency Injection] [Filter] Implement filter service abstraction for creating images #922 (rpkamp)
- Remove all .class parameters #914 (rpkamp)
- Remove deprecated and legacy code, migrate some syntax, cleanup #908 (robfrawley)
1.9.1 (2017-09-09)
- [Console] Renamed resolve command's -s option to -m (-s conflicts with core Symfony 2.x cmd option), machine readable added to remove command, and both commands output aligned #991 (robfrawley)
- Allow to configure the HTTP response code for redirects [liip#970](https://github.com/li...