Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 593 Bytes

CHANGELOG.md

File metadata and controls

10 lines (9 loc) · 593 Bytes

0.1.0

  • feat: initial commit 🎉
  • Implemented the following formatters:
    • CapitalizeTextFormatter: Capitalizes the first letter of each word.
    • LowerCaseTextFormatter: Converts all input text to lowercase.
    • NoEmojiTextInputFormatter: Prevents emojis from being entered in text fields.
    • ReplaceWhiteSpaceTextInputFormatter: Replaces spaces with a specified character.
    • RestrictDigitsAndSpecialCharactersTextInputFormatter: Restricts input to exclude digits and special characters.
    • SpacerInputFormatter: Adds a space after every specified number of characters.