Skip to content

Add UUID validator#54

Merged
lubc merged 3 commits intomainfrom
feature/uuid-format-validator
Dec 3, 2021
Merged

Add UUID validator#54
lubc merged 3 commits intomainfrom
feature/uuid-format-validator

Conversation

@mateusdeap
Copy link
Copy Markdown
Member

Description:

This closes #44 by adding the format validator for uuid

I'd like some comments on the specs I wrote. Not sure if I've tested unnecessary cases but since the idea is to validate correct format for the string, I thought it best to try as many invalid formats I could come up with

I will abide by the code of conduct.

@mateusdeap mateusdeap force-pushed the feature/uuid-format-validator branch from 1afd04d to 003c92e Compare November 25, 2021 17:58
@mateusdeap
Copy link
Copy Markdown
Member Author

Do I need to bump the version for this?

Copy link
Copy Markdown
Contributor

@arielj arielj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good to me!

@arielj
Copy link
Copy Markdown
Contributor

arielj commented Nov 26, 2021

Do I need to bump the version for this?

I don't know if we have a definition on when do we publish new builds

you should update the CHANGELOG.md and the README.md though in this PR too

Copy link
Copy Markdown
Contributor

@arielj arielj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

changed the approved to request change because the readme should be updated with the new format and the changelog with the new addition

@kindoflew
Copy link
Copy Markdown
Contributor

Looks good once @arielj's updates are added!

@mateusdeap
Copy link
Copy Markdown
Member Author

Updated README and CHANGELOG

@mateusdeap mateusdeap requested a review from arielj November 29, 2021 20:35
Copy link
Copy Markdown
Contributor

@arielj arielj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good!

@lubc lubc merged commit 033397c into main Dec 3, 2021
@lubc lubc deleted the feature/uuid-format-validator branch December 3, 2021 12:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[REQUEST] A UUID format

4 participants