Skip to content

Releases: hueitan/angular-validation

v1.2.6 (Moving to v1.3 next)

14 Nov 06:32
Compare
Choose a tag to compare

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 Custom message on html not displaying with multiple validator

v1.2.5

23 Aug 16:32
Compare
Choose a tag to compare

New Features

911b791 Support for multiple validators on a single input

Tools

c941b0b Add jshint and jsbeautifier

v1.2.2

01 Aug 00:25
Compare
Choose a tag to compare

Fix

a96c499 Fix validationSubmit directive to avoid non interpretation of others angular treatments
0474c8a Fixed customizable initial validation.

Demo

5f06982 Fix rule required

Documentation

Update readme file and add Q&A API page

v1.2.1

10 Jul 06:32
Compare
Choose a tag to compare

New features

6a682b0 Add rule.js => angular-validation-rule.js
343f578 Show error message when the form is undefined
78e15a3 Allow validate/reset multiple scope model
e16c592 Allow validate/reset only one scope model

Documentation

172fd8c Added bootstrap integration to readme. Moved contributing info to CON…

v1.2.0

15 Jun 11:08
Compare
Choose a tag to compare

New features

b1f875e Do more in setExpression(...)
b1d4a54 New Features validation-submit & validation-reset

Fix

73ff4b0 checkValid using timeout inside submit
af5ea19 unique field event

Documentation

9a6fd48 When using checkValid()

v1.1.2

14 May 06:15
Compare
Choose a tag to compare

Fix

964c577 Fix callback reference issue
ea4fc94 Add scope apply in blur callback

Tools

41215a9 Replace connect as BrowserSync

test

6ff77c8 Allow test for node 0.11

v1.1.1

19 Apr 02:45
Compare
Choose a tag to compare

New features

794291d Focus first input element when submit error #11

Fix

a08264c Fix given value '' while reset phase
8e594cf Fix scope.$on('submit') order

Documentation

46937cc Update Documentation, setup validation in config state

lib

upgrade angular.1.2.16
upgrade angular.1.3.0-beta.5

v1.1.0

13 Apr 09:01
Compare
Choose a tag to compare

New features

09894d8 Allow disable showing success message #6
ad0f55d Differentiate submit submit-only method #4

Fix

0a96acb Fix validate.reset method

v1.0.6

09 Apr 03:15
Compare
Choose a tag to compare

update bower.json

v1.0.5

02 Mar 11:29
Compare
Choose a tag to compare

Update dev
Update angularjs
51f0019 - provider validate reset doesn't need parameter scope anymore