feat: adding gh changelog/releases within npmx#1233
feat: adding gh changelog/releases within npmx#1233WilcoSp wants to merge 69 commits intonpmx-dev:mainfrom
Conversation
…md -> html does need to change)
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
Lunaria Status Overview🌕 This pull request will trigger status changes. Learn moreBy default, every PR changing files present in the Lunaria configuration's You can change this by adding one of the keywords present in the Tracked Files
Warnings reference
|
Codecov Report❌ Patch coverage is 📢 Thoughts on this report? Let us know! |
excludes changelog releases due to needing api calls
…ble to the version that was selected
|
because reviewing & merging took some time I've added a feature for packages that uses gh releases. the the specific package version's publish date will be used to scroll to a release note that has the same date, this makes it that the user is closes to the selected version. I'm currently matching on date because some edge cases monorepos like graphql-codegen but also packages like apollo bring. I'll probably will also try to match on version number in the second pr for changelogs |
…nd idk how it should be now
This pr will add the possibility to view the changelog.md & releases from a package's github repo within npmx.
This will make it easier to see the changelogs while not needing to leave npmx and allowing quicker access.
This pr is the first pr of #501
Preview here
While I was making this PR antfu also made this pr #1368 and here my comment from his pr