danyx23 / elm-uuid

Generate and parse UUIDs in Elm
BSD 3-Clause "New" or "Revised" License
48 stars 13 forks source link

UUIDs should be lowercased. #1

Closed badri closed 8 years ago

badri commented 8 years ago

The UUID spec mentions that it should be lower-case hex values, not upper-case. Changed it to lower-case UUID generator.

Also, Barebones.elm is formatted as per elm formatting guidelines.

danyx23 commented 8 years ago

Thanks, nice catch! I just merged your PR and published the lib again.