Streamlined Searches: Version Details Stripped Away
Repository Metadata Fixes
Merged PR #2769 addresses a bug in the repository metadata fetch options by adjusting the order of object spreading. This change ensures that the default User-Agent header is preserved while allowing custom headers to be included, thus improving the reliability of metadata fetching.
Documentation Enhancements
Merged PR #2789 introduces Storybook documentation and visual regression tests for the Likes Leaderboard page, enhancing the project's documentation and testing capabilities. This addition aims to improve the developer experience by providing clear examples and ensuring visual consistency across updates.
Search Query Improvements
Merged PR #2763 enhances the search functionality by stripping version information from package queries. This change aims to improve search results, making them more relevant and useful, especially when users copy package names with version details from package managers.
Issue Resolution on Header Management
Closed Issue #2765 highlights a bug in the header management of fetch options, where the spread order caused the default User-Agent header to be overwritten. The issue was identified during a review and has been addressed in a recent PR, ensuring proper header management.