Closed simoneNEMO closed 4 months ago
Hey, can we please have some tests for the isUlid
helper?
Hey, can we please have some tests for the
isUlid
helper?
Added some integration tests, tests for the isUlid
helper and rebased
Looks great! Thanks for the PR!
Do you mind creating another PR in the documentation repository?
Do you mind creating another PR in the documentation repository?
Thanks for merging, will do during the day!
@RomainLanz Added PR to docs here: https://github.com/vinejs/vinejs.dev/pull/22
❓ Type of change
📚 Description
ULID is a widely used format for identifiers with some advantages over the canonically recognised UUID formats (1-5). ULIDs are natively supported in multiple frameworks, e.g. Laravel.
This pull request introduces support for ULID validation in VineJS by means of simple regex matching.
ULID specs: https://github.com/ulid/spec
📝 Checklist
Haven't been able to open a simple issue, only the "bug template" seems to work. If you consider to include this change I can update the docs accordingly.