auto_validate 3.0.0
auto_validate: ^3.0.0 copied to clipboard
The Auto Validate package streamlines input validation by leveraging customizable regular expressions, allowing for efficient verification of various data formats.
3.0.0 #
- Upgraded Dart SDK: Updated SDK constraints to
>=3.0.0 <4.0.0
. - Enhanced FormValidator: Improved the functionality and performance of the
FormValidator
class, making it more reusable and flexible for different use cases. - Improved AutoValidators: Refined existing AutoValidators for better accuracy and added new validation options to expand functionality.
- Documentation Overhaul: Enhanced documentation with detailed explanations, usage examples, and best practices to improve user understanding and ease of implementation.
- Example Code Updates: Revised example implementations to demonstrate new features and best practices for using the package effectively.
- Comprehensive Unit Tests: Implemented extensive unit tests to ensure all functionalities of the package are thoroughly covered, improving reliability and maintainability.
- Provided StringValidationExtension: Added a new
StringValidationExtension
to simplify and enhance string validation throughout the package. - Enhanced README: Improved the README file for better clarity and usability, making it easier for users to understand and implement the package.
2.0.0-nullsafety.0 #
- Migrated to Null Safety: Fully migrated the package to support null safety.
- Updated Dart SDK Constraints: Changed to
>=2.12.0 <3.0.0
.
1.0.8 #
- Minor Changes: No significant changes.
1.0.7 #
- Documentation Updates: Edited and improved the documentation.
1.0.6 #
- Expanded Validators: Added more FormValidators for enhanced validation capabilities.
1.0.5 #
- Documentation Enhancements: Edited and refined the documentation.
1.0.4 #
- Minor Changes: No significant changes.
1.0.3 #
- Documentation Updates: Edited documentation for clarity.
1.0.2 #
- Added Validators: Introduced additional Auto Validators and Form Validators.
1.0.1 #
- Minor Changes: No significant changes.
1.0.0 #
- Initial Release: Released initial version with validations based on regular expressions.