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

Commit bac3fc3

Browse files
committed
chore (release): Release 1.1.2
1 parent b565ad4 commit bac3fc3

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# Changelog
2+
3+
## 1.1.2 - 2015-05-03
4+
- Support dynamically added and removed form items, see [#62](https://github.com/netceteragroup/valdr/issues/62)
5+
- Support showing validation messages for AngularJS built-in validators, see [#58](https://github.com/netceteragroup/valdr/issues/58)
6+
27
## 1.1.1 - 2015-01-04
38
- introduce ```valdrEnabled``` directive to conditionally enable/disable validation, see [#54](https://github.com/netceteragroup/valdr/issues/54)
49
- fix bug that after removing constraints from valdr with valdr.removeConstraints(), the validity state of previously validated form items was not reset. see [#55](https://github.com/netceteragroup/valdr/issues/55)

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.1.2-SNAPSHOT",
3+
"version": "1.1.2",
44
"description": "A model centric approach to AngularJS form validation",
55
"homepage": "https://github.com/netceteragroup/valdr",
66
"repository": {

0 commit comments

Comments
 (0)