Skip to content

Releases: fagnerlima/ng-mask

v2.2.0

14 Jun 11:40

Choose a tag to compare

Update

  • Compatibility extension:
    • angular/core: 2.4.10 or higher;
    • angular/forms: 2.4.10 or higher;
    • jQuery: 3.2.1 or higher;
    • jQueryMaskPlugin: 1.14.11 or higher.

v2.1.4

13 Jun 15:27

Choose a tag to compare

Update

  • Version of angular dependencies.

v2.1.3

13 Jun 14:58

Choose a tag to compare

Bug/Fix

  • Project name at tsConfig's flatModuleId param;
  • Name of regex const.

Update

  • Downgrade of angular dependencies.

v2.1.2

11 Jun 10:14

Choose a tag to compare

  • Fixed Numeric Masks for the cases when the precision or scale contains more than one digit.

v2.1.1

09 Jun 12:01

Choose a tag to compare

  • Fixed Predefined Type Masks brCelular, brTelefone and coordinateLong.

v2.1.0

09 Jun 11:21

Choose a tag to compare

  • Implemented strategy for new Mask Types (Predefined Type, Numeric, QueryString and Default Mask).

v2.0.2

05 Jun 15:12

Choose a tag to compare

  • Fixed verification of null values in MaskDirective.

v2.0.1

04 Jun 14:42

Choose a tag to compare

  • Fixed bug in pass of null values for Mask Directive.
  • Fixed type of pattern attribute in Mask Interface.
  • Added CHANGELOG.md.