1.5.2 (2024-06-13)
- NumberMask does not allow empty space as a grouping chat (425ad0f)
1.5.1 (2023-02-06)
- fix
1.5.0
broken build for node (a6540d7)
1.5.0 (2023-02-03)
1.4.2 (2022-12-09)
$
is floating correctly, but another$
also appears at the beginning (3fb71ba)
1.4.1 (2021-05-10)
- NumberMask: floatSpecialChars is applied wrongly for "(" & ")" chars (e62d305)
1.4.0 (2021-05-04)
1.3.0 (2021-01-25)
- fix(StringMask): space should be the pad char for X & U only (c973ace)
1.2.1 (2021-01-22)
- StringMask: space should be the pad char for X & U only (779638e)
1.2.0 (2020-11-18)
- add support for inputn like number mask style (a093004)
1.1.1 (2020-02-18)
- update to [email protected] to fix chrome 80 tests failing (440373a)
1.1.0 (2020-02-05)
- fix worng implementation for NumberMask's forceTrailingZeros option (a4e623a)
- add mask number loose mode (9ef4dc1)
- re-implement str masking to match BBj specs (69367b4)
- reimplement num masking to match BBj sepcs (1cdf3c2)
- currenlty the strings masking can throw errors in case
something went worng during the mask appling process. The string mask
also intrdouced the
loose
mode to ignore error and keep trying to apply mask till the end of the string. - number masking will output empty spaces now for bound signs which can not be matcher instead of nothing