Skip to content

Latest commit

 

History

History
285 lines (175 loc) · 11.8 KB

CHANGELOG.md

File metadata and controls

285 lines (175 loc) · 11.8 KB

26 Oct 2020 v1.4.5

As of today, this project is no longer maintained.

31 May 2017 v1.4.4

Fix

402752c Executes $apply() only if doesn't have another in execution (blur)

Improvement

#198 Added support for dynamic default messages using functions.

24 Jan 2017 v1.4.3

Fix

#257 Fix for initialValidity set up

Improvement

#231 improve valid result, you can set success or error message when valid
#266 Observe validator changes
#271 Using model value

22 Jul 2016 v1.4.2

Fix

#206 Fixed calls for validCallback/invalidCallback
#215 Fix validation-group not working properly

Improvement

#223 Track originalViewValue

Documentation

#204 Webpack integration + design improvements

27 Jan 2016 v1.4.1

Improvement

#137 Support Angular 1.4.x version
#180 Add code coverage using coveralls and write more tests
#184 Support compiling validation output message

New Featuers
#175 Add validation-group directive to support group validation, checkboxes, radios, text fields, and etc
#183 Support custom message element and update parameter for setErrorHTML() and setSuccessHTML()

17 Dec 2015 v1.4.0 (Support AngularJS 1.4)

:celebration: :party:

17 Dec 2015 v1.3.4 (Moving to v1.4)

Improvement

#113 removing directive scope dependency
#168 Added a global valid method

Fix

0946ed4 FIX provider.setSuccess/ErrorMessage & no-validation-message

Documentation

#164 Improve the HTML documentation

31 Oct 2015 v1.3.3

Improvement

00ce51c Updated travis.yml
6f9403d Added the package.js in order to support Meteor package
a872d4c Did refactoring the project

Fix

331d2eb Wrapped validation-reset within $timeout
e53469c Fixed no-validation-message condition
4dcdb68 Set an actual value from the control's view (ctrl.$viewValue instead of watch value)
09aed2e Fixed an error in the checkValid function

Documentation

eeac2f0 Updated API.md to include an ng-model-options example

10 Aug 2015 v1.3.2

Fix

fca3399 Trouble focusing on first invalid element on submit
ef425a9 Adding message to invalid and valid callback functions.

Known Issue

$observe #132

11 May 2015 v1.3.1

Welcome angular-validation-schema
Add GA for the demo page

Improvement

6b22fe2 Documentation for bootstrap form group
dffdc32 Allow passing of a parameter to validation rule and added min and max length rules

Fix

09f9731 second validator fires but does not wait

New Featuers

1b9d527 toggle has-error on parent form-group with $validationProvider valid/invalid callbacks

02 Feb 2015 v1.3.0

Important

This version support angularjs 1.3

Improvement

b6a70b2 Use ctrl.$viewValue instead of element[0].value
0e1925e Default initial Validity is undefined
8c7bfb1 Prevents span from being displayed for valid input without messages
509e2a0 Allows global disabling of error messages in case someone wants that

New Features

717c98b Add a MessageId atrribute for customizing valid/invalid message position

Documentation

b638dc6 Update readme with bower installation steps
10318f8 Update API.md for anchor link

Demo

97c1e14 Add demo for select form
71f6e0b Add ng-repeat input box example

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

24 Aug 2014 v1.2.5

New Features

911b791 Support for multiple validators on a single input

Tools

c941b0b Add jshint and jsbeautifier

1 Aug 2014 v1.2.2

Fix

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

Demo

5f06982 Fix rule required

Documentation

17e906a Update readme file and add Q&A API page

10 July 2014 v1.2.1

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…

15 Jun 2014 v1.2.0

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()

14 May 2014 v1.1.2

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

19 Apr 2014 v1.1.1

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

13 Apr 2014 v1.1.0

New features

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

Fix

0a96acb Fix validate.reset method

9 Apr 2014 v1.0.6

Include bower.json

2 Mar 2014 v1.0.5

Update Features

51f0019 provider validate reset doesn't need parameter scope anymore

27 Dec 2013 v1.0.0 FIRST RELEASE