Compatibility: Introduce shims for ES5 methods to enhance support for older browsers, including IE8. This ensures that users on legacy systems can still utilize core functionalities without issues.
Improvements
Performance: Optimize array handling by replacing the use of map with a more efficient for loop. This change improves performance, especially in environments with limited support for modern JavaScript features.
Code Quality: Streamline the code by removing unnecessary checks and ensuring consistent function declarations. This enhances readability and maintainability of the codebase.
Fixes
Fix the repository path to ensure users can access the correct resources without confusion.
Others
Update the README to include new badges, providing users with quick insights into the project's status and coverage.