- Add support for negative values - #119
- Fixed gz output file
- Converted package.json dependencies into devDependencies
- Improved demo page layout - See this pull request
- Fixed bower.json - See this pull request
- When backspace is pressed the pattern is kept - See this pull request
- Enabled sauce-labs on Travis - See this pull request
- Added optional placeholder feature for patterns - See this pull request
- Bug fix #29 - See this pull request
- Bug fix #28 - See this issue
- Bug fix #26 - See this pull request
- Bug fix #24 - See this pull request
- Bug fix - See this pull request
- Added
unbindElementToMask()
function. - Added
unMask()
function.
- Added pattern "S" to support alphanumerics.
- Added Meteor Package support.
- Fix VMasker factory when element is empty array.
- Added VMasker factory as default.
- Fix Windows Phone compatibility.
- Fix ignore setSelectionRange cursor for IE8.
- Fix ZeroCents behavior for maskMoney.
- Fix last output state for single element.
- Fix Bower main file.
- Added suffixUnit support for maskMoney.
- Fix mask when input has values.
- Fix cursor navigation.
- Fix delete char at specific position.
- Accepting elements from mask function
- Changed maskPhone, maskCPF, maskCNPJ and maskDate to maskPattern function
- Added toPattern function
- Fixed maskPattern when types pattern "A" in a mask which has only pattern "9"
- Internet Explorer 8 support
- Added AMD support (only client-side)
- maskNumber function accepts negative numbers
- Added zeroCents to maskMoney function
- Added maskPhone, maskCPF, maskCNPJ and maskDate function
- Added bindElementToMask function
- Added maskMoney
- Added Bower support
- Added Demo page
- Added JSHint
- Mobile browser support
- Added Grunt build
- Added Travis-CI
- Added CodeClimate