File tree Expand file tree Collapse file tree 5 files changed +20
-4
lines changed Expand file tree Collapse file tree 5 files changed +20
-4
lines changed Original file line number Diff line number Diff line change 1
1
2
+ 1.0.0 / 2016-03-15
3
+ ==================
4
+
5
+ New Features
6
+ ------------
7
+
8
+ * Support Responsive behaviour
9
+
10
+ Other Changes
11
+ -------------
12
+
13
+ * Add tests for responsive behaviour
14
+ * Add spec and karma to bower ignore list
15
+ * Merge pull request #42 from gilhanan/gilhanan-readme-patch-1
16
+ * Add bower install instructions
17
+
2
18
0.2.0 / 2016-01-14
3
19
==================
4
20
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " cloudinary_ng" ,
3
3
"description" : " A set of AngularJS directives/helpers for using Cloudinary with AngularJS" ,
4
- "version" : " 0.2 .0" ,
4
+ "version" : " 1.0 .0" ,
5
5
"homepage" : " https://github.com/cloudinary/cloudinary_angular" ,
6
6
"license" : " MIT" ,
7
7
"private" : false ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " cloudinary_ng" ,
3
- "version" : " 0.2 .0" ,
3
+ "version" : " 1.0 .0" ,
4
4
"description" : " A set of AngularJS directives/helpers for using Cloudinary with AngularJS" ,
5
5
"main" : " js/angular.cloudinary.js" ,
6
6
"directories" : {
Original file line number Diff line number Diff line change 11
11
"angular-route" : " 1.4.x" ,
12
12
"angular-resource" : " 1.4.x" ,
13
13
"angular-animate" : " 1.4.x" ,
14
- "cloudinary_ng" : " ~0.2 .0"
14
+ "cloudinary_ng" : " ~1.0 .0"
15
15
},
16
16
"ignore" : {}
17
17
}
Original file line number Diff line number Diff line change 13
13
"angular-route" : " 1.4.x" ,
14
14
"angular-resource" : " 1.4.x" ,
15
15
"angular-animate" : " 1.4.x" ,
16
- "cloudinary_ng" : " ~0.2 .0" ,
16
+ "cloudinary_ng" : " ~1.0 .0" ,
17
17
"cloudinary-jquery-file-upload" : " ^2.0"
18
18
},
19
19
"ignore" : {}
You can’t perform that action at this time.
0 commit comments