Skip to content

Commit 6e8b1f4

Browse files
author
Amir Tocker
committed
Version 1.5.0
1 parent 2ef39ff commit 6e8b1f4

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

CHANGELOG.md

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

2+
1.5.0 / 2016-12-29
3+
==================
4+
5+
New functionality
6+
-----------------
7+
8+
* `add_context` & `remove_all_context` API
9+
* Add `data-max-chunk-size` to input created by `image_upload_tag`
10+
* Add `moderation` and `phash` parameters to explicit API
11+
12+
13+
Other changes
14+
-------------
15+
16+
* Modify Travis configuration to test NodeJS v4 and v6 only.
17+
* Modify `TEST_TAG`
18+
* Use Sinon spy in `start_at` test
19+
* Support context as hash argument in context API
20+
* Delete streaming profiles after tests
21+
* Fix signing URL tests, Fixes #89
22+
* Add timeout to delete streaming profile test
23+
* add tests for add_context & remove_all_context
24+
* add add_context & remove_all_context methods
25+
* fix test description
26+
* add test to phash in an explicit call
27+
* add test to moderation parameter in an explicit call
28+
* Add test to accepts {effect: art:incognito}
29+
* support phash in explicit call
30+
* Fix missing moderation parameter in an explicit call
31+
* Fix `nil` to `null`. Call `config()` with parameter name.
32+
233
1.4.6 / 2016-11-25
334
==================
435

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

0 commit comments

Comments
 (0)