UUID: Enjoy the new support for UUID v3, allowing you to generate version 3 UUIDs using MD5 hashing. This feature enhances your ability to create unique identifiers based on specific namespaces.
Improvements
UUID: Experience improved UUID v5 generation with the fix for the buffer parameter, ensuring that your generated UUIDs are correctly modified as expected.
Fixes
Fix issues with random initialization in Node and clock sequence, enhancing the reliability of UUID generation.
Fix the use of global crypto checks by switching to a more reliable method, ensuring better compatibility across different environments.
Resolve the issue of the buf parameter being ignored in UUID v5 generation, ensuring that your buffer modifications are respected.
Fix the use of msCrypto when available, improving security and performance in browsers that support it.
Others
Update the README to reflect the correct versioning and API details, ensuring that users have the most accurate information at their fingertips.