forked from snico-dev/guid-typescript
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* enhanced test expectation for guid validation Strings shall be able to be validated too, at least the validation function expects multiple value types! * fixed test (removed an accidentally duplicated var declaration) * limited parameter tolerance for guid validation & implemented validation support for hyphenated guid strings * fixed guid validation syntax * Update guid.ts * Update guid.ts * fixed guid validation * adjusted tests to fully cover string validation * incremented lib version * incremented lib version * corrected typos in comments * enhanced validation to cover undefined & null * covered unexpected runtime values in validation * Update lib/guid.ts Co-authored-by: Destinate <[email protected]> * Update lib/guid.ts Co-authored-by: Destinate <[email protected]> Co-authored-by: Destinate <[email protected]>
- Loading branch information
Showing
4 changed files
with
30 additions
and
18 deletions.
There are no files selected for viewing
This file contains 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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
This file contains 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