Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
robfrawley committed Feb 7, 2017
1 parent 313ee8d commit a893381
Showing 1 changed file with 39 additions and 35 deletions.
74 changes: 39 additions & 35 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,25 @@
# Change Log

## [Unreleased](/~https://github.com/liip/LiipImagineBundle/tree/1.7.1) (2017-xx-xx)
[Full Changelog](/~https://github.com/liip/LiipImagineBundle/compare/1.7.1...1.0)
## [Unreleased](/~https://github.com/liip/LiipImagineBundle/tree/HEAD) (2017-xx-xx)
[Full Changelog](/~https://github.com/liip/LiipImagineBundle/compare/1.7.2...HEAD)

- Use Prestissimo package for Travis build [\#864](/~https://github.com/liip/LiipImagineBundle/pull/864) ([robfrawley](/~https://github.com/robfrawley))
- Add github issue and pr templates [\#863](/~https://github.com/liip/LiipImagineBundle/pull/863) ([robfrawley](/~https://github.com/robfrawley))
- Bug fixes/deprecation cleanup for Symfony 3.3 [\#860](/~https://github.com/liip/LiipImagineBundle/pull/860) ([robfrawley](/~https://github.com/robfrawley))
- Upscale filter should use the highest dimension [\#856](/~https://github.com/liip/LiipImagineBundle/pull/856) ([Rattler3](/~https://github.com/Rattler3))
## [1.7.2](/~https://github.com/liip/LiipImagineBundle/tree/HEAD) (2017-02-07)
[Full Changelog](/~https://github.com/liip/LiipImagineBundle/compare/1.7.2...1.7.1)

## [1.7.1](/~https://github.com/liip/LiipImagineBundle/tree/1.7.1) (2017-01-19)
- \[Loader\] Abstract filesystem resource locator and legacy insecure locator implementation [\#866](/~https://github.com/liip/LiipImagineBundle/pull/866) ([robfrawley](/~https://github.com/robfrawley))
- \[Minor\] \[Loader\] Fix for FileSystemLoader annotation [\#868](/~https://github.com/liip/LiipImagineBundle/pull/868) ([tgabi333](/~https://github.com/tgabi333))
- \[DependencyInjection\] Container logging for compiler passes [\#867](/~https://github.com/liip/LiipImagineBundle/pull/867) ([robfrawley](/~https://github.com/robfrawley))
- \[CI\] Use Prestissimo package for Travis build [\#864](/~https://github.com/liip/LiipImagineBundle/pull/864) ([robfrawley](/~https://github.com/robfrawley))
- \[GitHub\] Add Hithub templates for issues and PRs [\#863](/~https://github.com/liip/LiipImagineBundle/pull/863) ([robfrawley](/~https://github.com/robfrawley))
- \[Symfony\] Bug fixes and deprecation cleanup for Symfony 3.3 [\#860](/~https://github.com/liip/LiipImagineBundle/pull/860) ([robfrawley](/~https://github.com/robfrawley))
- \[Filter\] Upscale filter should use the highest dimension to calculate ratio [\#856](/~https://github.com/liip/LiipImagineBundle/pull/856) ([Rattler3](/~https://github.com/Rattler3))

## [1.7.1](/~https://github.com/liip/LiipImagineBundle/tree/1.7.1) (2017-01-20)
[Full Changelog](/~https://github.com/liip/LiipImagineBundle/compare/1.7.0...1.7.1)

- Allow multiple root paths for FileSystemLoader [\#851](/~https://github.com/liip/LiipImagineBundle/pull/851) ([robfrawley](/~https://github.com/robfrawley))
- Fix strange wording in readme [\#847](/~https://github.com/liip/LiipImagineBundle/pull/847) ([svenluijten](/~https://github.com/svenluijten))
- Release 1.7.0 [\#845](/~https://github.com/liip/LiipImagineBundle/pull/845) ([antoligy](/~https://github.com/antoligy))
- Allow multiple root paths for FileSystemLoader [\#851](/~https://github.com/liip/LiipImagineBundle/pull/851) ([robfrawley](/~https://github.com/robfrawley))

## [1.7.0](/~https://github.com/liip/LiipImagineBundle/tree/1.7.0) (2017-01-08)
[Full Changelog](/~https://github.com/liip/LiipImagineBundle/compare/1.6.0...1.7.0)
Expand All @@ -26,7 +33,6 @@
- Update data-loaders.rst [\#821](/~https://github.com/liip/LiipImagineBundle/pull/821) ([IllesAprod](/~https://github.com/IllesAprod))
- Updating 2.0 with corrections from 1.0 [\#820](/~https://github.com/liip/LiipImagineBundle/pull/820) ([antoligy](/~https://github.com/antoligy))
- Typo fix [\#819](/~https://github.com/liip/LiipImagineBundle/pull/819) ([redjanym](/~https://github.com/redjanym))
- Fix RST indentation error in AWS S3 cache resolver documentation [\#809](/~https://github.com/liip/LiipImagineBundle/pull/809) ([GeoffreyHervet](/~https://github.com/GeoffreyHervet))
- Update basic-usage.rst [\#805](/~https://github.com/liip/LiipImagineBundle/pull/805) ([you-ser](/~https://github.com/you-ser))
- Add data\_loader config to doc [\#803](/~https://github.com/liip/LiipImagineBundle/pull/803) ([davidfuhr](/~https://github.com/davidfuhr))
- RST Typo Fix and Clarification for Watermark Docs [\#802](/~https://github.com/liip/LiipImagineBundle/pull/802) ([robfrawley](/~https://github.com/robfrawley))
Expand All @@ -49,6 +55,7 @@
- Replaced deprecated factory\_class and factory\_method [\#767](/~https://github.com/liip/LiipImagineBundle/pull/767) ([rvanlaarhoven](/~https://github.com/rvanlaarhoven))
- Update basic-usage.rst [\#766](/~https://github.com/liip/LiipImagineBundle/pull/766) ([nochecksum](/~https://github.com/nochecksum))
- Implemented ConfigurablePostProcessorInterface in OptiPngPostProcessor [\#764](/~https://github.com/liip/LiipImagineBundle/pull/764) ([jehaby](/~https://github.com/jehaby))
- Fix RST indentation error in AWS S3 cache resolver documentation [\#809](/~https://github.com/liip/LiipImagineBundle/pull/809) ([GeoffreyHervet](/~https://github.com/GeoffreyHervet))

## [1.6.0](/~https://github.com/liip/LiipImagineBundle/tree/1.6.0) (2016-07-22)
[Full Changelog](/~https://github.com/liip/LiipImagineBundle/compare/1.5.3...1.6.0)
Expand Down Expand Up @@ -293,18 +300,37 @@
## [1.0.0](/~https://github.com/liip/LiipImagineBundle/tree/1.0.0) (2014-05-22)
[Full Changelog](/~https://github.com/liip/LiipImagineBundle/compare/1.0.0-alpha7...1.0.0)

- \[router\] remove custom route loader. [\#425](/~https://github.com/liip/LiipImagineBundle/pull/425) ([makasim](/~https://github.com/makasim))
- added possibility to use imagine new metadata api [\#413](/~https://github.com/liip/LiipImagineBundle/pull/413) ([digitalkaoz](/~https://github.com/digitalkaoz))
- Add a Signer Utility to sign filters, run php-cs-fixer on bundle [\#405](/~https://github.com/liip/LiipImagineBundle/pull/405) ([trsteel88](/~https://github.com/trsteel88))
- \[config\] correctly process resolvers\loaders section if not array or null [\#396](/~https://github.com/liip/LiipImagineBundle/pull/396) ([makasim](/~https://github.com/makasim))
- Issue\#368 wrong image path [\#395](/~https://github.com/liip/LiipImagineBundle/pull/395) ([serdyuka](/~https://github.com/serdyuka))
- \[WIP\] Added resolve events to cache manager [\#388](/~https://github.com/liip/LiipImagineBundle/pull/388) ([serdyuka](/~https://github.com/serdyuka))
- \[1.0\]\[config\] Fix default loader not found bug. [\#385](/~https://github.com/liip/LiipImagineBundle/pull/385) ([makasim](/~https://github.com/makasim))
- Cli command to resolve cache [\#379](/~https://github.com/liip/LiipImagineBundle/pull/379) ([serdyuka](/~https://github.com/serdyuka))
- Merge latest changes in master to develop branch [\#334](/~https://github.com/liip/LiipImagineBundle/pull/334) ([makasim](/~https://github.com/makasim))
- \[1.0\]\[Configuration\] Cleanup bundle configuration. [\#325](/~https://github.com/liip/LiipImagineBundle/pull/325) ([makasim](/~https://github.com/makasim))
- \[1.0\]\[resolver\] Decouple WebPathResolver from http request. Simplify its logic. [\#320](/~https://github.com/liip/LiipImagineBundle/pull/320) ([makasim](/~https://github.com/makasim))
- added background\_image filter [\#319](/~https://github.com/liip/LiipImagineBundle/pull/319) ([digitalkaoz](/~https://github.com/digitalkaoz))
- \[1.0\]\[filter\] Dynamic filters [\#313](/~https://github.com/liip/LiipImagineBundle/pull/313) ([makasim](/~https://github.com/makasim))
- \[1.0\]\[cache\] CacheResolver has to cache isStored method too. [\#308](/~https://github.com/liip/LiipImagineBundle/pull/308) ([makasim](/~https://github.com/makasim))
- \[1.0\]\[cache\]\[resolver\] Improve caches invalidation. [\#304](/~https://github.com/liip/LiipImagineBundle/pull/304) ([makasim](/~https://github.com/makasim))
- \[1.0\]\[cache\] cache manager has to use isStored inside getBrowserPath method [\#303](/~https://github.com/liip/LiipImagineBundle/pull/303) ([makasim](/~https://github.com/makasim))
- \[1.0\]\[CacheResolver\] Use binary on store method call. [\#301](/~https://github.com/liip/LiipImagineBundle/pull/301) ([makasim](/~https://github.com/makasim))
- \[1.0\] Rework data loaders. Introduce mime type guesser. [\#291](/~https://github.com/liip/LiipImagineBundle/pull/291) ([makasim](/~https://github.com/makasim))
- \[1.0\]\[tests\] increase code coverage by tests. [\#290](/~https://github.com/liip/LiipImagineBundle/pull/290) ([makasim](/~https://github.com/makasim))
- \[1.0\]\[Logger\] use PSR one logger [\#286](/~https://github.com/liip/LiipImagineBundle/pull/286) ([makasim](/~https://github.com/makasim))
- \[1.0\]\[CacheResolver\] Resolver get rid of get browser path [\#284](/~https://github.com/liip/LiipImagineBundle/pull/284) ([makasim](/~https://github.com/makasim))
- \[tests\] use real amazon libs in tests. [\#283](/~https://github.com/liip/LiipImagineBundle/pull/283) ([makasim](/~https://github.com/makasim))
- \[1.0\]\[resolver\] do not expose `targetPath` [\#282](/~https://github.com/liip/LiipImagineBundle/pull/282) ([makasim](/~https://github.com/makasim))
- \[1.0\]\[resolver\] remove request parameter [\#281](/~https://github.com/liip/LiipImagineBundle/pull/281) ([makasim](/~https://github.com/makasim))

## [1.0.0-alpha7](/~https://github.com/liip/LiipImagineBundle/tree/1.0.0-alpha7) (2014-05-22)
[Full Changelog](/~https://github.com/liip/LiipImagineBundle/compare/1.0.0-alpha6...1.0.0-alpha7)

- Add a Signer Utility to sign filters, run php-cs-fixer on bundle [\#405](/~https://github.com/liip/LiipImagineBundle/pull/405) ([trsteel88](/~https://github.com/trsteel88))

## [1.0.0-alpha6](/~https://github.com/liip/LiipImagineBundle/tree/1.0.0-alpha6) (2014-05-05)
[Full Changelog](/~https://github.com/liip/LiipImagineBundle/compare/1.0.0-alpha5...1.0.0-alpha6)

- \[router\] remove custom route loader. [\#425](/~https://github.com/liip/LiipImagineBundle/pull/425) ([makasim](/~https://github.com/makasim))

## [1.0.0-alpha5](/~https://github.com/liip/LiipImagineBundle/tree/1.0.0-alpha5) (2014-04-29)
[Full Changelog](/~https://github.com/liip/LiipImagineBundle/compare/1.0.0-alpha4...1.0.0-alpha5)

Expand All @@ -322,9 +348,6 @@
## [1.0.0-alpha4](/~https://github.com/liip/LiipImagineBundle/tree/1.0.0-alpha4) (2014-04-14)
[Full Changelog](/~https://github.com/liip/LiipImagineBundle/compare/1.0.0-alpha3...1.0.0-alpha4)

- \[config\] correctly process resolvers\loaders section if not array or null [\#396](/~https://github.com/liip/LiipImagineBundle/pull/396) ([makasim](/~https://github.com/makasim))
- Issue\#368 wrong image path [\#395](/~https://github.com/liip/LiipImagineBundle/pull/395) ([serdyuka](/~https://github.com/serdyuka))

## [1.0.0-alpha3](/~https://github.com/liip/LiipImagineBundle/tree/1.0.0-alpha3) (2014-04-14)
[Full Changelog](/~https://github.com/liip/LiipImagineBundle/compare/1.0.0-alpha2...1.0.0-alpha3)

Expand All @@ -334,18 +357,15 @@
[Full Changelog](/~https://github.com/liip/LiipImagineBundle/compare/1.0.0-alpha1...1.0.0-alpha2)

- Documentation update fixes \#389 [\#390](/~https://github.com/liip/LiipImagineBundle/pull/390) ([ama3ing](/~https://github.com/ama3ing))
- \[WIP\] Added resolve events to cache manager [\#388](/~https://github.com/liip/LiipImagineBundle/pull/388) ([serdyuka](/~https://github.com/serdyuka))

## [1.0.0-alpha1](/~https://github.com/liip/LiipImagineBundle/tree/1.0.0-alpha1) (2014-04-07)
[Full Changelog](/~https://github.com/liip/LiipImagineBundle/compare/v0.21.1...1.0.0-alpha1)

- Remove cli command [\#387](/~https://github.com/liip/LiipImagineBundle/pull/387) ([serdyuka](/~https://github.com/serdyuka))
- fixed and improved tests for resolve cache command [\#386](/~https://github.com/liip/LiipImagineBundle/pull/386) ([serdyuka](/~https://github.com/serdyuka))
- \[1.0\]\[config\] Fix default loader not found bug. [\#385](/~https://github.com/liip/LiipImagineBundle/pull/385) ([makasim](/~https://github.com/makasim))
- Resolve command few paths [\#383](/~https://github.com/liip/LiipImagineBundle/pull/383) ([serdyuka](/~https://github.com/serdyuka))
- Move data loaders to binary folder [\#382](/~https://github.com/liip/LiipImagineBundle/pull/382) ([serdyuka](/~https://github.com/serdyuka))
- Documentation for cli command [\#380](/~https://github.com/liip/LiipImagineBundle/pull/380) ([serdyuka](/~https://github.com/serdyuka))
- Cli command to resolve cache [\#379](/~https://github.com/liip/LiipImagineBundle/pull/379) ([serdyuka](/~https://github.com/serdyuka))
- Update README.md [\#374](/~https://github.com/liip/LiipImagineBundle/pull/374) ([daslicht](/~https://github.com/daslicht))
- \[1.0\]\[loader\] cleanup filesystem loader, simplify logic, add factory. [\#371](/~https://github.com/liip/LiipImagineBundle/pull/371) ([makasim](/~https://github.com/makasim))
- \[1.0\]\[aws-resolver\] allow configure cache\_prefix via factory. [\#370](/~https://github.com/liip/LiipImagineBundle/pull/370) ([makasim](/~https://github.com/makasim))
Expand All @@ -368,10 +388,7 @@
- \[1.0\] add phpunit as require-dev [\#339](/~https://github.com/liip/LiipImagineBundle/pull/339) ([makasim](/~https://github.com/makasim))
- \[1.0\] Twig helper not escape filter url [\#337](/~https://github.com/liip/LiipImagineBundle/pull/337) ([makasim](/~https://github.com/makasim))
- Added cache clearing & setting cachePrefix for Aws S3 [\#336](/~https://github.com/liip/LiipImagineBundle/pull/336) ([rvanlaarhoven](/~https://github.com/rvanlaarhoven))
- Merge latest changes in master to develop branch [\#334](/~https://github.com/liip/LiipImagineBundle/pull/334) ([makasim](/~https://github.com/makasim))
- Update to Imagine 0.6 [\#330](/~https://github.com/liip/LiipImagineBundle/pull/330) ([vlastv](/~https://github.com/vlastv))
- \[1.0\]\[Configuration\] Cleanup bundle configuration. [\#325](/~https://github.com/liip/LiipImagineBundle/pull/325) ([makasim](/~https://github.com/makasim))
- \[1.0\]\[filter\] Dynamic filters [\#313](/~https://github.com/liip/LiipImagineBundle/pull/313) ([makasim](/~https://github.com/makasim))

## [v0.20.2](/~https://github.com/liip/LiipImagineBundle/tree/v0.20.2) (2014-02-20)
[Full Changelog](/~https://github.com/liip/LiipImagineBundle/compare/v0.20.1...v0.20.2)
Expand All @@ -387,17 +404,13 @@
## [v0.20.0](/~https://github.com/liip/LiipImagineBundle/tree/v0.20.0) (2014-02-07)
[Full Changelog](/~https://github.com/liip/LiipImagineBundle/compare/v0.19.0...v0.20.0)

- \[1.0\]\[resolver\] Decouple WebPathResolver from http request. Simplify its logic. [\#320](/~https://github.com/liip/LiipImagineBundle/pull/320) ([makasim](/~https://github.com/makasim))
- added proxy cache resolver [\#318](/~https://github.com/liip/LiipImagineBundle/pull/318) ([digitalkaoz](/~https://github.com/digitalkaoz))

## [v0.19.0](/~https://github.com/liip/LiipImagineBundle/tree/v0.19.0) (2014-02-07)
[Full Changelog](/~https://github.com/liip/LiipImagineBundle/compare/v0.18.0...v0.19.0)

- improved exception on generation failure [\#321](/~https://github.com/liip/LiipImagineBundle/pull/321) ([digitalkaoz](/~https://github.com/digitalkaoz))
- added background\_image filter [\#319](/~https://github.com/liip/LiipImagineBundle/pull/319) ([digitalkaoz](/~https://github.com/digitalkaoz))
- \[1.0\] Fix tests on current develop branch [\#316](/~https://github.com/liip/LiipImagineBundle/pull/316) ([makasim](/~https://github.com/makasim))
- \[1.0\]\[cache\] CacheResolver has to cache isStored method too. [\#308](/~https://github.com/liip/LiipImagineBundle/pull/308) ([makasim](/~https://github.com/makasim))
- \[1.0\]\[cache\]\[resolver\] Improve caches invalidation. [\#304](/~https://github.com/liip/LiipImagineBundle/pull/304) ([makasim](/~https://github.com/makasim))

## [v0.18.0](/~https://github.com/liip/LiipImagineBundle/tree/v0.18.0) (2014-01-29)
[Full Changelog](/~https://github.com/liip/LiipImagineBundle/compare/v0.17.1...v0.18.0)
Expand All @@ -408,17 +421,8 @@
[Full Changelog](/~https://github.com/liip/LiipImagineBundle/compare/v0.17.0...v0.17.1)

- fixed missing namespace [\#306](/~https://github.com/liip/LiipImagineBundle/pull/306) ([digitalkaoz](/~https://github.com/digitalkaoz))
- \[1.0\]\[cache\] cache manager has to use isStored inside getBrowserPath method [\#303](/~https://github.com/liip/LiipImagineBundle/pull/303) ([makasim](/~https://github.com/makasim))
- \[1.0\]\[CacheResolver\] Use binary on store method call. [\#301](/~https://github.com/liip/LiipImagineBundle/pull/301) ([makasim](/~https://github.com/makasim))
- \[1.0\]\[filter-manager\] make use of binary object. [\#297](/~https://github.com/liip/LiipImagineBundle/pull/297) ([makasim](/~https://github.com/makasim))
- \[1.0\]\[loader\] remove deprecated phpcr loader [\#292](/~https://github.com/liip/LiipImagineBundle/pull/292) ([makasim](/~https://github.com/makasim))
- \[1.0\] Rework data loaders. Introduce mime type guesser. [\#291](/~https://github.com/liip/LiipImagineBundle/pull/291) ([makasim](/~https://github.com/makasim))
- \[1.0\]\[tests\] increase code coverage by tests. [\#290](/~https://github.com/liip/LiipImagineBundle/pull/290) ([makasim](/~https://github.com/makasim))
- \[1.0\]\[Logger\] use PSR one logger [\#286](/~https://github.com/liip/LiipImagineBundle/pull/286) ([makasim](/~https://github.com/makasim))
- \[1.0\]\[CacheResolver\] Resolver get rid of get browser path [\#284](/~https://github.com/liip/LiipImagineBundle/pull/284) ([makasim](/~https://github.com/makasim))
- \[tests\] use real amazon libs in tests. [\#283](/~https://github.com/liip/LiipImagineBundle/pull/283) ([makasim](/~https://github.com/makasim))
- \[1.0\]\[resolver\] do not expose `targetPath` [\#282](/~https://github.com/liip/LiipImagineBundle/pull/282) ([makasim](/~https://github.com/makasim))
- \[1.0\]\[resolver\] remove request parameter [\#281](/~https://github.com/liip/LiipImagineBundle/pull/281) ([makasim](/~https://github.com/makasim))

## [v0.17.0](/~https://github.com/liip/LiipImagineBundle/tree/v0.17.0) (2013-12-04)
[Full Changelog](/~https://github.com/liip/LiipImagineBundle/compare/v0.16.0...v0.17.0)
Expand Down

0 comments on commit a893381

Please sign in to comment.