Closed
Description
Before | After |
---|---|
(screenshot from a google image search)![]() |
![]() |
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The screenshot on the left is much easier for me to read off the information that I care about. The >=A.B.C, <D.E.F
ranges are just unnecessarily verbose/cluttered and disguises when there are real >=
/<
dependencies that are not equivalent to a ^
dependency (as in >=0.2, <0.4
). 😕
Additional context
If this was not made as an intentional change, it's possible it was introduced inadvertently in the course of a dependency update such as #2990.