1 | # Changes
|
---|
2 |
|
---|
3 |
|
---|
4 | ## 2.0.2
|
---|
5 |
|
---|
6 | * Rename bin to `node-which`
|
---|
7 |
|
---|
8 | ## 2.0.1
|
---|
9 |
|
---|
10 | * generate changelog and publish on version bump
|
---|
11 | * enforce 100% test coverage
|
---|
12 | * Promise interface
|
---|
13 |
|
---|
14 | ## 2.0.0
|
---|
15 |
|
---|
16 | * Parallel tests, modern JavaScript, and drop support for node < 8
|
---|
17 |
|
---|
18 | ## 1.3.1
|
---|
19 |
|
---|
20 | * update deps
|
---|
21 | * update travis
|
---|
22 |
|
---|
23 | ## v1.3.0
|
---|
24 |
|
---|
25 | * Add nothrow option to which.sync
|
---|
26 | * update tap
|
---|
27 |
|
---|
28 | ## v1.2.14
|
---|
29 |
|
---|
30 | * appveyor: drop node 5 and 0.x
|
---|
31 | * travis-ci: add node 6, drop 0.x
|
---|
32 |
|
---|
33 | ## v1.2.13
|
---|
34 |
|
---|
35 | * test: Pass missing option to pass on windows
|
---|
36 | * update tap
|
---|
37 | * update isexe to 2.0.0
|
---|
38 | * neveragain.tech pledge request
|
---|
39 |
|
---|
40 | ## v1.2.12
|
---|
41 |
|
---|
42 | * Removed unused require
|
---|
43 |
|
---|
44 | ## v1.2.11
|
---|
45 |
|
---|
46 | * Prevent changelog script from being included in package
|
---|
47 |
|
---|
48 | ## v1.2.10
|
---|
49 |
|
---|
50 | * Use env.PATH only, not env.Path
|
---|
51 |
|
---|
52 | ## v1.2.9
|
---|
53 |
|
---|
54 | * fix for paths starting with ../
|
---|
55 | * Remove unused `is-absolute` module
|
---|
56 |
|
---|
57 | ## v1.2.8
|
---|
58 |
|
---|
59 | * bullet items in changelog that contain (but don't start with) #
|
---|
60 |
|
---|
61 | ## v1.2.7
|
---|
62 |
|
---|
63 | * strip 'update changelog' changelog entries out of changelog
|
---|
64 |
|
---|
65 | ## v1.2.6
|
---|
66 |
|
---|
67 | * make the changelog bulleted
|
---|
68 |
|
---|
69 | ## v1.2.5
|
---|
70 |
|
---|
71 | * make a changelog, and keep it up to date
|
---|
72 | * don't include tests in package
|
---|
73 | * Properly handle relative-path executables
|
---|
74 | * appveyor
|
---|
75 | * Attach error code to Not Found error
|
---|
76 | * Make tests pass on Windows
|
---|
77 |
|
---|
78 | ## v1.2.4
|
---|
79 |
|
---|
80 | * Fix typo
|
---|
81 |
|
---|
82 | ## v1.2.3
|
---|
83 |
|
---|
84 | * update isexe, fix regression in pathExt handling
|
---|
85 |
|
---|
86 | ## v1.2.2
|
---|
87 |
|
---|
88 | * update deps, use isexe module, test windows
|
---|
89 |
|
---|
90 | ## v1.2.1
|
---|
91 |
|
---|
92 | * Sometimes windows PATH entries are quoted
|
---|
93 | * Fixed a bug in the check for group and user mode bits. This bug was introduced during refactoring for supporting strict mode.
|
---|
94 | * doc cli
|
---|
95 |
|
---|
96 | ## v1.2.0
|
---|
97 |
|
---|
98 | * Add support for opt.all and -as cli flags
|
---|
99 | * test the bin
|
---|
100 | * update travis
|
---|
101 | * Allow checking for multiple programs in bin/which
|
---|
102 | * tap 2
|
---|
103 |
|
---|
104 | ## v1.1.2
|
---|
105 |
|
---|
106 | * travis
|
---|
107 | * Refactored and fixed undefined error on Windows
|
---|
108 | * Support strict mode
|
---|
109 |
|
---|
110 | ## v1.1.1
|
---|
111 |
|
---|
112 | * test +g exes against secondary groups, if available
|
---|
113 | * Use windows exe semantics on cygwin & msys
|
---|
114 | * cwd should be first in path on win32, not last
|
---|
115 | * Handle lower-case 'env.Path' on Windows
|
---|
116 | * Update docs
|
---|
117 | * use single-quotes
|
---|
118 |
|
---|
119 | ## v1.1.0
|
---|
120 |
|
---|
121 | * Add tests, depend on is-absolute
|
---|
122 |
|
---|
123 | ## v1.0.9
|
---|
124 |
|
---|
125 | * which.js: root is allowed to execute files owned by anyone
|
---|
126 |
|
---|
127 | ## v1.0.8
|
---|
128 |
|
---|
129 | * don't use graceful-fs
|
---|
130 |
|
---|
131 | ## v1.0.7
|
---|
132 |
|
---|
133 | * add license to package.json
|
---|
134 |
|
---|
135 | ## v1.0.6
|
---|
136 |
|
---|
137 | * isc license
|
---|
138 |
|
---|
139 | ## 1.0.5
|
---|
140 |
|
---|
141 | * Awful typo
|
---|
142 |
|
---|
143 | ## 1.0.4
|
---|
144 |
|
---|
145 | * Test for path absoluteness properly
|
---|
146 | * win: Allow '' as a pathext if cmd has a . in it
|
---|
147 |
|
---|
148 | ## 1.0.3
|
---|
149 |
|
---|
150 | * Remove references to execPath
|
---|
151 | * Make `which.sync()` work on Windows by honoring the PATHEXT variable.
|
---|
152 | * Make `isExe()` always return true on Windows.
|
---|
153 | * MIT
|
---|
154 |
|
---|
155 | ## 1.0.2
|
---|
156 |
|
---|
157 | * Only files can be exes
|
---|
158 |
|
---|
159 | ## 1.0.1
|
---|
160 |
|
---|
161 | * Respect the PATHEXT env for win32 support
|
---|
162 | * should 0755 the bin
|
---|
163 | * binary
|
---|
164 | * guts
|
---|
165 | * package
|
---|
166 | * 1st
|
---|