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

Commit 897b80b

Browse files
authored
Merge pull request #113 from saskodh/release-v1.1.6
Release: v1.1.6
2 parents 73deacd + ccec535 commit 897b80b

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+
## 1.1.6 - 2016-09-14
3+
- Fix: min length validator and size validator validate only length [#107](https://github.com/netceteragroup/valdr/pull/107)
4+
- Fix: Fixed memory leak in valdrMessage-directive [#105](https://github.com/netceteragroup/valdr/pull/105)
5+
- Fix: Unable to validate multiselect dropdowns [#101](https://github.com/netceteragroup/valdr/issues/101)
6+
27
## 1.1.5 - 2015-09-22
38
- Don't throw exception if an input has no name and valdr is disabled [#92](https://github.com/netceteragroup/valdr/pull/92)
49

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

0 commit comments

Comments
 (0)