google / deps.dev

Resources for the deps.dev API
https://deps.dev
Apache License 2.0
242 stars 18 forks source link

Parse and expose changelog #25

Open IchordeDionysos opened 1 year ago

IchordeDionysos commented 1 year ago

Some package ecosystems expose less information out-of-the-box (e.g. Dart exposes changelogs automatically, while NPM does not).

It would be cool if deps.dev would write an abstract parser for this information that takes the information from various possible places (GitHub releases, CHANGELOG.md files, ...) and exposes it for all ecosystems (briding the gap for ones that don't have that)