Describe the feature
The timeline view, filtered down to "stable-only", does not work well if a package publishes many non-stable releases.
Example: https://npmx.dev/package-timeline/sanity/v/6.5.0
In this case, "stable-only" only shows 1 stable version even though, there are more available. I suppose that happens, because the graphs only look into stable package releases returned by the first page.
An API endpoint returning only stable versions across multiple pages, would make packages like that a lot easier to compare.
Additional information
Final checks
Describe the feature
The timeline view, filtered down to "stable-only", does not work well if a package publishes many non-stable releases.
Example: https://npmx.dev/package-timeline/sanity/v/6.5.0
In this case, "stable-only" only shows 1 stable version even though, there are more available. I suppose that happens, because the graphs only look into stable package releases returned by the first page.
An API endpoint returning only stable versions across multiple pages, would make packages like that a lot easier to compare.
Additional information
Final checks