This repository has been archived by the owner on Nov 24, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
17 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,12 @@ | ||
# Changelog | ||
|
||
## 0.2.0 - 2014-05-03 | ||
- add hibernateEmail validator, closes [#26](https://github.com/netceteragroup/valdr/issues/26) | ||
- add hibernateUrl validator, closes [#27](https://github.com/netceteragroup/valdr/issues/27) | ||
- add support for <textarea> elements, closes [#22](https://github.com/netceteragroup/valdr/issues/22) | ||
- support form groups with multiple levels, closes [#29](https://github.com/netceteragroup/valdr/issues/29) | ||
- add min/max validators for numbers | ||
- prefixed all internal validator services with valdr to avoid name collisions | ||
|
||
## 0.1.1 - 2014-04-17 | ||
- add support for <select> elements, closes [#20](https://github.com/netceteragroup/valdr/issues/20) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,21 @@ | ||
{ | ||
"author": "Netcetera AG", | ||
"name": "valdr", | ||
"description": "Validate AngularJS models", | ||
"version": "0.1.2-SNAPSHOT", | ||
"description": "A model centric approach to AngularJS form validation", | ||
"version": "0.2.0", | ||
"homepage": "https://github.com/netceteragroup/valdr", | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/netceteragroup/valdr" | ||
}, | ||
"devDependencies": { | ||
"angular": "~1.2.15", | ||
"angular-mocks": "~1.2.15", | ||
"angular": "1.2.16", | ||
"angular-mocks": "1.2.16", | ||
"angular-translate": "~2.0.1", | ||
"jasmine": "1.3.0", | ||
"momentjs": "2.5.1" | ||
}, | ||
"resolutions": { | ||
"angular": "1.2.16" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters