Skip to content

Commit

Permalink
v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
insin committed Sep 11, 2015
1 parent 932437e commit 119722b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.1.1 / 2015-09-11

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))

## 2.1.0 / 2015-07-15

Added `mask.getRawValue()` to get the user's raw input, without any non-editable placeholder characters. [[muffinresearch][muffinresearch]]
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": "inputmask-core",
"version": "2.1.0",
"version": "2.1.1",
"description": "Standalone input mask implementation, independent of any GUI",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit 119722b

Please sign in to comment.