Thanks to visit codestin.com Credit goes to github.com
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 347d4a0 commit a1b6cb8Copy full SHA for a1b6cb8
CHANGELOG.md
@@ -0,0 +1,35 @@
1
+# changes log
2
+
3
+## 5.6
4
5
+* Move boolean `loose` param to an options object, with
6
+ backwards-compatibility protection.
7
+* Add ability to opt out of special prerelease version handling with
8
+ the `includePrerelease` option flag.
9
10
+## 5.5
11
12
+* Add version coercion capabilities
13
14
+## 5.4
15
16
+* Add intersection checking
17
18
+## 5.3
19
20
+* Add `minSatisfying` method
21
22
+## 5.2
23
24
+* Add `prerelease(v)` that returns prerelease components
25
26
+## 5.1
27
28
+* Add Backus-Naur for ranges
29
+* Remove excessively cute inspection methods
30
31
+## 5.0
32
33
+* Remove AMD/Browserified build artifacts
34
+* Fix ltr and gtr when using the `*` range
35
+* Fix for range `*` with a prerelease identifier
0 commit comments