mirror of
https://github.com/semver/semver.git
synced 2026-07-11 05:12:48 -05:00
Range class returns different in > 7.3.2 #453
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Brianzchen on GitHub (Feb 10, 2021).
In semver
7.3.3and7.3.4,new Range('^v0.x.x')returns different results compared to7.3.2. This broke users of the flow-typed project.In the returned object, we expect to find two Comparators in
range.setbut in the newer versions it only returns one.> 7.3.2
7.3.2
Issue ref: https://github.com/flow-typed/flow-typed/issues/3988
@Brianzchen commented on GitHub (Feb 10, 2021):
opened in wrong place 🤦