Skip to content

Commit 426f0e7

Browse files
committed
Version 1.15.0
1 parent 5e64eeb commit 426f0e7

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGELOG.md

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

2+
1.15.0 / 2019-09-08
3+
===================
4+
5+
New functionality
6+
-----------------
7+
8+
* Add 'derived_next_resource' to api.resource method
9+
* Add support for 'delete folder' API
10+
* Add support for remote/local function invocation (fn:remote and fn:wasm) (#261)
11+
* Add antialiasing and hinting
12+
* Add `force_version` transformation parameterAdd automatic JavaScript linting and fix existing code conflicts (#262)
13+
* Add automatic JavaScript linting and fix existing code conflicts (#262)
14+
15+
Other changes
16+
-------------
17+
* Mock upload preset listing test
18+
* Feature/duration to condition video
19+
* Update test for change moderation status
20+
* Simplified error assertions in a few test specs
21+
* Fix base64 URL validation
22+
* Rearrange util tests
23+
* Test support of `async` option in explicit api
24+
* Remove unnecessary return statements and options from tests
25+
* Remove unnecessary use of options and API in access_control_spec.js
26+
* Merge pull request #239 from tornqvist/remove-coffeescript-transform
27+
* Remove coffee script deps and transform
28+
229
1.14.0 / 2019-03-26
330
===================
431

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

0 commit comments

Comments
 (0)