Skip to content

Commit 013f86c

Browse files
committed
Added change logs.
1 parent 3529335 commit 013f86c

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

ChangeLog.md

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,36 @@
11
# Change Log
22

3+
## 0.0.6
4+
5+
This release contains contribution from [Julian Beisenkötter](https://github.com/julianbei). Thanks for his effort.
6+
7+
### New Features
8+
9+
1. New `strictemail` validation
10+
11+
### Improvements
12+
13+
1. Code refactoring based on Style guide changes. Code is more readable
14+
2. Validations now show up on blur
15+
16+
## 0.0.4 & 0.0.5
17+
18+
1. Typo fix in method call and fixed page reload after form submission.
19+
20+
## 0.0.3
21+
22+
1. Changed attribute `form-group` to `bs-form-group`. Documentation still missing :(
23+
24+
## 0.0.2
25+
26+
### Improvements
27+
28+
1. Adding support for automatically adding `validation-errors` directive on input elment with `data-ng-model` attribute
29+
2. Using `$validators` in ngModelController introduced in Angular 1.3.0 (hence require Angular >= 1.3.0)
30+
3. Reducing `n` number of Angular watchers for `n` number of input elements
31+
4. Removed requirement of changing `ng-submit` to `on-submit`. Now `ng-submit` will be called if the form is valid
32+
5. Now one can easily set the form to it's pristine state after submission.
33+
334
## 0.0.1
435

5-
First version of the basic validation in Angular with Bootstrap like jQuery.
36+
1. First version of the basic validation in Angular with Bootstrap like jQuery.

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ This library solves the pain of various [Bootstrap](getbootstrap.com) + AngularJ
1212
[jQuery like validation](https://jqueryvalidation.org/documentation/)(of course without the jQuery) and using the
1313
Bootstrap's [form validation classes](http://getbootstrap.com/css/#forms-control-validation).
1414

15+
1. This module uses [ES5](https://github.com/airbnb/javascript/tree/master/es5) style guide.
16+
1517
## Compatibility
1618

1719
Minimum AngularJS version required: **1.3.0**. If you are using an older version of AngularJS, please use the version

0 commit comments

Comments
 (0)