Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
insin committed Mar 25, 2015
1 parent ad12c83 commit 04eebab
Show file tree
Hide file tree
Showing 5 changed files with 397 additions and 34 deletions.
8 changes: 8 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
demo
dist
src
test
.gitignore
.jshintrc
.travis.yml
gulpfile.js
12 changes: 12 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
## 1.0.0 / 2015-03-25

Initial release features:

* Based on [[email protected]](https://github.com/insin/inputmask-core/blob/master/CHANGES.md#110--2015-03-25)
* Basic editing works:
* Typing, backspacing, pasting, cutting and deleting
* Invalid content will be ignored if typed or pasted
* Static parts of the mask can't be modfied
* Editing operations can handle text selections
* Tested in latest versions of Firefox, Chrome, Opera and IE
* Placeholder generation and display when the mask has no user input
Loading

0 comments on commit 04eebab

Please sign in to comment.