auto_validate 3.0.6
auto_validate: ^3.0.6 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.6 #
- Updated License: Edited the MIT License to ensure compliance with OSI-approved licensing requirements, allowing for broader usage and distribution of the package.
3.0.5 #
- Fixed Links in README: Corrected some links in the README for better navigation and clarity.
3.0.4 #
- Dart Format Enhancements: Applied improved Dart formatting for better code readability and consistency across the package.
- License Update: Updated the package to use an OSI-approved license, ensuring compliance with pub.dev requirements.
3.0.3 #
- Documentation Enhancements: Edited and refined the documentation.
3.0.2 #
- Minor Changes: No significant changes.
3.0.1 #
- Example Code Updates: Revised example implementations across the documentation to reflect the latest changes in functionality, ensuring they accurately demonstrate the new features and best practices for using the package effectively. Adjustments include clarifying method usage and providing more context for validation scenarios.
- Documentation Consistency: Ensured that all examples maintain consistent formatting and adhere to the latest standards for readability and usability.
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.