UUID Generation: You can now use native ES Modules to import the UUID library, making it easier to integrate with modern JavaScript projects. This change supports the latest Node.js versions and enhances compatibility with ECMAScript standards.
UUID Generation: The library no longer supports deep requires, simplifying the import process. You can now use named exports directly, which streamlines your code and improves clarity.
Improvements
Documentation: An example of how to use the UUID module is added to the README, helping new users understand how to implement it effectively.
Compatibility: The library now supports Node.js 14 and the latest browsers, ensuring you can use it in your projects without compatibility issues.
Fixes
Fix issues related to importing the library with ES6 syntax in Node.js. This resolves confusion and ensures a smoother experience for developers using modern JavaScript features.
Others
Upgrade dependencies to improve performance and security, ensuring the library remains up-to-date with the latest standards and practices.