Skip to content

Commit 2be4f50

Browse files
author
Huei Tan
committed
Merge pull request #148 from lvarayut/master
Bump version to 1.3.3
2 parents 64be972 + 4aab3b7 commit 2be4f50

File tree

5 files changed

+26
-4
lines changed

5 files changed

+26
-4
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
31 Oct 2015 v1.3.3
2+
===
3+
4+
**Improvement**
5+
6+
[00ce51c](https://github.com/huei90/angular-validation/commit/00ce51cb85c21a7699c7faecc4a173e0834daadb) Updated `travis.yml`
7+
<br/>[6f9403d](https://github.com/huei90/angular-validation/pull/143) Added the `package.js` in order to support Meteor package
8+
<br/>[a872d4c](https://github.com/huei90/angular-validation/pull/147) Did refactoring the project
9+
10+
**Fix**
11+
12+
[331d2eb](https://github.com/huei90/angular-validation/commit/331d2eb2fd68d11532fe612453861c263577fb58) Wrapped `validation-reset` within $timeout
13+
<br/>[e53469c](https://github.com/huei90/angular-validation/commit/e53469c08a7e6e4ef7c8a60c0e67683bd7dd68ad) Fixed `no-validation-message` condition
14+
<br/>[4dcdb68](https://github.com/huei90/angular-validation/pull/140) Set an actual value from the control's view (ctrl.$viewValue instead of watch value)
15+
<br/>[09aed2e](https://github.com/huei90/angular-validation/pull/145) Fixed an error in the checkValid function
16+
17+
18+
**Documentation**
19+
20+
[eeac2f0](https://github.com/huei90/angular-validation/commit/eeac2f02552621f743899dc2d1bd61194f1977d4) Updated API.md to include an `ng-model-options` example
21+
22+
123
10 Aug 2015 v1.3.2
224
===
325

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
angular-validation 1.3.2
1+
angular-validation 1.3.3
22
=========================
33
[![NPM version](https://badge.fury.io/js/angular-validation.svg)](http://badge.fury.io/js/angular-validation)
44
[![Build Status](https://travis-ci.org/huei90/angular-validation.png?branch=master)](https://travis-ci.org/huei90/angular-validation)

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-validation",
3-
"version": "1.3.2",
3+
"version": "1.3.3",
44
"homepage": "https://github.com/huei90/angular-validation",
55
"authors": [
66
"huei90"

package.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
var options = {
2-
version: '1.3.2',
2+
version: '1.3.3',
33
where: 'client',
44
packageName: 'huei90:angular-validation'
55
};

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-validation",
3-
"version": "1.3.2",
3+
"version": "1.3.3",
44
"description": "Client-side Validation for AngularJS",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)