diff --git a/CHANGELOG.md b/CHANGELOG.md index 286c33a..65525c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,17 +1,33 @@ +17 Dec 2015 v1.3.4 (Moving to v1.4) +=== + +**Improvement** + +[#113](https://github.com/huei90/angular-validation/pull/162) removing directive scope dependency +
[#168](https://github.com/huei90/angular-validation/pull/168) Added a global valid method + +**Fix** + +[0946ed4](https://github.com/huei90/angular-validation/commit/0946ed4ab22611aaf68b625ac9028a9767f012f7) FIX provider.setSuccess/ErrorMessage & no-validation-message + +**Documentation** + +[#164](https://github.com/huei90/angular-validation/issues/164) Improve the HTML documentation + 31 Oct 2015 v1.3.3 === **Improvement** -[00ce51c](https://github.com/huei90/angular-validation/commit/00ce51cb85c21a7699c7faecc4a173e0834daadb) Updated `travis.yml` +[00ce51c](https://github.com/huei90/angular-validation/commit/00ce51cb85c21a7699c7faecc4a173e0834daadb) Updated `travis.yml`
[6f9403d](https://github.com/huei90/angular-validation/pull/143) Added the `package.js` in order to support Meteor package -
[a872d4c](https://github.com/huei90/angular-validation/pull/147) Did refactoring the project +
[a872d4c](https://github.com/huei90/angular-validation/pull/147) Did refactoring the project **Fix** [331d2eb](https://github.com/huei90/angular-validation/commit/331d2eb2fd68d11532fe612453861c263577fb58) Wrapped `validation-reset` within $timeout
[e53469c](https://github.com/huei90/angular-validation/commit/e53469c08a7e6e4ef7c8a60c0e67683bd7dd68ad) Fixed `no-validation-message` condition -
[4dcdb68](https://github.com/huei90/angular-validation/pull/140) Set an actual value from the control's view (ctrl.$viewValue instead of watch value) +
[4dcdb68](https://github.com/huei90/angular-validation/pull/140) Set an actual value from the control's view (ctrl.$viewValue instead of watch value)
[09aed2e](https://github.com/huei90/angular-validation/pull/145) Fixed an error in the checkValid function diff --git a/README.md b/README.md index 193db62..26b1cdd 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -angular-validation 1.3.3 +angular-validation 1.3.4 ========================= [![NPM version](https://badge.fury.io/js/angular-validation.svg)](http://badge.fury.io/js/angular-validation) [![Build Status](https://travis-ci.org/huei90/angular-validation.png?branch=master)](https://travis-ci.org/huei90/angular-validation) diff --git a/bower.json b/bower.json index ca1aaf9..b3aa937 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "angular-validation", - "version": "1.3.3", + "version": "1.3.4", "homepage": "https://github.com/huei90/angular-validation", "authors": [ "huei90" diff --git a/package.js b/package.js index 6a55d7a..7c7e208 100644 --- a/package.js +++ b/package.js @@ -1,5 +1,5 @@ var options = { - version: '1.3.3', + version: '1.3.4', where: 'client', packageName: 'huei90:angular-validation' }; diff --git a/package.json b/package.json index bf3da3b..821b9ca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-validation", - "version": "1.3.3", + "version": "1.3.4", "description": "Client-side Validation for AngularJS", "repository": { "type": "git",