Skip to content

Commit

Permalink
Version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tocker committed Jan 14, 2016
1 parent 7ed9b93 commit cedc1d4
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 4 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,29 @@

0.2.0 / 2016-01-14
==================

jQuery independent version
--------------------------

* Use Cloudinary new API
* Create CloudinaryProvider.
* Separate sample app to with and without jQuery.

Other changes
-------------

* Add setter and getter to Cloudinary provider. Serve `jQuery.cloudinary` if present.
* Add NPM package.json file
* Add spec file. Add Karma configuration.
* Update gitignore. Update dependencies.
* Rename spec file. Remove coverage and add Chrome to the karma test.
* Fix sample project dependency. Remove leftover file.
* Add uploaded image preview to the jQuery upload page
* Support PhantomJS
* Change ng-file-upload input to match version 11.
* Merge pull request #40 from ArdentKid/master
* bower dependency fix for "cloudinary_ng"

0.1.4 / 2015-08-23
==================

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cloudinary_ng",
"description": "A set of AngularJS directives/helpers for using Cloudinary with AngularJS",
"version": "0.1.4",
"version": "0.2.0",
"homepage": "https://github.com/cloudinary/cloudinary_angular",
"license": "MIT",
"private": false,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cloudinary_ng",
"version": "0.1.4",
"version": "0.2.0",
"description": "A set of AngularJS directives/helpers for using Cloudinary with AngularJS",
"main": "js/angular.cloudinary.js",
"directories": {
Expand Down
2 changes: 1 addition & 1 deletion samples/photo_album/bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"angular-route": "1.4.x",
"angular-resource": "1.4.x",
"angular-animate": "1.4.x",
"cloudinary_ng": "~0.1.4"
"cloudinary_ng": "~0.2.0"
},
"ignore": {}
}
2 changes: 1 addition & 1 deletion samples/photo_album_with_jquery/bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"angular-route": "1.4.x",
"angular-resource": "1.4.x",
"angular-animate": "1.4.x",
"cloudinary_ng": "~0.1.4",
"cloudinary_ng": "~0.2.0",
"cloudinary-jquery-file-upload": "^2.0"
},
"ignore": {}
Expand Down

0 comments on commit cedc1d4

Please sign in to comment.