From aa6fac9e30fe42b8a1f118c5e4efcffa659c8e46 Mon Sep 17 00:00:00 2001 From: huei90 Date: Mon, 11 May 2015 12:35:15 +0800 Subject: [PATCH] Bump version 1.3.1 --- CHANGELOG.md | 25 ++++++++++++++++++++++--- README.md | 5 ++--- bower.json | 2 +- package.json | 2 +- 4 files changed, 26 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca39dda..a391067 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +11 May 2015 v1.3.1 +=== + +Welcome [angular-validation-schema](https://github.com/thetutlage/angular-validation-schema) +
Add GA for the demo page + +**Improvement** + +[6b22fe2](https://github.com/huei90/angular-validation/commit/6b22fe2065e91cd051ecae973facadd115504c52) Documentation for bootstrap form group +
[dffdc32](https://github.com/huei90/angular-validation/commit/dffdc3262e8631bc586bf7c9c030864d8b77fbf0) Allow passing of a parameter to validation rule and added min and max length rules + +**Fix** + +[09f9731](https://github.com/huei90/angular-validation/commit/09f9731170a63704d0befdbbdd635e700af35433) second validator fires but does not wait + +**New Featuers** + +[1b9d527](https://github.com/huei90/angular-validation/commit/1b9d52713c32d1b73c90174258ea9b0cc781489a) toggle has-error on parent form-group with $validationProvider valid/invalid callbacks + 02 Feb 2015 v1.3.0 === **Important** @@ -6,7 +25,7 @@ This version support angularjs 1.3 **Improvement** -[b6a70b2](https://github.com/huei90/angular-validation/commit/a6ac1400a8a637bc2296a1910c3456797b6a70b2) Use ctrl.$viewValue instead of element[0].value +[b6a70b2](https://github.com/huei90/angular-validation/commit/a6ac1400a8a637bc2296a1910c3456797b6a70b2) Use ctrl.$viewValue instead of element[0].value
[0e1925e](https://github.com/huei90/angular-validation/commit/a30e6edaffe15c64cac711a7290236b550e1925e) Default initial Validity is undefined
[8c7bfb1](https://github.com/huei90/angular-validation/commit/d505d45a93984e07f0a466d3e385e15ac8c7bfb1) Prevents span from being displayed for valid input without messages
[509e2a0](https://github.com/huei90/angular-validation/commit/8b1b46f8e37e5eb435de4a0842cb036e5509e2a0) Allows global disabling of error messages in case someone wants that @@ -30,10 +49,10 @@ Thanks @lvarayut @eyupatis @U-US\katerbm @dmitry-dedukhin for the contributions 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 diff --git a/README.md b/README.md index bd040df..c0366a3 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -angular-validation 1.3.0 +angular-validation 1.3.1 ========================= [![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) @@ -12,7 +12,7 @@ Setup your Validation on config phase by using some rules [(example)](https://gi
If you prefer schema over html attributes , try [angular-validation-schema ](https://github.com/thetutlage/angular-validation-schema) [(Demo)](http://plnkr.co/edit/X56HEsDYgYoY8gbSj7cu?p=preview)
And add Validation in your view only. - + angularjs 1.2.x support to version [angular-validation 1.2.x](https://github.com/huei90/angular-validation/tree/v1.2.x)
angularjs 1.3.x support after version angular-validation 1.3.x @@ -149,4 +149,3 @@ See [release](https://github.com/huei90/angular-validation/releases) CONTRIBUTORS ===== Thanks for all [contributors](https://github.com/huei90/angular-validation/graphs/contributors) - diff --git a/bower.json b/bower.json index aafeccd..e026a82 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "angular-validation", - "version": "1.3.0", + "version": "1.3.1", "homepage": "https://github.com/huei90/angular-validation", "authors": [ "huei90" diff --git a/package.json b/package.json index c124327..c6e1742 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-validation", - "version": "1.3.0", + "version": "1.3.1", "description": "Client-side Validation for AngularJS", "repository": { "type": "git",