Skip to content

Commit 1521391

Browse files
author
Amir Tocker
committed
Version 1.10.0
1 parent 6019c7d commit 1521391

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.10.0 / 2018-11-08
3+
===================
4+
5+
New functionality and features
6+
------------------------------
7+
8+
* Add the `custom_function` transformation parameter
9+
* Add Picture and source tags
10+
* Add `srcset` attribute to image tag
11+
* Add support for overlays of type fetch
12+
* Add breakpoints cache
13+
14+
Other Changes
15+
-------------
16+
17+
* Add `update_version` script
18+
* Fix transformations test
19+
* Replace ruby list notation to support older ruby versions
20+
* Refactor tests
21+
* Replace REXML with Nokogiri
22+
* Un-ignore the lib folder
23+
* Ignore empty transformations when processing an array of transformations
24+
* Restore configuration after each test
25+
* Limit Rack version to fix compatibility issues with ruby 1.9.3
26+
* Fix context escaping in call_context_api
27+
* Fix uploadLarge to use X-Unique-Upload-Id
28+
* Add test cases of OCR for upload and URL generation
29+
* Add test case of conditional tags
30+
* Fix expected result in cname with cdn_subdomain test
31+
* Fix raw conversion test
32+
* Raise exception when api-secret is missing in signed-url flow
33+
234
1.9.1 / 2018-03-06
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.9.1"
3+
VERSION = "1.10.0"
44
end

0 commit comments

Comments
 (0)