Skip to content

Commit

Permalink
bump version 1.2.6 (support angularjs 1.2.x)
Browse files Browse the repository at this point in the history
  • Loading branch information
hueitan committed Nov 14, 2014
1 parent 0d51d3f commit 5165ddf
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 8 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
14 Nov 2014 v1.2.6
===
**Important**

This version support to angularjs version 1.2.x <br/>
To support angularjs version 1.3.x, please use angular-validation 1.3.x

**Fix**

[bcaab7e](https://github.com/huei90/angular-validation/commit/bcaab7e31f2e00e92e2d8e8397935c96c37d16b3) Custom message on html not displaying with multiple validator

24 Aug 2014 v1.2.5
===
**New Features**
Expand Down Expand Up @@ -109,4 +120,4 @@ Include bower.json
[51f0019](https://github.com/huei90/angular-validation/commit/51f0019477a1ec459edfea4b2966bd6a16b2a348) provider `validate` `reset` doesn't need parameter `scope` anymore

27 Dec 2013 v1.0.0 FIRST RELEASE
===
===
3 changes: 0 additions & 3 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,6 @@ module.exports = function(grunt) {
karma: {
angular1_2: {
configFile: 'config/karma.conf.angular.1.2.js'
},
angular1_3: {
configFile: 'config/karma.conf.angular.1.3.js'
}
}
});
Expand Down
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
angular-validation 1.2.5
angular-validation 1.2.6
=========================
[![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)
Expand All @@ -9,10 +9,14 @@ Client-side Validation should be simple and clean.
<br/>Don't let Client-side Validation dirty your controller.
<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)
<br/>And add Validation in your view only.

angularjs 1.2.0 support to version angular-validation 1.2.6 <br/>
angularjs 1.3.0 support after version angular-validation 1.3.0

Requirement
-----
[AngularJS](http://angularjs.org) > 1.2.0, > 1.3.0
[AngularJS](http://angularjs.org) > 1.2.0 (for angular-validation < 1.2.6) <br/>
[AngularJS](http://angularjs.org) > 1.3.0 (for angular-validation > 1.3)

DEMO
-----
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-validation",
"version": "1.2.5",
"version": "1.2.6",
"homepage": "https://github.com/huei90/angular-validation",
"authors": [
"huei90"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-validation",
"version": "1.2.5",
"version": "1.2.6",
"description": "Client-side Validation for AngularJS",
"repository": {
"type": "git",
Expand Down

0 comments on commit 5165ddf

Please sign in to comment.