@oclif/test 2.1.1 → 2.1.2

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