File tree Expand file tree Collapse file tree 2 files changed +33
-1
lines changed
Expand file tree Collapse file tree 2 files changed +33
-1
lines changed Original file line number Diff line number Diff line change 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+
2341.9.1 / 2018-03-06
335==================
436
Original file line number Diff line number Diff line change 11# Copyright Cloudinary
22module Cloudinary
3- VERSION = "1.9.1 "
3+ VERSION = "1.10.0 "
44end
You can’t perform that action at this time.
0 commit comments