File tree Expand file tree Collapse file tree 5 files changed +21
-5
lines changed Expand file tree Collapse file tree 5 files changed +21
-5
lines changed Original file line number Diff line number Diff line change 1
- 27 Jan 2016 v1.4.1
1
+ 22 Jul 2016 v1.4.2
2
+ ===
3
+
4
+ ** Fix**
5
+
6
+ [ #206 ] ( https://github.com/huei90/angular-validation/pull/206 ) Fixed calls for validCallback/invalidCallback
7
+ [ #215 ] ( https://github.com/huei90/angular-validation/pull/215 ) Fix validation-group not working properly
8
+
9
+ ** Improvement**
10
+
11
+ [ #223 ] ( https://github.com/huei90/angular-validation/pull/223 ) Track originalViewValue
12
+
13
+ ** Documentation**
14
+
15
+ [ #204 ] ( https://github.com/huei90/angular-validation/pull/204 ) Webpack integration + design improvements
16
+
17
+ 27 Jan 2016 v1.4.1
2
18
===
3
19
4
20
** Improvement**
Original file line number Diff line number Diff line change 1
- angular-validation 1.4.1
1
+ angular-validation 1.4.2
2
2
=========================
3
3
[ ![ NPM version] ( https://badge.fury.io/js/angular-validation.svg )] ( http://badge.fury.io/js/angular-validation )
4
4
[ ![ 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 1
1
{
2
2
"name" : " angular-validation" ,
3
- "version" : " 1.4.1 " ,
3
+ "version" : " 1.4.2 " ,
4
4
"homepage" : " https://github.com/huei90/angular-validation" ,
5
5
"authors" : [
6
6
" huei90"
Original file line number Diff line number Diff line change 1
1
var options = {
2
- version : '1.4.1 ' ,
2
+ version : '1.4.2 ' ,
3
3
where : 'client' ,
4
4
packageName : 'huei90:angular-validation'
5
5
} ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " angular-validation" ,
3
- "version" : " 1.4.1 " ,
3
+ "version" : " 1.4.2 " ,
4
4
"description" : " Client-side Validation for AngularJS" ,
5
5
"repository" : {
6
6
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments