UUID Generation: Users can now generate UUIDs with improved support for modern JavaScript environments, including ESModule import syntax for better compatibility with bundlers like Webpack and Rollup.
UUID Generation: The package now includes a UMD build, making it easier to use in various environments, including legacy systems.
UUID Generation: The library has deprecated deep requires, simplifying the import process and enhancing usability.
UUID Generation: Support for generating v3 and v5 UUIDs in Node.js versions below 4.x has been removed, ensuring a more streamlined and secure experience for users.
Improvements
Security: The library removes insecure random number generation methods, enhancing the security of UUID generation.
Performance: The addition of bundlesize monitoring helps prevent regressions in the library's size, ensuring optimal performance for users.
Fixes
Fix the removal of the default export, which previously caused confusion for users trying to access the v4() method.
Others
Update the README to provide clearer guidance on features and quick start instructions, making it easier for new users to get started with the library.