Skip to content

Commit 43087dd

Browse files
author
Amir Tocker
committed
Version 1.10.0
1 parent 49bf798 commit 43087dd

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

CHANGELOG.md

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

2+
1.10.0 / 2018-02-13
3+
===================
4+
5+
New functionality
6+
-----------------
7+
8+
* Support url suffix for shared CDN
9+
* Add Node 8 to Travis CI tests and remove secure variables
10+
* Fix breakpoints format parameter
11+
* Extend support of url_suffix for different resource types
12+
* Add support for URLs in upload_large
13+
* Add support for transformations parameter in delete_resources api
14+
* Add support for delete_derived_by_transformation
15+
* Add format parameter support to responsive-breakpoints encoder
16+
* Add expires_at parameter to archive_params
17+
* Add `faces` parameter to the `explicit` API
18+
19+
Other changes
20+
-------------
21+
22+
* Fix typos
23+
* Test transformations api with next_cursor
24+
* add test cases of ocr for upload and url generation
25+
* add test case of conditional tags
26+
* Update dependencies
27+
* Fix tests
28+
* Remove tests for `auto_tagging`
29+
230
1.9.1 / 2017-10-24
331
==================
432

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"author": "Cloudinary <[email protected]>",
33
"name": "cloudinary",
44
"description": "Cloudinary NPM for node.js integration",
5-
"version": "1.9.1",
5+
"version": "1.10.0",
66
"homepage": "http://cloudinary.com",
77
"license": "MIT",
88
"repository": {

0 commit comments

Comments
 (0)