Documentation: Users can now find information about the new useId hook from React 18, which serves as a simple alternative to using nanoid for HTML attributes.
Improvements
Documentation: The README now includes a section on the Haxe implementation, making it easier for users to find relevant information about this language.
Documentation: A new link to an improved Go implementation of nanoid is added, providing users with more resources for different programming environments.
Documentation: The README highlights that the customAlphabet function returns a function, clarifying its usage for users.
Fixes
Fix the broken link in the 'other programming languages' section on npmjs.com, ensuring users can access the correct resources.
Resolve the issue of missing JavaScript code examples in the documentation, providing users with accurate and helpful references.
Others
Enhance security by adding explicit permissions to GitHub workflows, ensuring safer operations during automated processes.