pub-dev icon indicating copy to clipboard operation
pub-dev copied to clipboard

[Feature Request] Add changelog info to public API

Open pszklarska opened this issue 6 years ago • 2 comments

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.

pszklarska avatar Jun 06 '19 08:06 pszklarska

First we should formalize the changelog format... So there is a bit of work to do before we get here.

jonasfj avatar Jun 06 '19 12:06 jonasfj

We could make an endpoint that just serves the markdown text. Then any client could do its own parsing...

sigurdm avatar Sep 26 '24 08:09 sigurdm