@oclif/test 1.2.8 → 1.2.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -1
- package/package.json +9 -9
- package/CHANGELOG.md +0 -585
package/README.md
CHANGED
|
@@ -6,7 +6,6 @@ test helpers for oclif components
|
|
|
6
6
|
[](https://npmjs.org/package/@oclif/test)
|
|
7
7
|
[](https://circleci.com/gh/oclif/test/tree/master)
|
|
8
8
|
[](https://ci.appveyor.com/project/heroku/test/branch/master)
|
|
9
|
-
[](https://codecov.io/gh/oclif/test)
|
|
10
9
|
[](https://snyk.io/test/npm/@oclif/test)
|
|
11
10
|
[](https://npmjs.org/package/@oclif/test)
|
|
12
11
|
[](https://github.com/oclif/test/blob/master/package.json)
|
package/package.json
CHANGED
|
@@ -1,26 +1,26 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oclif/test",
|
|
3
3
|
"description": "test helpers for oclif components",
|
|
4
|
-
"version": "1.2.
|
|
4
|
+
"version": "1.2.9",
|
|
5
5
|
"author": "Jeff Dickey @jdxcode",
|
|
6
6
|
"bugs": "https://github.com/oclif/test/issues",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"fancy-test": "^1.4.
|
|
8
|
+
"fancy-test": "^1.4.10"
|
|
9
9
|
},
|
|
10
10
|
"devDependencies": {
|
|
11
|
-
"@oclif/command": "^1.
|
|
12
|
-
"@oclif/config": "^1.
|
|
13
|
-
"@oclif/errors": "^1.
|
|
11
|
+
"@oclif/command": "^1.8.9",
|
|
12
|
+
"@oclif/config": "^1.18.2",
|
|
13
|
+
"@oclif/errors": "^1.3.5",
|
|
14
14
|
"@types/chai": "^4.1.7",
|
|
15
15
|
"@types/mocha": "^8.0.0",
|
|
16
16
|
"@types/node": "^14.0.14",
|
|
17
17
|
"chai": "^4.2.0",
|
|
18
|
-
"eslint": "^7.
|
|
19
|
-
"eslint-config-oclif": "^3.1.
|
|
18
|
+
"eslint": "^7.32.0",
|
|
19
|
+
"eslint-config-oclif": "^3.1.2",
|
|
20
20
|
"eslint-config-oclif-typescript": "^0.2.0",
|
|
21
21
|
"globby": "^11.0.1",
|
|
22
|
-
"mocha": "^8.
|
|
23
|
-
"nock": "^13.
|
|
22
|
+
"mocha": "^8.4.0",
|
|
23
|
+
"nock": "^13.2.1",
|
|
24
24
|
"ts-node": "^9.0.0",
|
|
25
25
|
"typescript": "3.8.3"
|
|
26
26
|
},
|
package/CHANGELOG.md
DELETED
|
@@ -1,585 +0,0 @@
|
|
|
1
|
-
## [1.2.8](https://github.com/oclif/test/compare/v1.2.7...v1.2.8) (2020-12-02)
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
### Bug Fixes
|
|
5
|
-
|
|
6
|
-
* **deps:** bump fancy-test from 1.4.9 to 1.4.10 ([#126](https://github.com/oclif/test/issues/126)) ([132c914](https://github.com/oclif/test/commit/132c914d6fcfc92d6a90352706b28769c3ef22e7))
|
|
7
|
-
|
|
8
|
-
## [1.2.7](https://github.com/oclif/test/compare/v1.2.6...v1.2.7) (2020-09-01)
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
### Bug Fixes
|
|
12
|
-
|
|
13
|
-
* **deps-dev:** bump eslint from 7.7.0 to 7.8.0 ([#111](https://github.com/oclif/test/issues/111)) ([2d81e06](https://github.com/oclif/test/commit/2d81e0653e0b27d6b3f6e666b63c066d789b154b))
|
|
14
|
-
|
|
15
|
-
## [1.2.2](https://github.com/oclif/test/compare/v1.2.1...v1.2.2) (2018-10-13)
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
### Bug Fixes
|
|
19
|
-
|
|
20
|
-
* remove greenkeeper badge ([35730ff](https://github.com/oclif/test/commit/35730ff))
|
|
21
|
-
|
|
22
|
-
## [1.2.1](https://github.com/oclif/test/compare/v1.2.0...v1.2.1) (2018-09-14)
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
### Bug Fixes
|
|
26
|
-
|
|
27
|
-
* require arguments to hook and command ([38982b5](https://github.com/oclif/test/commit/38982b5))
|
|
28
|
-
|
|
29
|
-
# [1.2.0](https://github.com/oclif/test/compare/9af539d38f45f813f825a918baebfee17f9440dc...v1.2.0) (2018-08-17)
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
### Features
|
|
33
|
-
|
|
34
|
-
* typescript 3.0 ([08c44ba](https://github.com/oclif/test/commit/08c44ba))
|
|
35
|
-
|
|
36
|
-
<a name="1.1.0"></a>
|
|
37
|
-
# [1.1.0](https://github.com/oclif/test/compare/bb2466b47bdb57e7852c15f3d8369c296a148db3...v1.1.0) (2018-06-14)
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
### Features
|
|
41
|
-
|
|
42
|
-
* updated fancy-test ([9af539d](https://github.com/oclif/test/commit/9af539d))
|
|
43
|
-
|
|
44
|
-
<a name="1.0.9"></a>
|
|
45
|
-
## [1.0.9](https://github.com/oclif/test/compare/a5beadfcd2868abf6680ab1923157fc272e3583d...v1.0.9) (2018-06-01)
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
### Bug Fixes
|
|
49
|
-
|
|
50
|
-
* updated deps ([bb2466b](https://github.com/oclif/test/commit/bb2466b))
|
|
51
|
-
|
|
52
|
-
<a name="1.0.8"></a>
|
|
53
|
-
## [1.0.8](https://github.com/oclif/test/compare/18433ffcb770fcb56a51040419b1a6287ddc686c...v1.0.8) (2018-06-01)
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
### Bug Fixes
|
|
57
|
-
|
|
58
|
-
* updated deps ([a5beadf](https://github.com/oclif/test/commit/a5beadf))
|
|
59
|
-
|
|
60
|
-
<a name="1.0.7"></a>
|
|
61
|
-
## [1.0.7](https://github.com/oclif/test/compare/1073eb5982d805f92a4c0399cd18ae61576c0e3d...v1.0.7) (2018-06-01)
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
### Bug Fixes
|
|
65
|
-
|
|
66
|
-
* bump deps ([18433ff](https://github.com/oclif/test/commit/18433ff))
|
|
67
|
-
|
|
68
|
-
<a name="1.0.6"></a>
|
|
69
|
-
## [1.0.6](https://github.com/oclif/test/compare/90e407f6cefec2416f9cf33b572db297d6901769...v1.0.6) (2018-05-01)
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
### Bug Fixes
|
|
73
|
-
|
|
74
|
-
* updated fancy-test ([1073eb5](https://github.com/oclif/test/commit/1073eb5))
|
|
75
|
-
|
|
76
|
-
<a name="1.0.5"></a>
|
|
77
|
-
## [1.0.5](https://github.com/oclif/test/compare/b30b892e91729769bf2e991ca5922926a7add90b...v1.0.5) (2018-04-18)
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
### Bug Fixes
|
|
81
|
-
|
|
82
|
-
* updated deps ([90e407f](https://github.com/oclif/test/commit/90e407f))
|
|
83
|
-
|
|
84
|
-
<a name="1.0.4"></a>
|
|
85
|
-
## [1.0.4](https://github.com/oclif/test/compare/97986a4ea3ac8d703d2c755a29dd9282bd2eb4b1...v1.0.4) (2018-04-06)
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
### Bug Fixes
|
|
89
|
-
|
|
90
|
-
* fixed exit ([b30b892](https://github.com/oclif/test/commit/b30b892))
|
|
91
|
-
|
|
92
|
-
<a name="1.0.3"></a>
|
|
93
|
-
## [1.0.3](https://github.com/oclif/test/compare/ad5d869d3ca7afb926f0fbbefc8d92b6c4f1a7ba...v1.0.3) (2018-04-06)
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
### Bug Fixes
|
|
97
|
-
|
|
98
|
-
* fixed exit ([97986a4](https://github.com/oclif/test/commit/97986a4))
|
|
99
|
-
|
|
100
|
-
<a name="1.0.2"></a>
|
|
101
|
-
## [1.0.2](https://github.com/oclif/test/compare/65323ebfc55d4c13fb9e4bef2b961a4bc8065a4b...v1.0.2) (2018-04-06)
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
### Bug Fixes
|
|
105
|
-
|
|
106
|
-
* updated fancy-test ([ad5d869](https://github.com/oclif/test/commit/ad5d869))
|
|
107
|
-
|
|
108
|
-
<a name="1.0.1"></a>
|
|
109
|
-
## [1.0.1](https://github.com/oclif/test/compare/v1.0.0...v1.0.1) (2018-02-13)
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
### Bug Fixes
|
|
113
|
-
|
|
114
|
-
* updated deps ([65323eb](https://github.com/oclif/test/commit/65323eb))
|
|
115
|
-
|
|
116
|
-
<a name="0.10.16"></a>
|
|
117
|
-
## [0.10.16](https://github.com/oclif/test/compare/e3693460c4c91ee8e0f932b28304faaf8ce2f523...v0.10.16) (2018-02-13)
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
### Bug Fixes
|
|
121
|
-
|
|
122
|
-
* updated deps ([76353b9](https://github.com/oclif/test/commit/76353b9))
|
|
123
|
-
|
|
124
|
-
<a name="0.10.15"></a>
|
|
125
|
-
## [0.10.15](https://github.com/anycli/test/compare/4b33a6cbc4544870f49b5dc5b7625bf388b5e083...v0.10.15) (2018-02-07)
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
### Bug Fixes
|
|
129
|
-
|
|
130
|
-
* updated command ([18ca930](https://github.com/anycli/test/commit/18ca930))
|
|
131
|
-
|
|
132
|
-
<a name="0.10.14"></a>
|
|
133
|
-
## [0.10.14](https://github.com/anycli/test/compare/25f527145b8548083896f4c440cae92219ddef6c...v0.10.14) (2018-02-07)
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
### Bug Fixes
|
|
137
|
-
|
|
138
|
-
* async ([4b33a6c](https://github.com/anycli/test/commit/4b33a6c))
|
|
139
|
-
|
|
140
|
-
<a name="0.10.13"></a>
|
|
141
|
-
## [0.10.13](https://github.com/anycli/test/compare/123a4cf6c04f1e0d86a999b8848b3034174a5c86...v0.10.13) (2018-02-07)
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
### Bug Fixes
|
|
145
|
-
|
|
146
|
-
* run init hook ([25f5271](https://github.com/anycli/test/commit/25f5271))
|
|
147
|
-
* run init hook ([d902662](https://github.com/anycli/test/commit/d902662))
|
|
148
|
-
|
|
149
|
-
<a name="0.10.12"></a>
|
|
150
|
-
## [0.10.12](https://github.com/anycli/test/compare/e807e1997757ccf16828433cab2ea29a5a8b97be...v0.10.12) (2018-02-07)
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
### Bug Fixes
|
|
154
|
-
|
|
155
|
-
* updated config ([123a4cf](https://github.com/anycli/test/commit/123a4cf))
|
|
156
|
-
|
|
157
|
-
<a name="0.10.11"></a>
|
|
158
|
-
## [0.10.11](https://github.com/anycli/test/compare/61c267f0ad0e76ce08b1015cfe76d80769bf4440...v0.10.11) (2018-02-05)
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
### Bug Fixes
|
|
162
|
-
|
|
163
|
-
* updated with config/command changes ([e807e19](https://github.com/anycli/test/commit/e807e19))
|
|
164
|
-
|
|
165
|
-
<a name="0.10.10"></a>
|
|
166
|
-
## [0.10.10](https://github.com/anycli/test/compare/6979084b79f1c39ee6b8c2da201f70d6f0077faf...v0.10.10) (2018-02-05)
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
### Bug Fixes
|
|
170
|
-
|
|
171
|
-
* remove lodash ([61c267f](https://github.com/anycli/test/commit/61c267f))
|
|
172
|
-
|
|
173
|
-
<a name="0.10.9"></a>
|
|
174
|
-
## [0.10.9](https://github.com/anycli/test/compare/c1b6e1aa3f5fe2f3ea400a5dda0fe4734e39595c...v0.10.9) (2018-02-03)
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
### Bug Fixes
|
|
178
|
-
|
|
179
|
-
* put reset flag on loadConfig ([6979084](https://github.com/anycli/test/commit/6979084))
|
|
180
|
-
|
|
181
|
-
<a name="0.10.8"></a>
|
|
182
|
-
## [0.10.8](https://github.com/anycli/test/compare/83bdc23f9565d74eac32bc28b3a756443b2464dc...v0.10.8) (2018-02-03)
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
### Bug Fixes
|
|
186
|
-
|
|
187
|
-
* export command ([c1b6e1a](https://github.com/anycli/test/commit/c1b6e1a))
|
|
188
|
-
|
|
189
|
-
<a name="0.10.7"></a>
|
|
190
|
-
## [0.10.7](https://github.com/anycli/test/compare/54303a06893c4232824e7e91f66464bd4c999ee8...v0.10.7) (2018-02-03)
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
### Bug Fixes
|
|
194
|
-
|
|
195
|
-
* bump config ([83bdc23](https://github.com/anycli/test/commit/83bdc23))
|
|
196
|
-
* clear plugincache ([61ec050](https://github.com/anycli/test/commit/61ec050))
|
|
197
|
-
|
|
198
|
-
<a name="0.10.6"></a>
|
|
199
|
-
## [0.10.6](https://github.com/anycli/test/compare/fa184dab258fdb91ff1799c91853c1a8fc140355...v0.10.6) (2018-02-03)
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
### Bug Fixes
|
|
203
|
-
|
|
204
|
-
* fixed loadConfig with hooks ([54303a0](https://github.com/anycli/test/commit/54303a0))
|
|
205
|
-
|
|
206
|
-
<a name="0.10.5"></a>
|
|
207
|
-
## [0.10.5](https://github.com/anycli/test/compare/232226999009377aca4e11d4be0b42292178d8ae...v0.10.5) (2018-02-03)
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
### Bug Fixes
|
|
211
|
-
|
|
212
|
-
* updated to work with new config/command ([fa184da](https://github.com/anycli/test/commit/fa184da))
|
|
213
|
-
|
|
214
|
-
<a name="0.10.4"></a>
|
|
215
|
-
## [0.10.4](https://github.com/anycli/test/compare/07edc1c42f32ba3ecc534f4bea0f2db61b0d9955...v0.10.4) (2018-02-02)
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
### Bug Fixes
|
|
219
|
-
|
|
220
|
-
* updated deps ([2322269](https://github.com/anycli/test/commit/2322269))
|
|
221
|
-
|
|
222
|
-
<a name="0.10.3"></a>
|
|
223
|
-
## [0.10.3](https://github.com/anycli/test/compare/5fd5b9162030fe7c140e9084e016f15b2fcf20f5...v0.10.3) (2018-02-02)
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
### Bug Fixes
|
|
227
|
-
|
|
228
|
-
* updated deps ([07edc1c](https://github.com/anycli/test/commit/07edc1c))
|
|
229
|
-
|
|
230
|
-
<a name="0.10.2"></a>
|
|
231
|
-
## [0.10.2](https://github.com/anycli/test/compare/f69f12493fdd456dd822d70f9698f82cbbc7c90c...v0.10.2) (2018-02-01)
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
### Bug Fixes
|
|
235
|
-
|
|
236
|
-
* lazy load engine ([5fd5b91](https://github.com/anycli/test/commit/5fd5b91))
|
|
237
|
-
|
|
238
|
-
<a name="0.10.1"></a>
|
|
239
|
-
## [0.10.1](https://github.com/anycli/test/compare/ac8b8ad827acddd1f06b2f47941543d1497e9f59...v0.10.1) (2018-02-01)
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
### Bug Fixes
|
|
243
|
-
|
|
244
|
-
* updated engine ([f69f124](https://github.com/anycli/test/commit/f69f124))
|
|
245
|
-
|
|
246
|
-
<a name="0.10.0"></a>
|
|
247
|
-
# [0.10.0](https://github.com/anycli/test/compare/815def79357243b1f4d572609d2a0fe3a795be8c...v0.10.0) (2018-01-31)
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
### Features
|
|
251
|
-
|
|
252
|
-
* added loadEngine ([ac8b8ad](https://github.com/anycli/test/commit/ac8b8ad))
|
|
253
|
-
|
|
254
|
-
<a name="0.9.20"></a>
|
|
255
|
-
## [0.9.20](https://github.com/anycli/test/compare/v0.9.19...v0.9.20) (2018-01-31)
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
### Bug Fixes
|
|
259
|
-
|
|
260
|
-
* anycli rename ([815def7](https://github.com/anycli/test/commit/815def7))
|
|
261
|
-
* anycli rename ([ca39cc9](https://github.com/anycli/test/commit/ca39cc9))
|
|
262
|
-
|
|
263
|
-
<a name="0.9.19"></a>
|
|
264
|
-
## [0.9.19](https://github.com/dxcli/test/compare/46ce619516b71b5b285090f31a151119d9d93fce...v0.9.19) (2018-01-29)
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
### Bug Fixes
|
|
268
|
-
|
|
269
|
-
* updated engine ([6d396b1](https://github.com/dxcli/test/commit/6d396b1))
|
|
270
|
-
|
|
271
|
-
<a name="0.9.18"></a>
|
|
272
|
-
## [0.9.18](https://github.com/dxcli/test/compare/6c0a79775313da04ac3df1520af1144426deebd3...v0.9.18) (2018-01-28)
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
### Bug Fixes
|
|
276
|
-
|
|
277
|
-
* remove peer dep ([46ce619](https://github.com/dxcli/test/commit/46ce619))
|
|
278
|
-
|
|
279
|
-
<a name="0.9.17"></a>
|
|
280
|
-
## [0.9.17](https://github.com/dxcli/test/compare/11b76681d9fbb4b5519f08b097a8abf38b277bd1...v0.9.17) (2018-01-28)
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
### Bug Fixes
|
|
284
|
-
|
|
285
|
-
* add [@dxcli](https://github.com/dxcli)/command ([6c0a797](https://github.com/dxcli/test/commit/6c0a797))
|
|
286
|
-
* fixing example publishing ([adee5fe](https://github.com/dxcli/test/commit/adee5fe))
|
|
287
|
-
|
|
288
|
-
<a name="0.9.16"></a>
|
|
289
|
-
## [0.9.16](https://github.com/dxcli/test/compare/43dfa2997d4d3889d6a5af0300a1310f5f727eb2...v0.9.16) (2018-01-28)
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
### Bug Fixes
|
|
293
|
-
|
|
294
|
-
* fixed config loading ([11b7668](https://github.com/dxcli/test/commit/11b7668))
|
|
295
|
-
|
|
296
|
-
<a name="0.9.15"></a>
|
|
297
|
-
## [0.9.15](https://github.com/dxcli/test/compare/1c361aa61eabdd02a887339d656eb06f86244a4c...v0.9.15) (2018-01-28)
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
### Bug Fixes
|
|
301
|
-
|
|
302
|
-
* updated fancy-test ([43dfa29](https://github.com/dxcli/test/commit/43dfa29))
|
|
303
|
-
|
|
304
|
-
<a name="0.9.14"></a>
|
|
305
|
-
## [0.9.14](https://github.com/dxcli/test/compare/1c9f8a395b48bf0489afb3badc5eef02dd9acb36...v0.9.14) (2018-01-28)
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
### Bug Fixes
|
|
309
|
-
|
|
310
|
-
* ran generator ([1c361aa](https://github.com/dxcli/test/commit/1c361aa))
|
|
311
|
-
|
|
312
|
-
<a name="0.9.13"></a>
|
|
313
|
-
## [0.9.13](https://github.com/dxcli/test/compare/9e620edba0962ffb08182f166cff6c6db0c759ce...v0.9.13) (2018-01-28)
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
### Bug Fixes
|
|
317
|
-
|
|
318
|
-
* ran generator ([1c9f8a3](https://github.com/dxcli/test/commit/1c9f8a3))
|
|
319
|
-
|
|
320
|
-
<a name="0.9.12"></a>
|
|
321
|
-
## [0.9.12](https://github.com/dxcli/dev-test/compare/d800eb1e0453b4dc928e103ad8384b7a4285d596...v0.9.12) (2018-01-27)
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
### Bug Fixes
|
|
325
|
-
|
|
326
|
-
* updated deps ([11e18c0](https://github.com/dxcli/dev-test/commit/11e18c0))
|
|
327
|
-
|
|
328
|
-
<a name="0.9.11"></a>
|
|
329
|
-
## [0.9.11](https://github.com/dxcli/dev-test/compare/d4a55140333f0cc4ba0601b975dcd2f8f746c739...v0.9.11) (2018-01-27)
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
### Bug Fixes
|
|
333
|
-
|
|
334
|
-
* move everything to devDependencies to use [@dxcli](https://github.com/dxcli)/dev instead ([d800eb1](https://github.com/dxcli/dev-test/commit/d800eb1))
|
|
335
|
-
|
|
336
|
-
<a name="0.9.10"></a>
|
|
337
|
-
## [0.9.10](https://github.com/dxcli/dev-test/compare/2473c2f8dbc9fb30aa49d7319cd8c0367a030e5b...v0.9.10) (2018-01-27)
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
### Bug Fixes
|
|
341
|
-
|
|
342
|
-
* added types ([d4a5514](https://github.com/dxcli/dev-test/commit/d4a5514))
|
|
343
|
-
|
|
344
|
-
<a name="0.9.9"></a>
|
|
345
|
-
## [0.9.9](https://github.com/dxcli/dev-test/compare/7c2f91a8ac9d82873fe2661c9b8a075b9a04791e...v0.9.9) (2018-01-27)
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
### Bug Fixes
|
|
349
|
-
|
|
350
|
-
* updated deps ([2473c2f](https://github.com/dxcli/dev-test/commit/2473c2f))
|
|
351
|
-
|
|
352
|
-
<a name="0.9.8"></a>
|
|
353
|
-
## [0.9.8](https://github.com/dxcli/dev-test/compare/46b00dbd6ef575ccc35caa31580beb636656c595...v0.9.8) (2018-01-26)
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
### Bug Fixes
|
|
357
|
-
|
|
358
|
-
* updated deps ([7c2f91a](https://github.com/dxcli/dev-test/commit/7c2f91a))
|
|
359
|
-
|
|
360
|
-
<a name="0.9.7"></a>
|
|
361
|
-
## [0.9.7](https://github.com/dxcli/dev-test/compare/319439d66a91a6f733cf67f30fc9ba9730cbd4f0...v0.9.7) (2018-01-26)
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
### Bug Fixes
|
|
365
|
-
|
|
366
|
-
* updated fancy-test ([46b00db](https://github.com/dxcli/dev-test/commit/46b00db))
|
|
367
|
-
|
|
368
|
-
<a name="0.9.6"></a>
|
|
369
|
-
## [0.9.6](https://github.com/dxcli/dev-test/compare/b930f9d913b48981781e064317869f932e16730f...v0.9.6) (2018-01-26)
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
### Bug Fixes
|
|
373
|
-
|
|
374
|
-
* updated fancy-test ([319439d](https://github.com/dxcli/dev-test/commit/319439d))
|
|
375
|
-
|
|
376
|
-
<a name="0.9.5"></a>
|
|
377
|
-
## [0.9.5](https://github.com/dxcli/dev-test/compare/ed2562de6b7073e6a9db4f051aeec925d2cca539...v0.9.5) (2018-01-26)
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
### Bug Fixes
|
|
381
|
-
|
|
382
|
-
* updated fancy-test ([b930f9d](https://github.com/dxcli/dev-test/commit/b930f9d))
|
|
383
|
-
|
|
384
|
-
<a name="0.9.4"></a>
|
|
385
|
-
## [0.9.4](https://github.com/dxcli/dev-test/compare/639c410f45e9a361417acba72586fe6e4d294fe5...v0.9.4) (2018-01-26)
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
### Bug Fixes
|
|
389
|
-
|
|
390
|
-
* updated fancy-test ([ed2562d](https://github.com/dxcli/dev-test/commit/ed2562d))
|
|
391
|
-
|
|
392
|
-
<a name="0.9.3"></a>
|
|
393
|
-
## [0.9.3](https://github.com/dxcli/dev-test/compare/f0f450e8ecfa1600ba329f30811a10432e56f5d0...v0.9.3) (2018-01-26)
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
### Bug Fixes
|
|
397
|
-
|
|
398
|
-
* updated fancy-test ([39078f0](https://github.com/dxcli/dev-test/commit/39078f0))
|
|
399
|
-
|
|
400
|
-
<a name="0.9.2"></a>
|
|
401
|
-
## [0.9.2](https://github.com/dxcli/dev-test/compare/275ae1e49fc427d9e9093f931ba9668ecddb5d0b...v0.9.2) (2018-01-25)
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
### Bug Fixes
|
|
405
|
-
|
|
406
|
-
* added some exports ([f0f450e](https://github.com/dxcli/dev-test/commit/f0f450e))
|
|
407
|
-
* updated fancy-mocha ([8420ab2](https://github.com/dxcli/dev-test/commit/8420ab2))
|
|
408
|
-
* updated fancy-mocha ([d78793e](https://github.com/dxcli/dev-test/commit/d78793e))
|
|
409
|
-
|
|
410
|
-
<a name="0.9.1"></a>
|
|
411
|
-
## [0.9.1](https://github.com/dxcli/dev-test/compare/89d55b19ebdd7c04daad9c5156b4b62fb36d22ce...v0.9.1) (2018-01-25)
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
### Bug Fixes
|
|
415
|
-
|
|
416
|
-
* fix defaulting root ([275ae1e](https://github.com/dxcli/dev-test/commit/275ae1e))
|
|
417
|
-
|
|
418
|
-
<a name="0.9.0"></a>
|
|
419
|
-
# [0.9.0](https://github.com/dxcli/dev-test/compare/b7a1d2557905ffd8b59ab1333d236b5e768301e3...v0.9.0) (2018-01-25)
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
### Features
|
|
423
|
-
|
|
424
|
-
* use fancy-mocha ([89d55b1](https://github.com/dxcli/dev-test/commit/89d55b1))
|
|
425
|
-
|
|
426
|
-
<a name="0.8.0"></a>
|
|
427
|
-
# [0.8.0](https://github.com/dxcli/dev-test/compare/036ec315486d5caf3af301df37f9c252ecb64fe4...v0.8.0) (2018-01-21)
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
### Features
|
|
431
|
-
|
|
432
|
-
* use fancy-mocha ([b7a1d25](https://github.com/dxcli/dev-test/commit/b7a1d25))
|
|
433
|
-
|
|
434
|
-
<a name="0.7.0"></a>
|
|
435
|
-
# [0.7.0](https://github.com/dxcli/dev-test/compare/5b214ad519747c8e999dae7ae809b680c4373f63...v0.7.0) (2018-01-20)
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
### Features
|
|
439
|
-
|
|
440
|
-
* added error to hook callback ([036ec31](https://github.com/dxcli/dev-test/commit/036ec31))
|
|
441
|
-
|
|
442
|
-
<a name="0.6.1"></a>
|
|
443
|
-
## [0.6.1](https://github.com/dxcli/dev-test/compare/e5f9a87977d3d7cc901297874b0135def95362d2...v0.6.1) (2018-01-20)
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
### Bug Fixes
|
|
447
|
-
|
|
448
|
-
* better exit error handling ([5b214ad](https://github.com/dxcli/dev-test/commit/5b214ad))
|
|
449
|
-
|
|
450
|
-
<a name="0.6.0"></a>
|
|
451
|
-
# [0.6.0](https://github.com/dxcli/dev-test/compare/9606dddb2a1420ee0384b27f5c84c3c73d2e161e...v0.6.0) (2018-01-20)
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
### Features
|
|
455
|
-
|
|
456
|
-
* added testHook callback ([e5f9a87](https://github.com/dxcli/dev-test/commit/e5f9a87))
|
|
457
|
-
|
|
458
|
-
<a name="0.5.2"></a>
|
|
459
|
-
## [0.5.2](https://github.com/dxcli/dev-test/compare/b578460b88d0c4079d4749ecaaf2a35796715d3c...v0.5.2) (2018-01-20)
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
### Bug Fixes
|
|
463
|
-
|
|
464
|
-
* updated deps ([3dabf24](https://github.com/dxcli/dev-test/commit/3dabf24))
|
|
465
|
-
|
|
466
|
-
<a name="0.5.1"></a>
|
|
467
|
-
## [0.5.1](https://github.com/dxcli/dev-test/compare/016ca5eba672058d70bf9bff6df64653ac29f3cd...v0.5.1) (2018-01-20)
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
### Bug Fixes
|
|
471
|
-
|
|
472
|
-
* show all args ([b578460](https://github.com/dxcli/dev-test/commit/b578460))
|
|
473
|
-
|
|
474
|
-
<a name="0.5.0"></a>
|
|
475
|
-
# [0.5.0](https://github.com/dxcli/dev-test/compare/0ccdabed9721ba044e8d5a75db391c0f126d6e54...v0.5.0) (2018-01-20)
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
### Features
|
|
479
|
-
|
|
480
|
-
* added testCommand callback ([016ca5e](https://github.com/dxcli/dev-test/commit/016ca5e))
|
|
481
|
-
|
|
482
|
-
<a name="0.4.4"></a>
|
|
483
|
-
## [0.4.4](https://github.com/dxcli/dev-test/compare/c9d091091f0faeb52d11fd3897c22de413634bd5...v0.4.4) (2018-01-20)
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
### Bug Fixes
|
|
487
|
-
|
|
488
|
-
* bump engine ([0ccdabe](https://github.com/dxcli/dev-test/commit/0ccdabe))
|
|
489
|
-
|
|
490
|
-
<a name="0.4.3"></a>
|
|
491
|
-
## [0.4.3](https://github.com/dxcli/dev-test/compare/306c3ee9d27460a56bf3be1d9f31ea8e14084a23...v0.4.3) (2018-01-20)
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
### Bug Fixes
|
|
495
|
-
|
|
496
|
-
* exit code check ([c9d0910](https://github.com/dxcli/dev-test/commit/c9d0910))
|
|
497
|
-
|
|
498
|
-
<a name="0.4.2"></a>
|
|
499
|
-
## [0.4.2](https://github.com/dxcli/dev-test/compare/28b9e3b1cde70174831a2d175f6d7c542e59fb72...v0.4.2) (2018-01-20)
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
### Bug Fixes
|
|
503
|
-
|
|
504
|
-
* updated deps ([306c3ee](https://github.com/dxcli/dev-test/commit/306c3ee))
|
|
505
|
-
|
|
506
|
-
<a name="0.4.1"></a>
|
|
507
|
-
## [0.4.1](https://github.com/dxcli/dev-test/compare/39bc87761d4cce79d38ed69a66592ac499d6347e...v0.4.1) (2018-01-20)
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
### Bug Fixes
|
|
511
|
-
|
|
512
|
-
* added sourceMap ([e17e4aa](https://github.com/dxcli/dev-test/commit/e17e4aa))
|
|
513
|
-
* updated dependencies ([28b9e3b](https://github.com/dxcli/dev-test/commit/28b9e3b))
|
|
514
|
-
|
|
515
|
-
<a name="0.4.0"></a>
|
|
516
|
-
# [0.4.0](https://github.com/dxcli/dev-test/compare/bbe7683a7e6eb0c27e387e9d085dae0f669fb867...v0.4.0) (2018-01-20)
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
### Features
|
|
520
|
-
|
|
521
|
-
* added testHook ([39bc877](https://github.com/dxcli/dev-test/commit/39bc877))
|
|
522
|
-
|
|
523
|
-
<a name="0.3.0"></a>
|
|
524
|
-
# [0.3.0](https://github.com/dxcli/dev-test/compare/8ef663ff285bd3a65d2f8e6520a3b56ac8b48d7e...v0.3.0) (2018-01-20)
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
### Features
|
|
528
|
-
|
|
529
|
-
* added testCommand ([bbe7683](https://github.com/dxcli/dev-test/commit/bbe7683))
|
|
530
|
-
|
|
531
|
-
<a name="0.2.2"></a>
|
|
532
|
-
## [0.2.2](https://github.com/dxcli/dev-test/compare/6384b05e572a67a8ac9df47c2d1824015ada6e4a...v0.2.2) (2018-01-19)
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
### Bug Fixes
|
|
536
|
-
|
|
537
|
-
* updated dependencies ([8ef663f](https://github.com/dxcli/dev-test/commit/8ef663f))
|
|
538
|
-
|
|
539
|
-
<a name="0.2.1"></a>
|
|
540
|
-
## [0.2.1](https://github.com/dxcli/dev-test/compare/4d45e11aebd9a69549aefdc54fa15ebb2ddf24f0...v0.2.1) (2018-01-16)
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
### Bug Fixes
|
|
544
|
-
|
|
545
|
-
* flush stdmock after tests ([6384b05](https://github.com/dxcli/dev-test/commit/6384b05))
|
|
546
|
-
|
|
547
|
-
<a name="0.2.0"></a>
|
|
548
|
-
# [0.2.0](https://github.com/dxcli/dev-test/compare/98bf3a1dd7346d4d8d71fa9c943dc2c23f0171ff...v0.2.0) (2018-01-16)
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
### Features
|
|
552
|
-
|
|
553
|
-
* add chai-as-promised ([4d45e11](https://github.com/dxcli/dev-test/commit/4d45e11))
|
|
554
|
-
|
|
555
|
-
<a name="0.1.2"></a>
|
|
556
|
-
## [0.1.2](https://github.com/dxcli/dev-test/compare/77aff3b2da0b9e72548d6584128dbe6bb56e39e4...v0.1.2) (2018-01-16)
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
### Bug Fixes
|
|
560
|
-
|
|
561
|
-
* fixed it before/after filters ([98bf3a1](https://github.com/dxcli/dev-test/commit/98bf3a1))
|
|
562
|
-
|
|
563
|
-
<a name="0.1.1"></a>
|
|
564
|
-
## [0.1.1](https://github.com/dxcli/dev-test/compare/d0c1e97a377cb47071d387ed38e2b905437c3d80...v0.1.1) (2018-01-16)
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
### Bug Fixes
|
|
568
|
-
|
|
569
|
-
* ran generator ([77aff3b](https://github.com/dxcli/dev-test/commit/77aff3b))
|
|
570
|
-
|
|
571
|
-
<a name="0.1.0"></a>
|
|
572
|
-
# [0.1.0](https://github.com/dxcli/dev-test/compare/1994d4b85deedb04d87973b56e8fff359dd7dd31...v0.1.0) (2018-01-15)
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
### Features
|
|
576
|
-
|
|
577
|
-
* added mock and improved std mocking ([d0c1e97](https://github.com/dxcli/dev-test/commit/d0c1e97))
|
|
578
|
-
|
|
579
|
-
<a name="0.0.1"></a>
|
|
580
|
-
## [0.0.1](https://github.com/dxcli/dev-test/compare/16a7ac9e499c1b587bc6d42ee963cecdb5ce029c...v0.0.1) (2018-01-13)
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
### Bug Fixes
|
|
584
|
-
|
|
585
|
-
* add [@dxcli](https://github.com/dxcli)/dev-nyc-config ([1994d4b](https://github.com/dxcli/dev-test/commit/1994d4b))
|