UNPKG

1.76 kBMarkdownView Raw
1# Changes
2
3
4## v1.2.6
5
6* make the changelog bulleted
7* update changelog - 1.2.5
8
9## v1.2.5
10
11* make a changelog, and keep it up to date
12* don't include tests in package
13* Properly handle relative-path executables
14* appveyor
15* Attach error code to Not Found error
16* Make tests pass on Windows
17
18## v1.2.4
19
20* Fix typo
21
22## v1.2.3
23
24* update isexe, fix regression in pathExt handling
25
26## v1.2.2
27
28* update deps, use isexe module, test windows
29
30## v1.2.1
31
32* Sometimes windows PATH entries are quoted
33* Fixed a bug in the check for group and user mode bits. This bug was introduced during refactoring for supporting strict mode.
34* doc cli
35
36## v1.2.0
37
38* Add support for opt.all and -as cli flags
39* test the bin
40* update travis
41* Allow checking for multiple programs in bin/which
42* tap 2
43
44## v1.1.2
45
46* travis
47* Refactored and fixed undefined error on Windows
48* Support strict mode
49
50## v1.1.1
51
52* test +g exes against secondary groups, if available
53* Use windows exe semantics on cygwin & msys
54* cwd should be first in path on win32, not last
55* Handle lower-case 'env.Path' on Windows
56* Update docs
57* use single-quotes
58
59## v1.1.0
60
61* Add tests, depend on is-absolute
62
63## v1.0.9
64
65* which.js: root is allowed to execute files owned by anyone
66
67## v1.0.8
68
69* don't use graceful-fs
70
71## v1.0.7
72
73* add license to package.json
74
75## v1.0.6
76
77* isc license
78
79## 1.0.5
80
81* Awful typo
82
83## 1.0.4
84
85* Test for path absoluteness properly
86* win: Allow '' as a pathext if cmd has a . in it
87
88## 1.0.3
89
90* Remove references to execPath
91* Make `which.sync()` work on Windows by honoring the PATHEXT variable.
92* Make `isExe()` always return true on Windows.
93* MIT
94
95## 1.0.2
96
97* Only files can be exes
98
99## 1.0.1
100
101* Respect the PATHEXT env for win32 support
102* should 0755 the bin
103* binary
104* guts
105* package
106* 1st
\No newline at end of file