Skip to content

Latest commit

 

History

History
135 lines (118 loc) · 10.7 KB

CHANGELOG.md

File metadata and controls

135 lines (118 loc) · 10.7 KB

Change Log

1.1.1 (2017/11/06 18:10 +00:00)

  • #147 [issue-#146] Fix Background color doesn't work, (@sadok-f)

1.1.0 (2017/10/29 10:14 +00:00)

  • #144 [issue-#109] Update docs about the new feature image extraction, (@sadok-f)
  • #143 [issue-#142] Create Response Entity, closes #142 (@sadok-f)
  • #141 "rebuild" was missing it's "d". (@tlongren)
  • #140 [issue-#101] add strict-origin instead of origin, closes #101 (@sadok-f)
  • #139 [issue-#101] Add Missing Headers, closes#101 (@sadok-f)

1.0.1 (2017/10/25 15:32 +00:00)

  • #138 [issue-#137] Fix the rotate issue, closes #137 (@sadok-f)
  • #136 Replace getters and setters names with meaning names, closes #135 (@sadok-f)
  • #134 Refactor part 3: replace list function with [] (new in php7.1), close… (@sadok-f)
  • #130 Image Processor geometry refactor, added more tests. (@flyimg)
  • #124 [WIP]: Added more cases for the tests. Fixes #115. Added Image Info to the source image …

Alright! I'm done with this PR, I have more tests, but they are failing and I need to fix the functionallity. I'll do that in another PR. I've done enough here. And all works same as before.

We do need to fix all cases for the image identification (minor bugs there).

Also need to create an abstract Executor class for the command line executions and binary paths. (@flyimg)

  • #128 Move url docs to https, closes #127 (@sadok-f)
  • #126 Add Community links (Github and Twitter) (@sadok-f)
  • #123 Fix SensioLabsInsight warning, closes #122 (@sadok-f)
  • #121 Add Changelog file, closes #120 (@sadok-f)
  • #119 Refactor part 2: Move array params to separate classes, closes #118 (@sadok-f)
  • #117 WIP: Add tests for geometry calculations. This fixes #116 (@flyimg)
  • #113 Refactor: Clarified and separated logic for output file extensions, closes #114 (@baamenabar)
  • #112 Docs signature generation (@sadok-f)
  • #104 [WIP]Add signature generation: Closes #96 (@sadok-f)
  • #111 Add more unit test to cover extract images, closes #110 (@sadok-f)
  • #108 Fix failed unit test Fixed #107 (@sadok-f)
  • #105 Added option to extract part of an image (@WybrenKoelmans)
  • #103 Closes #102 (@sadok-f)
  • #100 Improve logging output, remove access.log from output (@sadok-f)
  • #98 Replace Symonfy Yaml component with php pecl yaml (@sadok-f)
  • #97 Add --optimize-autoloader to composer install in case of benchmark (@sadok-f)
  • #93 Add Xdebug Documentation (@sadok-f)
  • #91 Update Readme: fix typo (@sadok-f)
  • #90 Updatedocs (@sadok-f, @baamenabar)
  • #58 Update docs, I'm separating the content in the readme and resorting URL parameters. (@baamenabar)
  • #89 Improve current architecture #64 (@sadok-f)
  • #87 More badges (@sadok-f)
  • #85 Remove ParserTrait usage, improve the code (@sadok-f)
  • #83 Update Readme (@sadok-f)
  • #82 update readme (@sadok-f)
  • #81 Fix Code Climate warning (@sadok-f)
  • #79 Add more unittest (@sadok-f)
  • #78 Fix issue : PHP Fatal error: Uncaught exception 'Exception' with mess… (@sadok-f)
  • #77 Update composer [phpunittest] (@sadok-f)
  • #73 Increase code coverage unit test + Update readme (@sadok-f)
  • #72 Add more UnitTest in order to increase the code coverage (@sadok-f)
  • #71 Add More Unit test cover WebTestCases #42 (@sadok-f)

1.0.0 (2017/06/30 16:12 +00:00)

  • #70 Optimization part 1 (@sadok-f)
  • #69 Add travis-ci test coverage (@sadok-f)

