Skip to content

Commit

Permalink
Merge tag '1.5.0' into develop
Browse files Browse the repository at this point in the history
release: v1.5.0
  • Loading branch information
assisrafael committed Jun 7, 2015
2 parents 921c491 + e347940 commit 2792370
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,15 @@
<a name"1.5.0"></a>
## 1.5.0 (2015-06-07)


#### Features

* **mask-factory:** implement a module to help write new masks ([757e3204](http://github.com/assisrafael/angular-input-masks/commit/757e3204))
* **ui-br-boleto-bancario:** define a component to parse and format brazilian "boleto bancário" ([b6582452](http://github.com/assisrafael/angular-input-masks/commit/b6582452))
* **ui-br-phone-number:** preserve the original model type ([340ee6d7](http://github.com/assisrafael/angular-input-masks/commit/340ee6d7))
* **ui-percentage-value:** add attribute ui-percentage-value to use and as the same ([df8f9418](http://github.com/assisrafael/angular-input-masks/commit/df8f9418))


<a name"1.4.2"></a>
### 1.4.2 (2015-04-07)

Expand Down
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -85,6 +85,8 @@ npm install --save angular-input-masks

- Internationalized: Used the decimal separator and thousands separator defined in the client browser configuration.

- The $modelValue is the $viewValue / 100, so $viewValue - 100% = $modelValue - 1

### ui-money-mask ###

- Example:
Expand Down
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "angular-input-masks",
"version": "1.4.2",
"version": "1.5.0",
"description": "Personalized and localized input masks for AngularJS",
"author": "igor.rafael@gmail.com",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "angular-input-masks",
"version": "1.4.2",
"version": "1.5.0",
"description": "Personalized input masks for AngularJS",
"main": "releases/angular-input-masks-standalone.min.js",
"repository": {
Expand Down

0 comments on commit 2792370

Please sign in to comment.