Skip to content

Commit 423dbe9

Browse files
committed
Version 1.1.2
* Support new archive (ZIP) creation API: * Uploader: `create_archive`, `create_zip`. * Utils: `download_archive_url`, `download_zip_url` * Helper: `cl_download_archive_url`, `cl_download_zip_url`. * Use basic to_query implementation when Rails is not available. * Allow chained transformations and eager transformations to process width & height when crop is not defined. * Apply style and whitespaces. * Remove redundant variable. Replace if ! with until. * Apply style and whitespaces. * Remove redundant variable * Add `:invalidate` option to `Cloudinary::Uploader.rename` * Add line spacing to text layer * Add upload mapping * Add `Cloudinary::Api.restore` * Add `deep_hash_values` matcher. Add `invalidate` test to `explicit` * Add `Cloudinary.user_platform` * Merge branch 'feature/breakpoints_and_zip' * Add test for `Cloudinary::Uploader.create_zip` * Refactor `create_archive`. Rename `generate_zip_download_url`. Create `download_archive_url`. Add cleanup to spec code. * Add condition to `image_tag` and `image_path` aliasing. * Add `archive_spec.rb`. Add rubyzip development dependency. * Add `Cloudinary::` to `Utils` calls * Fix temp file name in spec. Re-enable deletion of resources after the test. * Add deprecation warning to `zip_download_url` * Fix rake `build` dependency to `cloudinary:fetch_assets` * Apply `symbolize_keys` * Support the aspect_ratio transformation parameter * Support responsive_breakpoints JSON parameter in upload and explicit API
1 parent 8e61417 commit 423dbe9

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,36 @@
11

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+
234
1.1.1 / 2015-12-04
335
==================
436

lib/cloudinary/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Copyright Cloudinary
22
module Cloudinary
3-
VERSION = "1.1.1"
3+
VERSION = "1.1.2"
44
end

0 commit comments

Comments
 (0)