0.2.0 (2017/06/30 12:10 +00:00)

  • #68 Add test coverage (@sadok-f)

0.1.9 (2017/06/30 10:46 +00:00)

  • #67 Add travis ci test coverage (@sadok-f)
  • #66 Add travis ci test coverage (@sadok-f)
  • #63 Create CODE_OF_CONDUCT.md (@sadok-f)

0.1.8 (2017/06/27 05:09 +00:00)

  • #62 Refactor: Performance, structure and code improvement (@sadok-f)

0.1.7 (2017/06/21 14:27 +00:00)

  • #60 Activating Open Collective (@xdamman)

0.1.6 (2017/03/28 05:56 +00:00)

  • #57 Allow to serve WebP if explicitly requested

I need this to keep working on other branch, so I'll be a dick and just merge it without approval. If there is anything you don't like we can revert, no problem. (@baamenabar)

  • #56 Update docs (@sadok-f)
  • #55 Move phpunit to require-dev section (@sadok-f)
  • #53 Remove Twig from the repo. Clean clean clean! (@sadok-f)

0.1.4 (2017/03/07 22:32 +00:00)

  • #51 Refactor part 1 (@sadok-f)

0.1.3 (2017/02/18 11:27 +00:00)

  • #50 Add gif support to flyimg (@sadok-f)

0.1.2 (2017/02/09 21:22 +00:00)

  • #45 Downgrade to Twig 1.3, refactor and cleanup (@sadok-f)

0.1.0 (2017/02/07 18:08 +00:00)

  • #43 Add path action to default controller to return the full path of processed image (@sadok-f)
  • #42 More unittests (@sadok-f)
  • #41 Add support to output png images in case source file is png (@sadok-f)
  • #40 Fixing small typos in the readme and adding another demo image. (@flyimg)
  • #39 Updated the README. Better structure and updated information. (@flyimg)
  • #36 Make Homepage helpful, add Twig as tmpl engine (@sadok-f)
  • #33 Add WebP Format Support (@sadok-f)
  • #31 Add PHPCS to the repo (@sadok-f)
  • #29 Update Travis yml file (@sadok-f)
  • #26 add more UnitTest (@sadok-f)
  • #28 Put back exception response for forbidden domains. (@flyimg)
  • #27 New favicon (@flyimg)
  • #20 Fix the concurrency issue (@sadok-f)
  • #18 Basic cache headers for images (@flyimg)
  • #17 Refactor Image Manager , create Image Entity (@sadok-f)
  • #16 Add Blurring faces logic (@sadok-f)
  • #15 Add crop detection logic (@sadok-f)
  • #14 Removed unnecesary old folders (@flyimg)
  • #12 Calculations update (@baamenabar)
  • #9 pulling from upstream again (@sadok-f)
  • #8 update lates changes in upstream (@sadok-f)
  • #7 pull from upstream (@sadok-f, @baamenabar)
  • #11 Fly image/one docker file rewrite (@sadok-f, @baamenabar)
  • #6 pull from upstram (@sadok-f)
  • #5 pull upstream (@baamenabar)
  • #5 Log folder path with extra whitespace in the string (@baamenabar)
  • #5 Log folder path with extra whitespace in the string (@baamenabar)
  • #4 pull from upstream (@sadok-f)
  • #4 pull from upstream (@sadok-f)
  • #4 Added mention to silex and removed relative path mistake (@baamenabar)
  • #4 Added mention to silex and removed relative path mistake (@baamenabar)
  • #3 Update readme with more descriptive intro and setup instructions (@baamenabar)
  • #3 Update readme with more descriptive intro and setup instructions (@baamenabar)
  • #3 Update the readme with more detailed setup instructions (@baamenabar)
  • #3 Update the readme with more detailed setup instructions (@baamenabar)
  • #2 merge from upstream (@sadok-f)
  • #2 merge from upstream (@sadok-f)
  • #1 pulling upstream (@sadok-f)
  • #1 pulling upstream (@sadok-f)
  • #2 Update READ.me (@baamenabar)
  • #2 Update READ.me (@baamenabar)