it-tools icon indicating copy to clipboard operation
it-tools copied to clipboard

feat(uuid-generator): add support for UUID v7 and update uuid package to version 11.0.0

Open Sebatt opened this issue 1 year ago • 2 comments

This pull request includes updates to the uuid package version and the addition of UUID version 7 support in the UUID generator component.

Dependency updates:

  • package.json: Updated the uuid package from version ^9.0.0 to ^11.0.0.

UUID generator enhancements:

  • src/tools/uuid-generator/uuid-generator.vue: Imported the v7 method from the uuid package and added it to the list of supported UUID versions.
  • src/tools/uuid-generator/uuid-generator.vue: Added the v7 generator to the generators object to support UUID version 7 generation.

https://github.com/user-attachments/assets/f72d3932-bb1a-438c-bb2a-8030e1fb6a8d

Sebatt avatar Dec 13 '24 20:12 Sebatt

@Sebatt is attempting to deploy a commit to the Corentin Thomasset's Team Team on Vercel.

A member of the Team first needs to authorize it.

vercel[bot] avatar Dec 13 '24 20:12 vercel[bot]

Hi @Sebatt , integrated in my fork here: https://sharevb-it-tools.vercel.app/uuid-generator, if you arr interested in up to date version of it-tools, I made kind of a fork here : https://github.com/sharevb/it-tools (https://sharevb-it-tools.vercel.app/ and docker images https://github.com/sharevb/it-tools/pkgs/container/it-tools)

sharevb avatar Jan 22 '25 11:01 sharevb