Releases: fagnerlima/ng-mask
Releases · fagnerlima/ng-mask
v2.2.0
v2.1.4
Update
- Version of angular dependencies.
v2.1.3
Bug/Fix
- Project name at tsConfig's flatModuleId param;
- Name of regex const.
Update
- Downgrade of angular dependencies.
v2.1.2
- Fixed Numeric Masks for the cases when the precision or scale contains more than one digit.
v2.1.1
- Fixed Predefined Type Masks brCelular, brTelefone and coordinateLong.
v2.1.0
- Implemented strategy for new Mask Types (Predefined Type, Numeric, QueryString and Default Mask).
v2.0.2
- Fixed verification of null values in MaskDirective.
v2.0.1
- Fixed bug in pass of null values for Mask Directive.
- Fixed type of pattern attribute in Mask Interface.
- Added CHANGELOG.md.