Skip to content

Commit 9cb4292

Browse files
author
Amir Tocker
committed
Version 1.9.0
1 parent f54fbbb commit 9cb4292

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

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

2+
1.9.0 / 2017-04-30
3+
==================
4+
5+
New functionality
6+
-----------------
7+
8+
* Add Search API
9+
* Add support for `type` parameter in publish-resources api
10+
* Add support for `keyframe-interval` (ki) video manipulation parameter
11+
* Added parameters `allow_missing` and `skip_transformation_name` to generate-archive api
12+
* Add support for `notification-url` parameter to update API
13+
* Support = and | characters within context values using escaping + test (#143)
14+
15+
Other changes
16+
-------------
17+
18+
* Test/upgrade mocha (#142)
19+
* fix bad escaping of special characters in certain scenarios + tests (#140) Fixes #138
20+
* Don't normalize negative numbers.
21+
* Fix typo: rename `min` to `sub`
22+
223
1.8.0 / 2017-03-09
324
==================
425

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

0 commit comments

Comments
 (0)