Skip to content

Commit

Permalink
Merge pull request #188 from lvarayut/release-1.4.1
Browse files Browse the repository at this point in the history
Bump version to 1.4.1
  • Loading branch information
lvarayut committed Jan 27, 2016
2 parents 5c05445 + ac01f44 commit 926e0bc
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 4 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
27 Jan 2016 v1.4.1
===

**Improvement**

[#137](https://github.com/huei90/angular-validation/commit/3b18df1cda799d4135947ba05169c149d128b28f) Support Angular 1.4.x version
<br/>[#180](https://github.com/huei90/angular-validation/pull/180) Add code coverage using coveralls and write more tests
<br/>[#184](https://github.com/huei90/angular-validation/pull/184) Support compiling validation output message

**New Featuers**
<br/>[#175](https://github.com/huei90/angular-validation/pull/175) Add `validation-group` directive to support group validation, checkboxes, radios, text fields, and etc
<br/>[#183](https://github.com/huei90/angular-validation/pull/183) Support custom message element and update parameter for setErrorHTML() and setSuccessHTML()

17 Dec 2015 v1.4.0 (Support AngularJS 1.4)
===

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
angular-validation 1.4.0
angular-validation 1.4.1
=========================
[![NPM version](https://badge.fury.io/js/angular-validation.svg)](http://badge.fury.io/js/angular-validation)
[![Build Status](https://travis-ci.org/huei90/angular-validation.png?branch=master)](https://travis-ci.org/huei90/angular-validation)
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-validation",
"version": "1.4.0",
"version": "1.4.1",
"homepage": "https://github.com/huei90/angular-validation",
"authors": [
"huei90"
Expand Down
2 changes: 1 addition & 1 deletion package.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
var options = {
version: '1.4.0',
version: '1.4.1',
where: 'client',
packageName: 'huei90:angular-validation'
};
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-validation",
"version": "1.4.0",
"version": "1.4.1",
"description": "Client-side Validation for AngularJS",
"repository": {
"type": "git",
Expand Down

0 comments on commit 926e0bc

Please sign in to comment.