text_field_validation 0.3.0
text_field_validation: ^0.3.0 copied to clipboard
A Flutter project for creating and managing text field validations with ease.
Changelog #
Version 0.1.0 #
- Initial project creation.
- Development of initial regular expressions to validate various types of text.
Version 0.2.0 #
- Significant updates and improvements to regular expressions.
- Adjustments to increase the robustness and accuracy of validations.
Version 0.2.1 #
- Implementation of tests for each validation.
- Ensuring code integrity and functionality through unit tests.
Version 0.2.2 #
- Introduction of the
TextValidateResponse
class to allow customized responses in validations. - Update and improvement of some regular expressions based on testing and feedback.
- Adjustments to optimize performance and usability of the validation module.
Version 0.3.0 #
Major Changes #
- Internal Logic Refactoring:
-
- Extensive refactoring of the library's internal logic for improved efficiency and clarity. This may result in behavioral changes.
-
- Enhancements and Additions
- New Validation Functions:
-
- Introduction of additional validation functions to address specific use cases. Refer to the updated documentation for details on new functions.
Developer Notes #
- Backward Compatibility:
-
- Due to internal logic changes, full compatibility with previous versions is not guaranteed. Review the updated documentation and adjust your code accordingly.