Skip to content

Commit 119722b

Browse files
committed
v2.1.1
1 parent 932437e commit 119722b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.1.1 / 2015-09-11
2+
3+
Fixed setting`null` or `undefined` as the mask's value - this will now be treated as if `''` had been set rather than causing an error ([#5](https://github.com/insin/inputmask-core/issues/5))
4+
15
## 2.1.0 / 2015-07-15
26

37
Added `mask.getRawValue()` to get the user's raw input, without any non-editable placeholder characters. [[muffinresearch][muffinresearch]]

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "inputmask-core",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "Standalone input mask implementation, independent of any GUI",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)