Secure input and bugs fix
Bugs fix
Feature: added default validation
Bugs fix: fix minutes validation, '-' in separator, decimal part in separator and fix issues with FF/IE
Fix coma_separator behavior
Update dev and prod dependencies
Added coma_separator
Added decimals values for separator and dot_separator
Now separator can separate by dots
Added validation for percent
Added valid 24 hour format mask and update separator
Added new mask that separates number by thousands
Fix multiple mask when you use the same symbols bettwen *
hotfix
sufix appears while you inputing data
you can use sufix along with '*'
You can used new specialCharacters 'quotes'
You can pass into mask pattern with brackets
Fixed pattern '*'
You can select and delete value.
You can pass array of expression and custom Pattern to pipe
Fixed when page is loaded the mask is visible
Fixed writeValue in directive
Added ability to use MaskPipe/MaskService inside component
Added poliffyls for IE
Added support for using 'showMaskTyped' property to see mask while typing Resolved issues
Update of demo version Added support to pass in value of type number or string Resolved issues
Add support for prefix
Add [ and ] as defoult symbols for mask
Fix shift for cursor and updated all dependencies
Add support for optional character in input '?'
Add support for multicharacter input '*'
Updated all dependencies and remove usages of rxjs