We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce6190e commit 9f5f615Copy full SHA for 9f5f615
CHANGELOG.md
@@ -1,5 +1,28 @@
1
# changes log
2
3
+## 6.2.0
4
+
5
+* Coerce numbers to strings when passed to semver.coerce()
6
+* Add `rtl` option to coerce from right to left
7
8
+## 6.1.3
9
10
+* Handle X-ranges properly in includePrerelease mode
11
12
+## 6.1.2
13
14
+* Do not throw when testing invalid version strings
15
16
+## 6.1.1
17
18
+* Add options support for semver.coerce()
19
+* Handle undefined version passed to Range.test
20
21
+## 6.1.0
22
23
+* Add semver.compareBuild function
24
+* Support `*` in semver.intersects
25
26
## 6.0
27
28
* Fix `intersects` logic.
0 commit comments