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