Skip to content

Latest commit

 

History

History
49 lines (26 loc) · 970 Bytes

CHANGELOG.md

File metadata and controls

49 lines (26 loc) · 970 Bytes

2.0.1

  • Fixed _overflow has not been initialized

2.0.0

  • Migrate to null safety

1.1.5

  • Fix problems with stuck characters - Fix the problem with amount inverted mask with placeholders that wasn't working properly

1.1.4

  • Fix Method Signature - Fix wrong method signature, that was throwing an exception when using list of masks (Fixed by DeveJonatas)

1.1.3

  • Fix Readme - Fixed Readme problem

1.1.2

  • String Format - Added easy way to format strings using it.

1.1.1

  • Dartfmt - Applying dart formats.

1.1.0

  • PlaceHolder - Added support to placeholders.
  • MultiMask - Support multi masking, that changes based on length typed.
  • Feature ! - Added the maker ! for force a char to be displayed on formatted text.

1.0.2

  • ReadMe - Improved the Readme.

1.0.1

  • Altered ReadMe - Added GIF sample result.

1.0.0

  • First Stable Version - Ready to be used.

0.0.1

  • Initial Version - Developing.