Regex Escaping Revamped for Enhanced Safety
Semver Filtering Fix
A bug related to the display of the 'latest' tag in version filtering has been resolved. The fix ensures that the 'latest' tag respects the active semver filter, preventing non-matching versions from appearing in the results, thus improving predictability.
UI Enhancements for Readme
Recent changes have been made to improve the UI of the `<details>` element in the readme section. A subtle color and size adjustment was implemented to enhance user experience, making it easier to notice important information without overwhelming the reader.
Regex Escaping Improvements
A significant update has been made to enhance regex escaping consistency and safety. The implementation of a polyfill for `RegExp.escape()` ensures that regex calls are handled correctly, reducing potential errors and improving code reliability.