/ nightly

Regex Escaping Revamped for Enhanced Safety

Intelligence Topics
01 Signal: 9/10

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.

02 Signal: 8/10

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.

03 Signal: 7/10

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.