Skip to content
This repository was archived by the owner on Nov 24, 2018. It is now read-only.

Commit e82ac2d

Browse files
committed
chore(release): v1.0.1
1 parent af62edb commit e82ac2d

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# Changelog
22

3+
## 1.0.1 - 2014-07-16
4+
- Revalidate field with $modelValue instead of $viewValue on constraint change event, fixes [#34](https://github.com/netceteragroup/valdr/pull/34)
5+
36
## 1.0.0 - 2014-06-27
4-
- added support for isolated scopes around valdr-message directive, closes[#32](https://github.com/netceteragroup/valdr/issues/32)
7+
- added support for isolated scopes around valdr-message directive, closes [#32](https://github.com/netceteragroup/valdr/issues/32)
58

69
## 0.2.0 - 2014-05-03
710
- add hibernateEmail validator, closes [#26](https://github.com/netceteragroup/valdr/issues/26)

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"author": "Netcetera AG",
33
"name": "valdr",
44
"description": "A model centric approach to AngularJS form validation",
5-
"version": "1.0.0",
5+
"version": "1.0.1",
66
"homepage": "https://github.com/netceteragroup/valdr",
77
"repository": {
88
"type": "git",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "valdr",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "A model centric approach to AngularJS form validation",
55
"homepage": "https://github.com/netceteragroup/valdr",
66
"repository": {

0 commit comments

Comments
 (0)