sindresorhus/semver-regex

Wildcards?

Closed this issue · 1 comments

Hey man, I was just about to do a PR to add support for wildcard semver ranges like 1.x and 1.0.*, but just wondered if there was a particular reason they weren’t in already?

This module is for matching semver versions, not ranges. Not really interested in complicating it further. It seems like that should be a separate module. There are many more types of ranges.