Skip to content

Commit 2d46738

Browse files
author
Amir Tocker
committed
Version 1.14.0
1 parent 005b375 commit 2d46738

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

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

2+
1.14.0 / 2019-03-26
3+
===================
4+
5+
New functionality
6+
-----------------
7+
8+
* Support format in transformation API
9+
* Add support for `start_offset` value `auto`
10+
* Add support for gs:// urls in uploader
11+
* Add support for the `quality_analysis` upload parameter. Fixes #171
12+
* Add `fps` transformation parameter (#230)
13+
14+
Other changes
15+
-------------
16+
17+
* Update code samples in the README file. Fixes #135
18+
* Reject deferred on request error. Fixes #136
19+
* Refactor test code after conversion from CoffeeScript
20+
* Convert test code from CoffeeScript to JavaScript
21+
* Merge pull request #208 from cloudinary/fix_update_samples_readme
22+
* Fix the "upload large" test for node 4
23+
* Remove bower from the sample code
24+
* Add timeout to search integration tests
25+
* Fix detection test
26+
* Fix broken links in node sample project readme
27+
228
1.13.2 / 2018-11-14
329
===================
430

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.13.2",
5+
"version": "1.14.0",
66
"homepage": "http://cloudinary.com",
77
"license": "MIT",
88
"repository": {

0 commit comments

Comments
 (0)