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