Skip to content

Commit

Permalink
Version 1.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
strausr committed Sep 8, 2019
1 parent 5e64eeb commit 426f0e7
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,31 @@

1.15.0 / 2019-09-08
===================

New functionality
-----------------

* Add 'derived_next_resource' to api.resource method
* Add support for 'delete folder' API
* Add support for remote/local function invocation (fn:remote and fn:wasm) (#261)
* Add antialiasing and hinting
* Add `force_version` transformation parameterAdd automatic JavaScript linting and fix existing code conflicts (#262)
* Add automatic JavaScript linting and fix existing code conflicts (#262)

Other changes
-------------
* Mock upload preset listing test
* Feature/duration to condition video
* Update test for change moderation status
* Simplified error assertions in a few test specs
* Fix base64 URL validation
* Rearrange util tests
* Test support of `async` option in explicit api
* Remove unnecessary return statements and options from tests
* Remove unnecessary use of options and API in access_control_spec.js
* Merge pull request #239 from tornqvist/remove-coffeescript-transform
* Remove coffee script deps and transform

1.14.0 / 2019-03-26
===================

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "Cloudinary <[email protected]>",
"name": "cloudinary",
"description": "Cloudinary NPM for node.js integration",
"version": "1.14.0",
"version": "1.15.0",
"homepage": "http://cloudinary.com",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit 426f0e7

Please sign in to comment.