antch

Results 3 issues of antch

Trying several configurations for completely optional masks, none seem to work -- for example all of these return `false`: ``` Inputmask.isValid('', { mask: '[99/99/9999]' }) Inputmask.isValid('', { regex: '([0-9]{2}/[0-9]{2}/[0-9]{4})?' })...

Main

In my project, there are a few problematic component tests that occasionally creep past the 5s limit and cause Jasmine to fail awaiting the result of `shallow.render()`. One such component...

When specifying a key function in the mapping config, the array order may be modified (depending on the lexographical order of the keys). I am assuming that this is an...