4.0.0-alpha.13
·
380 commits
to main
since this release
New features
With this release, configlet lint
now checks that the value of every uuid
key:
- matches the regular expression
^[0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$
- is unique within the track
It does not yet check that each value is unique across all Exercism tracks. But it will later.
A user can generate a suitable UUID by running configlet uuid
.