feat(isEAN) - added support for EAN-14 along with test case, feat(isAlphanumeric)- added options(optional parameter) by varsubham ยท Pull Request #1577 ยท validatorjs/validator.js
varsubham
changed the title
added support for EAN-14 along with test case
feat(isEAN) - added support for EAN-14 along with test case, feat(isAlphanumeric)- added options(optional parameter)
@profnandaa Hey can you please review the PR its one of my first PR ๐.
If there are any errors please let me know. ๐
I believe they are waiting for #1553 before reviewing any other PR.
I believe the PR should only include files under src/, test/ and README.md; /validator.js and /validator.min.js are automatically generated by the build process (and by npm test) if I'm not mistaken.
@renanmontebelo I thought that we need to check if all the test cases are running (npm test) before submitting a PR ๐ค
These files are listed in .gitignore so I believe they shouldn't be added. Still, someone accidently added them that's why it's yielding as a modified file. See #1590 discussion.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you and congrats for your first contrib @varsubham . I deleted validator.js and validator.min.js to fix merge conflicts, apart from that LGTM ๐
This was referenced
Mar 8, 2021This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters