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

Commit

Permalink
chore(release): v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
philippd committed Jun 2, 2014
1 parent c7883ec commit 2830c07
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 6 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
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)
11 changes: 7 additions & 4 deletions bower.json
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"
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "valdr",
"version": "0.1.2-SNAPSHOT",
"description": "Validate AngularJS models",
"version": "0.2.0",
"description": "A model centric approach to AngularJS form validation",
"homepage": "https://github.com/netceteragroup/valdr",
"repository": {
"type": "git",
Expand Down

0 comments on commit 2830c07

Please sign in to comment.