UNPKG

1.13 kBMarkdownView Raw
1## Releases
2
3### 4.0.2
4
5* Make notfound-catch locale-independent on Windows
6
7### 4.0.1
8
9* Fix CLI by restoring shebang to new bin file
10
11### 4.0.0
12
13* **Breaking:** Drop support for node versions before 8.3.0
14* **Breaking:** Remove `options.getVersion` option from api (no
15 cli change)
16* Improve test suite
17* Make CLI treat versions arguments as strings
18* Fix message for missing binary of Windows
19* Check global versions only
20* Make instructions valid for version ranges
21* Only suggest using nvm if nvm is installed
22
23### 3.3.0
24
25* Add NPX support
26
27### 3.2.0
28
29* Add `index.ts` TypeScript typings file
30
31### 3.1.1
32
33* Fix bug with npm warnings causing errors.
34
35### 3.1.0
36
37* Add colors to terminal output.
38
39### 3.0.0
40
41This release changes the default output behavior to only print
42*unsatisfied* versions. If all checked versions pass, there is no
43output. A `--print` option has been added to get the old behavior of
44always printing versions.
45
46* **Breaking**: Remove `--quiet` option, add `--print` option.
47* **Breaking**: Move versions under versions key in result object.
48* Fix bug when version command outputs more than one line.