Skip to content

Commit cedc1d4

Browse files
committed
Version 0.2.0
1 parent 7ed9b93 commit cedc1d4

File tree

5 files changed

+29
-4
lines changed

5 files changed

+29
-4
lines changed

CHANGELOG.md

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

2+
0.2.0 / 2016-01-14
3+
==================
4+
5+
jQuery independent version
6+
--------------------------
7+
8+
* Use Cloudinary new API
9+
* Create CloudinaryProvider.
10+
* Separate sample app to with and without jQuery.
11+
12+
Other changes
13+
-------------
14+
15+
* Add setter and getter to Cloudinary provider. Serve `jQuery.cloudinary` if present.
16+
* Add NPM package.json file
17+
* Add spec file. Add Karma configuration.
18+
* Update gitignore. Update dependencies.
19+
* Rename spec file. Remove coverage and add Chrome to the karma test.
20+
* Fix sample project dependency. Remove leftover file.
21+
* Add uploaded image preview to the jQuery upload page
22+
* Support PhantomJS
23+
* Change ng-file-upload input to match version 11.
24+
* Merge pull request #40 from ArdentKid/master
25+
* bower dependency fix for "cloudinary_ng"
26+
227
0.1.4 / 2015-08-23
328
==================
429

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "cloudinary_ng",
33
"description": "A set of AngularJS directives/helpers for using Cloudinary with AngularJS",
4-
"version": "0.1.4",
4+
"version": "0.2.0",
55
"homepage": "https://github.com/cloudinary/cloudinary_angular",
66
"license": "MIT",
77
"private": false,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cloudinary_ng",
3-
"version": "0.1.4",
3+
"version": "0.2.0",
44
"description": "A set of AngularJS directives/helpers for using Cloudinary with AngularJS",
55
"main": "js/angular.cloudinary.js",
66
"directories": {

samples/photo_album/bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"angular-route": "1.4.x",
1212
"angular-resource": "1.4.x",
1313
"angular-animate": "1.4.x",
14-
"cloudinary_ng": "~0.1.4"
14+
"cloudinary_ng": "~0.2.0"
1515
},
1616
"ignore": {}
1717
}

samples/photo_album_with_jquery/bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"angular-route": "1.4.x",
1414
"angular-resource": "1.4.x",
1515
"angular-animate": "1.4.x",
16-
"cloudinary_ng": "~0.1.4",
16+
"cloudinary_ng": "~0.2.0",
1717
"cloudinary-jquery-file-upload": "^2.0"
1818
},
1919
"ignore": {}

0 commit comments

Comments
 (0)