Skip to content

Commit a1b6cb8

Browse files
committed
Add changelog, fix #220
1 parent 347d4a0 commit a1b6cb8

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

CHANGELOG.md

+35
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)