Skip to content

Commit 5165ddf

Browse files
committed
bump version 1.2.6 (support angularjs 1.2.x)
1 parent 0d51d3f commit 5165ddf

5 files changed

Lines changed: 20 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
14 Nov 2014 v1.2.6
2+
===
3+
**Important**
4+
5+
This version support to angularjs version 1.2.x <br/>
6+
To support angularjs version 1.3.x, please use angular-validation 1.3.x
7+
8+
**Fix**
9+
10+
[bcaab7e](https://github.com/huei90/angular-validation/commit/bcaab7e31f2e00e92e2d8e8397935c96c37d16b3) Custom message on html not displaying with multiple validator
11+
112
24 Aug 2014 v1.2.5
213
===
314
**New Features**
@@ -109,4 +120,4 @@ Include bower.json
109120
[51f0019](https://github.com/huei90/angular-validation/commit/51f0019477a1ec459edfea4b2966bd6a16b2a348) provider `validate` `reset` doesn't need parameter `scope` anymore
110121

111122
27 Dec 2013 v1.0.0 FIRST RELEASE
112-
===
123+
===

Gruntfile.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,6 @@ module.exports = function(grunt) {
8181
karma: {
8282
angular1_2: {
8383
configFile: 'config/karma.conf.angular.1.2.js'
84-
},
85-
angular1_3: {
86-
configFile: 'config/karma.conf.angular.1.3.js'
8784
}
8885
}
8986
});

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
angular-validation 1.2.5
1+
angular-validation 1.2.6
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)
@@ -9,10 +9,14 @@ Client-side Validation should be simple and clean.
99
<br/>Don't let Client-side Validation dirty your controller.
1010
<br/>Setup your Validation on config phase by using some rules [(example)](https://github.com/huei90/angular-validation/blob/master/dist/angular-validation-rule.js)
1111
<br/>And add Validation in your view only.
12+
13+
angularjs 1.2.0 support to version angular-validation 1.2.6 <br/>
14+
angularjs 1.3.0 support after version angular-validation 1.3.0
1215

1316
Requirement
1417
-----
15-
[AngularJS](http://angularjs.org) > 1.2.0, > 1.3.0
18+
[AngularJS](http://angularjs.org) > 1.2.0 (for angular-validation < 1.2.6) <br/>
19+
[AngularJS](http://angularjs.org) > 1.3.0 (for angular-validation > 1.3)
1620

1721
DEMO
1822
-----

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-validation",
3-
"version": "1.2.5",
3+
"version": "1.2.6",
44
"homepage": "https://github.com/huei90/angular-validation",
55
"authors": [
66
"huei90"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-validation",
3-
"version": "1.2.5",
3+
"version": "1.2.6",
44
"description": "Client-side Validation for AngularJS",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)