We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9ec6f29 + 878c2c0 commit f4a4d83Copy full SHA for f4a4d83
README.md
@@ -171,6 +171,9 @@ These look like:
171
* `1.2 - 1.4.5` which is equivalent to `>= 1.2 <= 1.4.5`
172
* `2.3.4 - 4.5` which is equivalent to `>= 2.3.4 <= 4.5`
173
174
+Note that `1.2-1.4.5` without whitespace is parsed completely differently; it's
175
+parsed as a single constraint `1.2.0` with _prerelease_ `1.4.5`.
176
+
177
### Wildcards In Comparisons
178
179
The `x`, `X`, and `*` characters can be used as a wildcard character. This works
0 commit comments