Language Support: Introduce support for the R programming language, expanding the versatility of Nanoid for developers using R. This addition is based on the existing C++11 implementation, making it easier for R users to generate unique IDs.
Improvements
Performance: Enhance the performance of the library by reducing the bundle size through an optimization that replaces a while loop with a more efficient reduce function. This change helps improve load times and overall efficiency.