Skip to content

Commit 13377ee

Browse files
author
Amir Tocker
committed
Merge branch 'master' into infra
# Conflicts: # lib/utils.js.map
2 parents d381f7d + 272f8f9 commit 13377ee

22 files changed

+297
-91
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
language: node_js
22
node_js:
3-
- '5.11'
3+
- '4'
4+
- '6'
45
env:
56
matrix:
67
secure: JXtnVGwM09h0TwTD3pl4htaVn0fotnbfXNvFUXKnz/+OOETha5/GtaZSzrKTWUBbLAlC1VfE9FN5YovKOnfknquijBlgZi+lc3AX7r/chtvSGJiSqGtvQwtmOsNrF/eUIZ1rmoZSGbPgwSB7/3Mg8yyrx402d9dripiAYugAPJuOnhMUa2JlR2nQqBEJf90yeqIO9luKBeBUJCYUxSJeJhSAUgSRoPq8Z7OOtIePTShtN3cwFD/X2+OsTrQc99qqQQH1iC8DPQZgWjIjDwuzzDovy16gVanto+X2Mbb8pxsFu0LkPz0z25W/MBpU+Wyobmb8mcyvgo0Wjbcrf2u0OzOtpDF04TyjBQroLi/7gwlFGro1IIEkNVgF9Ju7LepFKrChS3fe9Wk7a/cey//PkC/A5I8hHr8Ii06Ew7oAnLsgDs6Ib6QN4kOWvVCoQ1rDVGiqaNH8WtET+l2EpBFXocxdPMTKVd4x/oQSUbripiDpsYKS+FLSiZ91sqDh2wF6jxdaTNOwB3/5RN+2HF3d1nFWtwiglXsTaP9ojJGFus518tT9oi5rkz6fUE7A8HleLX5ezziHOW8XQ4Ui/3dYyn52lVpN3ZVeZrh4PtVviYzf9tuVXvh8TwMPZHTOIIYVj3RYERflCJeb7CgPRd5fO/uwrD7IZFeZ1ScMBkCY+aU=

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

lib/api.js

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/api.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/uploader.js

Lines changed: 44 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/uploader.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/utils.js

Lines changed: 5 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/utils.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/v2/uploader.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/v2/uploader.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)