source: trip-planner-front/node_modules/which/CHANGELOG.md@ 188ee53

Last change on this file since 188ee53 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

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