File tree Expand file tree Collapse file tree 5 files changed +29
-4
lines changed Expand file tree Collapse file tree 5 files changed +29
-4
lines changed Original file line number Diff line number Diff line change 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+
2270.1.4 / 2015-08-23
328==================
429
Original file line number Diff line number Diff line change 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 ,
Original file line number Diff line number Diff line change 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" : {
Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff line change 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" : {}
You can’t perform that action at this time.
0 commit comments