-
-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enhance validation and documentation #10
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cpf validator is not cleaning the string correctly before starting validation, the rest is ok.
8283fb3
to
a21eb72
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
chore: redmi update and code documentation, validateCpf refactoring
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
chrome: README update and code documentation, validateCpf refactoring
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
chore: README update and code documentation, validateCpf refactoring
Related to #2
Implements enhancements to the library's documentation, validation functions, and error handling mechanisms.
Documentation Updates:
README.md
to improve professionalism and clarity, ensuring a more comprehensive introduction to the library's capabilities and supported languages.Validation Function Enhancements:
isEmail.ts
with more detailed comments and additional examples for complex use cases, enhancing clarity and usability.cpfValidator.ts
to include a more descriptive comment explaining the function's purpose and to streamline the validation logic for Brazilian CPF numbers, improving readability and maintainability.Error Handling Improvements:
cpfValidator.ts
to aid in debugging and user feedback, ensuring a clearer understanding of validation failures.For more details, open the Copilot Workspace session.