pub-dev
pub-dev copied to clipboard
[Feature Request] Add changelog info to public API
It'll be helpful to have changelog info in the public API. I wrote an IntelliJ plugin for checking Pub packages in your pubspec.yaml file to check if you have the latest versions (https://plugins.jetbrains.com/plugin/12400-flutter-pub-version-checker).
It'll be nice to see the changes from a changelog in the plugin before upgrading the version.
First we should formalize the changelog format... So there is a bit of work to do before we get here.
We could make an endpoint that just serves the markdown text. Then any client could do its own parsing...