Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
insin committed Mar 25, 2015
1 parent a0da6fe commit dc513b4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
## master
## 1.1.0 / 2015-03-25

Added the ability to escape special pattern characters with a leading backslash.
As a result, backslashes must also be escaped to be used as static parts of a
mask's pattern.
Added the ability to escape special pattern characters with a leading backslash
character. As a result, backslashes must also be escaped to be used as static
parts of a mask's pattern.

Added `mask.emptyValue` for convenient comparison.
Added a `mask.emptyValue` property for convenient comparison.

## 1.0.0 / 2015-03-25

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": "1.0.0",
"version": "1.1.0",
"description": "Standalone input mask implementation, independent of any GUI",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit dc513b4

Please sign in to comment.