File tree Expand file tree Collapse file tree 5 files changed +23
-7
lines changed
Expand file tree Collapse file tree 5 files changed +23
-7
lines changed Original file line number Diff line number Diff line change 1+ 17 Dec 2015 v1.3.4 (Moving to v1.4)
2+ ===
3+
4+ ** Improvement**
5+
6+ [ #113 ] ( https://github.com/huei90/angular-validation/pull/162 ) removing directive scope dependency
7+ <br />[ #168 ] ( https://github.com/huei90/angular-validation/pull/168 ) Added a global valid method
8+
9+ ** Fix**
10+
11+ [ 0946ed4] ( https://github.com/huei90/angular-validation/commit/0946ed4ab22611aaf68b625ac9028a9767f012f7 ) FIX provider.setSuccess/ErrorMessage & no-validation-message
12+
13+ ** Documentation**
14+
15+ [ #164 ] ( https://github.com/huei90/angular-validation/issues/164 ) Improve the HTML documentation
16+
11731 Oct 2015 v1.3.3
218===
319
420** Improvement**
521
6- [ 00ce51c] ( https://github.com/huei90/angular-validation/commit/00ce51cb85c21a7699c7faecc4a173e0834daadb ) Updated ` travis.yml `
22+ [ 00ce51c] ( https://github.com/huei90/angular-validation/commit/00ce51cb85c21a7699c7faecc4a173e0834daadb ) Updated ` travis.yml `
723<br />[ 6f9403d] ( https://github.com/huei90/angular-validation/pull/143 ) Added the ` package.js ` in order to support Meteor package
8- <br />[ a872d4c] ( https://github.com/huei90/angular-validation/pull/147 ) Did refactoring the project
24+ <br />[ a872d4c] ( https://github.com/huei90/angular-validation/pull/147 ) Did refactoring the project
925
1026** Fix**
1127
1228[ 331d2eb] ( https://github.com/huei90/angular-validation/commit/331d2eb2fd68d11532fe612453861c263577fb58 ) Wrapped ` validation-reset ` within $timeout
1329<br />[ e53469c] ( https://github.com/huei90/angular-validation/commit/e53469c08a7e6e4ef7c8a60c0e67683bd7dd68ad ) Fixed ` no-validation-message ` condition
14- <br />[ 4dcdb68] ( https://github.com/huei90/angular-validation/pull/140 ) Set an actual value from the control's view (ctrl.$viewValue instead of watch value)
30+ <br />[ 4dcdb68] ( https://github.com/huei90/angular-validation/pull/140 ) Set an actual value from the control's view (ctrl.$viewValue instead of watch value)
1531<br />[ 09aed2e] ( https://github.com/huei90/angular-validation/pull/145 ) Fixed an error in the checkValid function
1632
1733
Original file line number Diff line number Diff line change 1- angular-validation 1.3.3
1+ angular-validation 1.3.4
22=========================
33[ ![ NPM version] ( https://badge.fury.io/js/angular-validation.svg )] ( http://badge.fury.io/js/angular-validation )
44[ ![ Build Status] ( https://travis-ci.org/huei90/angular-validation.png?branch=master )] ( https://travis-ci.org/huei90/angular-validation )
Original file line number Diff line number Diff line change 11{
22 "name" : " angular-validation" ,
3- "version" : " 1.3.3 " ,
3+ "version" : " 1.3.4 " ,
44 "homepage" : " https://github.com/huei90/angular-validation" ,
55 "authors" : [
66 " huei90"
Original file line number Diff line number Diff line change 11var options = {
2- version : '1.3.3 ' ,
2+ version : '1.3.4 ' ,
33 where : 'client' ,
44 packageName : 'huei90:angular-validation'
55} ;
Original file line number Diff line number Diff line change 11{
22 "name" : " angular-validation" ,
3- "version" : " 1.3.3 " ,
3+ "version" : " 1.3.4 " ,
44 "description" : " Client-side Validation for AngularJS" ,
55 "repository" : {
66 "type" : " git" ,
You can’t perform that action at this time.
0 commit comments