Performance: Enjoy faster performance with the new implementation that supports Arrays and optimizes string concatenation instead of using Array#join.
UMD Wrapper: Use the new UMD wrapper to easily integrate the library into various module systems, enhancing compatibility.
Improvements
Array Support: The library now supports passing Arrays directly, making it easier to manage class names in your projects.
License Header: The license header is now included at the top of the index.js file, ensuring compliance when the library is included in other projects.
Fixes
Fix unnecessary pathing in package scripts, simplifying the setup process for users.
Fix the loop logic to clarify when classes should be added, improving code readability and maintainability.
Others
Add an npm badge to the README for easy access to the package on npm, enhancing visibility.
Update copyright information to reflect the current year, ensuring proper attribution.