Skip to content

Commit f2c13c3

Browse files
committed
update mask version [ref:no-ref]
1 parent 2ed673a commit f2c13c3

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
<a name="8.1.7">
2+
3+
# [8.1.7 bugfix](2019-12-27)
4+
5+
Fix for #369 - add thousandSeparator to separator pipe
6+
7+
Fix for #381 - add support to negative number in separator mask
8+
19
<a name="8.1.6">
210

311
# [8.1.6 bugfix](2019-10-30)

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,14 @@ Also, you can use mask pipe.
5959
<span>{{phone | mask: '(000) 000-0000'}}</span>
6060
```
6161

62+
For separator you can add thousandSeparator
63+
64+
### Usage
65+
66+
```html
67+
<span>{{value | mask: 'separator':','}}</span>
68+
```
69+
6270
#### Examples
6371

6472
| mask | example |

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-mask",
3-
"version": "8.1.6",
3+
"version": "8.1.7",
44
"description": "awesome ngx mask",
55
"license": "MIT",
66
"angular-cli": {},

0 commit comments

Comments
 (0)