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

We're markdown rendering of changelog - some headers with dates, others not

Open kevmoo opened this issue 4 years ago • 4 comments

URL: https://pub.dev/packages/vector_math/changelog

See

image

kevmoo avatar Sep 21 '21 23:09 kevmoo

The content comes from the markdown source of the changelog: https://raw.githubusercontent.com/google/vector_math.dart/master/CHANGELOG.md

isoos avatar Sep 22 '21 07:09 isoos

However, the parsing should recognize the [version] - [something else] pattern, it seems that it doesn't do it properly at the moment.

isoos avatar Sep 22 '21 07:09 isoos

@isoos @kevmoo I want to note that this pattern is not encouraged anymore.

It was (mistakenly) kept in the Flutter plugin templates for a long time, which I only fixed in February of this year (https://github.com/flutter/flutter/pull/76019).

I think fixing it is a good idea as some older packages decide to keep it, however, I think it is way more important to encourage consistency and communicate the recommended style properly.

Seems we have improved here at some point: https://pub.dev/packages/vector_math/versions/2.1.1/changelog image

sigurdm avatar Nov 07 '24 15:11 sigurdm