From 5165ddf17c1a0110c8d342e546842ef7494d1ac2 Mon Sep 17 00:00:00 2001 From: Huei Date: Fri, 14 Nov 2014 14:25:55 +0800 Subject: [PATCH] bump version 1.2.6 (support angularjs 1.2.x) --- CHANGELOG.md | 13 ++++++++++++- Gruntfile.js | 3 --- README.md | 8 ++++++-- bower.json | 2 +- package.json | 2 +- 5 files changed, 20 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b2017b0..39da7a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +14 Nov 2014 v1.2.6 +=== +**Important** + +This version support to angularjs version 1.2.x
+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** @@ -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 -=== \ No newline at end of file +=== diff --git a/Gruntfile.js b/Gruntfile.js index b6625f8..c394401 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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' } } }); diff --git a/README.md b/README.md index 06f0659..ee16814 100644 --- a/README.md +++ b/README.md @@ -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) @@ -9,10 +9,14 @@ Client-side Validation should be simple and clean.
Don't let Client-side Validation dirty your controller.
Setup your Validation on config phase by using some rules [(example)](https://github.com/huei90/angular-validation/blob/master/dist/angular-validation-rule.js)
And add Validation in your view only. + +angularjs 1.2.0 support to version angular-validation 1.2.6
+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)
+[AngularJS](http://angularjs.org) > 1.3.0 (for angular-validation > 1.3) DEMO ----- diff --git a/bower.json b/bower.json index ef9e934..d96c5f4 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "angular-validation", - "version": "1.2.5", + "version": "1.2.6", "homepage": "https://github.com/huei90/angular-validation", "authors": [ "huei90" diff --git a/package.json b/package.json index b08d761..fd37119 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-validation", - "version": "1.2.5", + "version": "1.2.6", "description": "Client-side Validation for AngularJS", "repository": { "type": "git",