UUID Generation: Introduces new APIs for parsing, stringifying, validating, and handling nil UUIDs, enhancing the functionality and flexibility of UUID generation.
Improvements
Testing: Adds comprehensive browser tests for the new APIs, ensuring they work seamlessly across different environments.
Testing: Optimizes the order of browser tests to improve efficiency, running the longest tests first and the fastest last.
Testing: Increases timeout settings for Internet Explorer tests to reduce flakiness and improve reliability.
Fixes
Fix missing exports and tests for new APIs, ensuring all features are properly documented and tested.
Others
Update the README file to include information about browser passing actions, providing clearer guidance for users.