Skip to content

Commit

Permalink
add changelog file
Browse files Browse the repository at this point in the history
  • Loading branch information
orifn committed Jan 11, 2018
1 parent 884a743 commit b1c84e6
Show file tree
Hide file tree
Showing 2 changed files with 81 additions and 22 deletions.
56 changes: 56 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
<a name="1.2.1"></a>
## [1.2.1](https://github.com/allenRoyston/ngCroppie/compare/1.2.0...1.2.1) (2017-12-19)

### Features
* add new feature **enforceBoundary** ([5785524](https://github.com/allenRoyston/ngCroppie/commit/5785524))
* update dev dependencies ([0e534da](https://github.com/allenRoyston/ngCroppie/commit/0e534da))


<a name="1.2.0"></a>
# [1.2.0](https://github.com/allenRoyston/ngCroppie/compare/1.0.3...1.2.0) (2017-12-17)

### Bug Fixes
* fix scroll wheel for firefox browser ([855b571](https://github.com/allenRoyston/ngCroppie/commit/855b571))

### Features
* library upgrade @Croppie.js v2.5.1 ([1f79735](https://github.com/allenRoyston/ngCroppie/commit/1f79735))


<a name="1.0.3"></a>
## [1.0.3](https://github.com/allenRoyston/ngCroppie/compare/1.0.2...1.0.3) (2017-07-24)

### Bug Fixes
* fix source watcher ([4b25e6a](https://github.com/allenRoyston/ngCroppie/commit/4b25e6a))

### Features
* library upgrade @Croppie.js v2.5.0 ([f58fefb](https://github.com/allenRoyston/ngCroppie/commit/f58fefb))
* add new feature **mobile** ([280993e](https://github.com/allenRoyston/ngCroppie/commit/280993e))
* update dev dependencies ([5cb030b](https://github.com/allenRoyston/ngCroppie/commit/5cb030b))


<a name="1.0.2"></a>
## [1.0.2](https://github.com/allenRoyston/ngCroppie/compare/1.0.1...1.0.2) (2017-05-15)

### Bug Fixes
* fix watchers for source and rotation ([fa982f7](https://github.com/allenRoyston/ngCroppie/commit/fa982f7)), closes [#17](https://github.com/allenRoyston/ngCroppie/issues/17)


<a name="1.0.1"></a>
## [1.0.1](https://github.com/allenRoyston/ngCroppie/compare/1.0.0...1.0.1) (2017-04-06)

### Bug Fixes
* code modularizing & refactoring ([1d3d1f2](https://github.com/allenRoyston/ngCroppie/commit/1d3d1f2)), closes [#6](https://github.com/allenRoyston/ngCroppie/issues/6)
* zoom, mousezoom and rotate ([550f036](https://github.com/allenRoyston/ngCroppie/commit/550f036))
* default zoom ([6a34e83](https://github.com/allenRoyston/ngCroppie/commit/550f036))

### Features
* library upgrade @Croppie.js v2.4.1 ([a708ac0](https://github.com/allenRoyston/ngCroppie/commit/a708ac0))
* add new feature **zoomslider** ([a708ac0](https://github.com/allenRoyston/ngCroppie/commit/a708ac0))
* add new features **zoomer**, **orientation** and **exif** ([550f036](https://github.com/allenRoyston/ngCroppie/commit/550f036))


<a name="1.0.0"></a>
# [1.0.0](https://github.com/allenRoyston/ngCroppie/compare/ab9e64c...1.0.0) (2017-03-31)

### Notes
* initial release, closes [#4](https://github.com/allenRoyston/ngCroppie/issues/4), [#12](https://github.com/allenRoyston/ngCroppie/issues/12), [#15](https://github.com/allenRoyston/ngCroppie/issues/15) and [#26](https://github.com/allenRoyston/ngCroppie/issues/26)
47 changes: 25 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,32 @@
"name": "ng-croppie",
"version": "1.2.1",
"description": "An awesome image cropping and rotating module for AngularJS",
"main": [
"ng-croppie.js",
"ng-croppie.css"
"homepage": "https://github.com/allenRoyston/ngCroppie#readme",
"authors": [
"Allen Royston <allen.acr@gmail.com>",
"Orif N. Jr. <orif.zade@gmail.com>"
],
"license": "MIT",
"devDependencies": {
"gulp": "3.9.1",
"gulp-concat": "2.6.1",
"gulp-clean-css": "3.9.0",
"gulp-main-bower-files": "1.6.2",
"gulp-rename": "1.2.2",
"gulp-uglify": "3.0.0",
"pump": "2.0.0"
},
"scripts": {
"lint": "gulp lint",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
"postchangelog": "git commit -am \"chore(): update changelog\"",
"_test": "echo \"Error: no test specified\" && exit 1",
"test": "echo \"Error: no test specified\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/allenRoyston/ngCroppie.git"
},
"main": [
"ng-croppie.js",
"ng-croppie.css"
],
"keywords": [
"angular",
"croppie",
Expand All @@ -22,22 +36,11 @@
"rotate",
"image"
],
"authors": [
"Allen Royston <allen.acr@gmail.com>",
"Orif N. Jr. <orif.zade@gmail.com>"
],
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/allenRoyston/ngCroppie.git"
},
"bugs": {
"url": "https://github.com/allenRoyston/ngCroppie/issues"
},
"homepage": "https://github.com/allenRoyston/ngCroppie#readme",
"devDependencies": {
"gulp": "3.9.1",
"gulp-concat": "2.6.1",
"gulp-clean-css": "3.9.0",
"gulp-main-bower-files": "1.6.2",
"gulp-rename": "1.2.2",
"gulp-uglify": "3.0.0",
"pump": "2.0.0"
}
}

0 comments on commit b1c84e6

Please # to comment.