|
1 | 1 |
|
| 2 | +1.1.2 / 2015-12-16 |
| 3 | +================== |
| 4 | + |
| 5 | + * Support new archive (ZIP) creation API: |
| 6 | + * Uploader: `create_archive`, `create_zip`. |
| 7 | + * Utils: `download_archive_url`, `download_zip_url` |
| 8 | + * Helper: `cl_download_archive_url`, `cl_download_zip_url`. |
| 9 | + * Use basic to_query implementation when Rails is not available. |
| 10 | + * Allow chained transformations and eager transformations to process width & height when crop is not defined. |
| 11 | + * Apply style and whitespaces. |
| 12 | + * Remove redundant variable. Replace if ! with until. |
| 13 | + * Apply style and whitespaces. |
| 14 | + * Remove redundant variable |
| 15 | + * Add `:invalidate` option to `Cloudinary::Uploader.rename` |
| 16 | + * Add line spacing to text layer |
| 17 | + * Add upload mapping |
| 18 | + * Add `Cloudinary::Api.restore` |
| 19 | + * Add `deep_hash_values` matcher. Add `invalidate` test to `explicit` |
| 20 | + * Add `Cloudinary.user_platform` |
| 21 | + * Merge branch 'feature/breakpoints_and_zip' |
| 22 | + * Add test for `Cloudinary::Uploader.create_zip` |
| 23 | + * Refactor `create_archive`. Rename `generate_zip_download_url`. Create `download_archive_url`. Add cleanup to spec code. |
| 24 | + * Add condition to `image_tag` and `image_path` aliasing. |
| 25 | + * Add `archive_spec.rb`. Add rubyzip development dependency. |
| 26 | + * Add `Cloudinary::` to `Utils` calls |
| 27 | + * Fix temp file name in spec. Re-enable deletion of resources after the test. |
| 28 | + * Add deprecation warning to `zip_download_url` |
| 29 | + * Fix rake `build` dependency to `cloudinary:fetch_assets` |
| 30 | + * Apply `symbolize_keys` |
| 31 | + * Support the aspect_ratio transformation parameter |
| 32 | + * Support responsive_breakpoints JSON parameter in upload and explicit API |
| 33 | + |
2 | 34 | 1.1.1 / 2015-12-04
|
3 | 35 | ==================
|
4 | 36 |
|
|
0 commit comments