0.1.9
Improvements
Support a min/max range of e.g. "^4.2.12 < 4.3.0 || ^4.3.8 || ^5.0.0"
.
The first is internally translated to "[== 4.2.12.0 < 4.3.0.0-dev]"
and therefore needs special treatment.
Support a min/max range of e.g. "^4.2.12 < 4.3.0 || ^4.3.8 || ^5.0.0"
.
The first is internally translated to "[== 4.2.12.0 < 4.3.0.0-dev]"
and therefore needs special treatment.