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.
|
---|
29 |
|
---|
30 | This is technically a bug fix, but since it is also a change to behavior
|
---|
31 | that may require users updating their code, it is marked as a major
|
---|
32 | version increment.
|
---|
33 |
|
---|
34 | ## 5.7
|
---|
35 |
|
---|
36 | * Add `minVersion` method
|
---|
37 |
|
---|
38 | ## 5.6
|
---|
39 |
|
---|
40 | * Move boolean `loose` param to an options object, with
|
---|
41 | backwards-compatibility protection.
|
---|
42 | * Add ability to opt out of special prerelease version handling with
|
---|
43 | the `includePrerelease` option flag.
|
---|
44 |
|
---|
45 | ## 5.5
|
---|
46 |
|
---|
47 | * Add version coercion capabilities
|
---|
48 |
|
---|
49 | ## 5.4
|
---|
50 |
|
---|
51 | * Add intersection checking
|
---|
52 |
|
---|
53 | ## 5.3
|
---|
54 |
|
---|
55 | * Add `minSatisfying` method
|
---|
56 |
|
---|
57 | ## 5.2
|
---|
58 |
|
---|
59 | * Add `prerelease(v)` that returns prerelease components
|
---|
60 |
|
---|
61 | ## 5.1
|
---|
62 |
|
---|
63 | * Add Backus-Naur for ranges
|
---|
64 | * Remove excessively cute inspection methods
|
---|
65 |
|
---|
66 | ## 5.0
|
---|
67 |
|
---|
68 | * Remove AMD/Browserified build artifacts
|
---|
69 | * Fix ltr and gtr when using the `*` range
|
---|
70 | * Fix for range `*` with a prerelease identifier
|
---|