Skip to content

Commit 5b57b63

Browse files
author
Amir Tocker
committed
Version 1.12.0
1 parent add66d9 commit 5b57b63

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.12.0 / 2018-11-08
3+
===================
4+
5+
New functionality
6+
-----------------
7+
8+
* Add Responsive Breakpoints cache
9+
* Add `picture` and `source` tags
10+
* Add fetch support to overlay/underlay (#189)
11+
* Add async param to uploader (#193)
12+
13+
Other changes
14+
-------------
15+
16+
* Convert CoffeeScript source to JavaScript
17+
* Refactor compiled coffee to proper JS
18+
* Remove old lib files
19+
* Move all sources from `src` to `lib`
20+
* Move `cloudinary.js` inside the src folder
21+
* Setup library and tests to run with either es6 or es5
22+
* Apply babel to support older Node versions
23+
* Refactor tests to use promises
24+
* Fix Tests
25+
* Refactor utils
26+
* Move utils.js to utils folder
27+
* Add `ensurePresenceOf` and `rimraf` utility functions
28+
* Add `nyc` for coverage and update sinon
29+
* Add "Join the Community" (#201)
30+
* Use upload params in explicit API
31+
* Fix raw convert test
32+
233
1.11.0 / 2018-03-19
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.11.0",
5+
"version": "1.12.0",
66
"homepage": "http://cloudinary.com",
77
"license": "MIT",
88
"repository": {

0 commit comments

Comments
 (0)