1
|
# changes log
|
2
|
|
3
|
## 5.7
|
4
|
|
5
|
* Add `minVersion` method
|
6
|
|
7
|
## 5.6
|
8
|
|
9
|
* Move boolean `loose` param to an options object, with
|
10
|
backwards-compatibility protection.
|
11
|
* Add ability to opt out of special prerelease version handling with
|
12
|
the `includePrerelease` option flag.
|
13
|
|
14
|
## 5.5
|
15
|
|
16
|
* Add version coercion capabilities
|
17
|
|
18
|
## 5.4
|
19
|
|
20
|
* Add intersection checking
|
21
|
|
22
|
## 5.3
|
23
|
|
24
|
* Add `minSatisfying` method
|
25
|
|
26
|
## 5.2
|
27
|
|
28
|
* Add `prerelease(v)` that returns prerelease components
|
29
|
|
30
|
## 5.1
|
31
|
|
32
|
* Add Backus-Naur for ranges
|
33
|
* Remove excessively cute inspection methods
|
34
|
|
35
|
## 5.0
|
36
|
|
37
|
* Remove AMD/Browserified build artifacts
|
38
|
* Fix ltr and gtr when using the `*` range
|
39
|
* Fix for range `*` with a prerelease identifier
|