UNPKG

17.7 kBMarkdownView Raw
1# Changelog
2
3All 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### [3.8.7](https://github.com/oclif/parser/compare/v3.8.5...v3.8.7) (2022-02-25)
6
7
8### Bug Fixes
9
10* accept integer 0 as valid arg input ([#114](https://github.com/oclif/parser/issues/114)) ([2619871](https://github.com/oclif/parser/commit/2619871f2e9c669863f32a73fa00b49d4e18d333))
11* print valid flag values in error message when using `exactlyOne` ([#232](https://github.com/oclif/parser/issues/232)) ([7b348f8](https://github.com/oclif/parser/commit/7b348f86bf44a4e537445c655480baf4383f13f7))
12* typescript compliation errors ([bba144d](https://github.com/oclif/parser/commit/bba144dbe008e4c33e6f486359bac975860de9b9))
13
14## [3.8.7](https://github.com/oclif/parser/compare/v3.8.5...v3.8.7) (2022-02-25)
15
16
17### Bug Fixes
18
19* accept integer 0 as valid arg input ([#114](https://github.com/oclif/parser/issues/114)) ([2619871](https://github.com/oclif/parser/commit/2619871f2e9c669863f32a73fa00b49d4e18d333))
20* print valid flag values in error message when using `exactlyOne` ([#232](https://github.com/oclif/parser/issues/232)) ([7b348f8](https://github.com/oclif/parser/commit/7b348f86bf44a4e537445c655480baf4383f13f7))
21* typescript compliation errors ([bba144d](https://github.com/oclif/parser/commit/bba144dbe008e4c33e6f486359bac975860de9b9))
22
23
24
25## [3.8.5](https://github.com/oclif/parser/compare/v3.8.4...v3.8.5) (2020-05-15)
26
27
28### Bug Fixes
29
30* make `EnumFlagOptions#options` of type `T[]` instead of `string` ([#69](https://github.com/oclif/parser/issues/69)) ([2fefccb](https://github.com/oclif/parser/commit/2fefccba838e425d2ae11a098523be79c85e7ca1))
31* move @oclif/errors to dependencies ([#71](https://github.com/oclif/parser/issues/71)) ([ff28cec](https://github.com/oclif/parser/commit/ff28cece0f4dd8eaff5a5042daaa0597a486582f))
32* support `-` as an argument value ([#70](https://github.com/oclif/parser/issues/70)) ([73fed83](https://github.com/oclif/parser/commit/73fed833f18ae8db2ff9d9e127e787aed5f8f298))
33
34
35
36## [3.8.4](https://github.com/oclif/parser/compare/v3.8.3...v3.8.4) (2019-08-02)
37
38
39### Bug Fixes
40
41* `default` should be `T[]` when `multiple: true` ([#56](https://github.com/oclif/parser/issues/56)) ([bab7447](https://github.com/oclif/parser/commit/bab7447187d90a0a253f2c325cd626b9269257d0))
42
43
44
45## [3.8.3](https://github.com/oclif/parser/compare/v3.8.2...v3.8.3) (2019-07-12)
46
47
48### Bug Fixes
49
50* better type for flags with default value ([#53](https://github.com/oclif/parser/issues/53)) ([044806a](https://github.com/oclif/parser/commit/044806ac741b63b64b299b8571616be740132ff5))
51
52
53
54## [3.8.2](https://github.com/oclif/parser/compare/v3.8.1...v3.8.2) (2019-07-11)
55
56
57
58## [3.8.1](https://github.com/oclif/parser/compare/v3.8.0...v3.8.1) (2019-05-28)
59
60
61### Bug Fixes
62
63* edge cases for integers flags ([#50](https://github.com/oclif/parser/issues/50)) ([f233ee5](https://github.com/oclif/parser/commit/f233ee50eb94497a84b42c9f4d55a41cd176bc3e))
64
65
66
67# [3.8.0](https://github.com/oclif/parser/compare/v3.7.3...v3.8.0) (2019-04-30)
68
69
70### Features
71
72* Add 'helpLabel' flag option ([#49](https://github.com/oclif/parser/issues/49)) ([769ec91](https://github.com/oclif/parser/commit/769ec91e4f38374061da6a4249417b059cd5426e))
73
74
75
76## [3.7.3](https://github.com/oclif/parser/compare/v3.7.2...v3.7.3) (2019-03-15)
77
78
79### Bug Fixes
80
81* ignore defaulted flags for exclusivity ([1dfe62a](https://github.com/oclif/parser/commit/1dfe62a73f25688cb298768fddade0f2b1f1ff0f))
82
83
84
85## [3.7.2](https://github.com/oclif/parser/compare/v3.7.1...v3.7.2) (2018-12-18)
86
87
88
89## [3.7.1](https://github.com/oclif/parser/compare/v3.7.0...v3.7.1) (2018-12-18)
90
91
92### Bug Fixes
93
94* Proper handling of permutations of arguments with defaults and required arguments ([#43](https://github.com/oclif/parser/issues/43)) ([6577b9e](https://github.com/oclif/parser/commit/6577b9ecc9f34d7a78b46f17fa2176d90f5a9244))
95
96
97
98# [3.7.0](https://github.com/oclif/parser/compare/v3.6.3...v3.7.0) (2018-10-17)
99
100
101### Features
102
103* Allow a default to be specified for boolean flags ([#41](https://github.com/oclif/parser/issues/41)) ([f5053a5](https://github.com/oclif/parser/commit/f5053a566538d2692383387c31f8d2145f222d42))
104
105
106
107## [3.6.3](https://github.com/oclif/parser/compare/v3.6.2...v3.6.3) (2018-10-17)
108
109
110### Bug Fixes
111
112* falsy arg default ([#40](https://github.com/oclif/parser/issues/40)) ([2e73b4b](https://github.com/oclif/parser/commit/2e73b4bf16ffbe584a32323c15abd1833057a0c8))
113
114
115
116## [3.6.2](https://github.com/oclif/parser/compare/v3.6.1...v3.6.2) (2018-10-13)
117
118
119### Bug Fixes
120
121* remove greenkeeper badge ([baf99f1](https://github.com/oclif/parser/commit/baf99f1d7401c14b23e45545367953896f054594))
122
123
124
125## [3.6.1](https://github.com/oclif/parser/compare/v3.6.0...v3.6.1) (2018-08-31)
126
127
128### Bug Fixes
129
130* allow value of "" ([d027934](https://github.com/oclif/parser/commit/d027934d378ddb619ece6c1f9602aead7fded1e5))
131
132
133
134# [3.6.0](https://github.com/oclif/parser/compare/v3.5.3...v3.6.0) (2018-08-17)
135
136
137### Features
138
139* typescript 3 ([62969e3](https://github.com/oclif/parser/commit/62969e3cbac4a04e5ba1b57644582d1048442f47))
140
141
142
143## [3.5.3](https://github.com/oclif/parser/compare/v3.5.2...v3.5.3) (2018-06-29)
144
145
146### Bug Fixes
147
148* add tslib ([05f89e0](https://github.com/oclif/parser/commit/05f89e04e21b95a4e262c9aebbe3809ada2db742))
149
150
151
152## [3.5.2](https://github.com/oclif/parser/compare/v3.5.1...v3.5.2) (2018-06-15)
153
154
155### Bug Fixes
156
157* add w to alphabet enums ([#28](https://github.com/oclif/parser/issues/28)) ([e78f250](https://github.com/oclif/parser/commit/e78f250007fbe7bbd92213e36b0822d5df68ab99))
158
159
160
161## [3.5.1](https://github.com/oclif/parser/compare/v3.5.0...v3.5.1) (2018-06-01)
162
163
164### Bug Fixes
165
166* update semantic-release ([#27](https://github.com/oclif/parser/issues/27)) ([6d8d7df](https://github.com/oclif/parser/commit/6d8d7dfde1fb3e39f2878e62d71c3263b397f711))
167
168
169
170# [3.5.0](https://github.com/oclif/parser/compare/v3.4.1...v3.5.0) (2018-06-01)
171
172
173### Features
174
175* Handle flags with multiple inputs without the flag before each input ([#25](https://github.com/oclif/parser/issues/25)) ([c636d74](https://github.com/oclif/parser/commit/c636d7402dafbaf5b1ffbf5f4d5ac5f05aaba1aa))
176
177
178
179## [3.4.1](https://github.com/oclif/parser/compare/v3.4.0...v3.4.1) (2018-05-31)
180
181
182### Bug Fixes
183
184* typescript 2.9 ([#26](https://github.com/oclif/parser/issues/26)) ([d1b77f1](https://github.com/oclif/parser/commit/d1b77f1c20d7a1263e2222728400f6c3b91d3341))
185
186
187
188# [3.4.0](https://github.com/oclif/parser/compare/v3.3.3...v3.4.0) (2018-05-13)
189
190
191### Features
192
193* exclusive ([a24c135](https://github.com/oclif/parser/commit/a24c135b91d1902ad9d50636444dc2c14d98c25e))
194
195
196
197## [3.3.3](https://github.com/oclif/parser/compare/v3.3.2...v3.3.3) (2018-04-18)
198
199
200### Bug Fixes
201
202* updated chalk ([e31965f](https://github.com/oclif/parser/commit/e31965f8c104c2858b73fa673d148f6638fc657c))
203
204
205
206## [3.3.2](https://github.com/oclif/parser/compare/v3.3.1...v3.3.2) (2018-04-09)
207
208
209### Bug Fixes
210
211* fixed case when not calling dependsOn flag ([76c1c5a](https://github.com/oclif/parser/commit/76c1c5a9af1a1a998b4a0368a5cb759d4686ecc8))
212
213
214
215## [3.3.1](https://github.com/oclif/parser/compare/v3.3.0...v3.3.1) (2018-04-09)
216
217
218### Bug Fixes
219
220* alsoRequire -> dependsOn ([38b53d0](https://github.com/oclif/parser/commit/38b53d041f6c5311ffbb1766598659d78dc173f1))
221
222
223
224# [3.3.0](https://github.com/oclif/parser/compare/v3.2.13...v3.3.0) (2018-04-09)
225
226
227### Features
228
229* added alsoRequire to flags ([a48f523](https://github.com/oclif/parser/commit/a48f523e1aea6d0d18eb415274f670a509425aa9))
230
231
232
233## [3.2.13](https://github.com/oclif/parser/compare/v3.2.12...v3.2.13) (2018-04-09)
234
235
236### Bug Fixes
237
238* move @heroku/linewrap to @oclif/linewrap ([d3136fd](https://github.com/oclif/parser/commit/d3136fd2cc0d239893b8304788dfafc6a56de651))
239
240
241
242## [3.2.12](https://github.com/oclif/parser/compare/v3.2.11...v3.2.12) (2018-04-09)
243
244
245### Performance Improvements
246
247* lazy-load deps ([fbbfbf0](https://github.com/oclif/parser/commit/fbbfbf09ed7b2b48a0b51325256166c9c5bd169a))
248
249
250
251## [3.2.11](https://github.com/oclif/parser/compare/v3.2.10...v3.2.11) (2018-04-06)
252
253
254### Bug Fixes
255
256* clean up requires ([9c5fb0f](https://github.com/oclif/parser/commit/9c5fb0ff7b17b10a6b15def83dddb00944ff4867))
257
258
259
260## [3.2.10](https://github.com/oclif/parser/compare/v3.2.9...v3.2.10) (2018-04-06)
261
262
263
264## [3.2.9](https://github.com/oclif/parser/compare/v3.2.8...v3.2.9) (2018-02-14)
265
266
267### Bug Fixes
268
269* add linewrap ([46152df](https://github.com/oclif/parser/commit/46152dffa795ff241945b3c1ac3276b73f8ba86a))
270
271
272
273## [3.2.8](https://github.com/oclif/parser/compare/v3.2.7...v3.2.8) (2018-02-13)
274
275
276### Bug Fixes
277
278* testing release ([ad84785](https://github.com/oclif/parser/commit/ad8478519221909d4dacdd79d84bce1db8e5c9f7))
279
280
281
282## [3.2.7](https://github.com/oclif/parser/compare/v3.2.6...v3.2.7) (2018-02-13)
283
284
285### Bug Fixes
286
287* rename to oclif ([e956324](https://github.com/oclif/parser/commit/e9563247c0ee17023f8a37dfa13b7a6194b4f946))
288
289
290
291## [3.2.6](https://github.com/oclif/parser/compare/v3.2.5...v3.2.6) (2018-02-06)
292
293
294### Bug Fixes
295
296* use @anycli/errors ([b227608](https://github.com/oclif/parser/commit/b2276085a3bdd56bb4031f513b534ff321f169f7))
297
298
299
300## [3.2.5](https://github.com/oclif/parser/compare/v3.2.4...v3.2.5) (2018-02-05)
301
302
303### Bug Fixes
304
305* remove optionType ([15bb0d0](https://github.com/oclif/parser/commit/15bb0d0e7ac8d7b933f3a6731f3988ae5786e129))
306
307
308
309## [3.2.4](https://github.com/oclif/parser/compare/v3.2.3...v3.2.4) (2018-02-05)
310
311
312### Bug Fixes
313
314* remove dependencies ([595a4fa](https://github.com/oclif/parser/commit/595a4faa0a0377bec9e9e630ea53db20c0eea735))
315
316
317
318## [3.2.3](https://github.com/oclif/parser/compare/v3.2.2...v3.2.3) (2018-02-05)
319
320
321### Bug Fixes
322
323* optionally require chalk ([840676d](https://github.com/oclif/parser/commit/840676d3d18cc0b7b128212c3fec77f8396cfde2))
324
325
326
327## [3.2.2](https://github.com/oclif/parser/compare/v3.2.1...v3.2.2) (2018-02-03)
328
329
330### Bug Fixes
331
332* make ts happy ([9e6a13d](https://github.com/oclif/parser/commit/9e6a13d2b3837cd91047be4d4611b7c954bea3cc))
333* ran generator ([71dd89f](https://github.com/oclif/parser/commit/71dd89f3c54eb8006695db2c45f6d6e49bc8d494))
334
335
336
337## [3.2.1](https://github.com/oclif/parser/compare/v3.2.0...v3.2.1) (2018-02-03)
338
339
340### Bug Fixes
341
342* rename ParserInput to Input and ParserOutput to Output ([f46fa41](https://github.com/oclif/parser/commit/f46fa41bdb4ddaee05f5f1800e723dcb1e8e98ef))
343
344
345
346# [3.2.0](https://github.com/oclif/parser/compare/v3.1.1...v3.2.0) (2018-02-03)
347
348
349### Features
350
351* allow disabling "--" ([66ffd65](https://github.com/oclif/parser/commit/66ffd65db6fcaf1be306194bb65e73c973979e3c))
352
353
354
355## [3.1.1](https://github.com/oclif/parser/compare/v3.1.0...v3.1.1) (2018-02-03)
356
357
358### Bug Fixes
359
360* add context fo parse ([85c1e06](https://github.com/oclif/parser/commit/85c1e06baa2f10cc1ae3186aec1480a3a543d75c))
361* append context to default ([50bf003](https://github.com/oclif/parser/commit/50bf00321b642fae5e9d419849f50829fccf3515))
362
363
364
365# [3.1.0](https://github.com/oclif/parser/compare/v3.0.4...v3.1.0) (2018-02-03)
366
367
368### Features
369
370* added env to flags ([56be8c8](https://github.com/oclif/parser/commit/56be8c82683f4b657bdf05ade5db54390abb5d67))
371
372
373
374## [3.0.4](https://github.com/oclif/parser/compare/v3.0.3...v3.0.4) (2018-02-01)
375
376
377### Bug Fixes
378
379* parse boolean flags ([b5a7d6d](https://github.com/oclif/parser/commit/b5a7d6d5e4df2f270a900f83e01b8ac7836cd556))
380
381
382
383## [3.0.3](https://github.com/oclif/parser/compare/v3.0.2...v3.0.3) (2018-02-01)
384
385
386### Bug Fixes
387
388* added options to flags/args ([6a33b06](https://github.com/oclif/parser/commit/6a33b0633c9e422b18ec33d9a1dd4202c97adf28))
389
390
391
392## [3.0.2](https://github.com/oclif/parser/compare/v3.0.1...v3.0.2) (2018-02-01)
393
394
395### Bug Fixes
396
397* testing release ([7696da8](https://github.com/oclif/parser/commit/7696da86d829776267d2a41f02c4fdad41a8cbc4))
398
399
400
401## [3.0.1](https://github.com/oclif/parser/compare/v3.0.0...v3.0.1) (2018-02-01)
402
403
404### Bug Fixes
405
406* testing release ([014b773](https://github.com/oclif/parser/commit/014b773c2ef72cd23e4d2aef03f3584aaf5cf9cc))
407* testing release ([17e930c](https://github.com/oclif/parser/commit/17e930cc32fb75f359fc9de987618e8f0e721e87))
408
409
410
411# [3.0.0](https://github.com/oclif/parser/compare/v0.1.4...v3.0.0) (2018-02-01)
412
413
414### Bug Fixes
415
416* use type aliases ([8abe354](https://github.com/oclif/parser/commit/8abe354eb9cf5083a8732756d5a7fe314045a14d))
417
418
419### Features
420
421* pass argv before options ([4448f14](https://github.com/oclif/parser/commit/4448f143511fb59d82948a937a655b2ab0fee37c))
422
423
424### BREAKING CHANGES
425
426* the API now has 2 arguments instead of 1
427
428
429
430## [0.1.4](https://github.com/oclif/parser/compare/v0.1.3...v0.1.4) (2018-01-31)
431
432
433### Bug Fixes
434
435* use type aliases ([b5070b5](https://github.com/oclif/parser/commit/b5070b51b913b67fe6cb15645575d46766ef31b3))
436* use type aliases ([ad1e4d4](https://github.com/oclif/parser/commit/ad1e4d4a4993cc356c3131aa7769f47a00d2acc1))
437
438
439
440## [0.1.3](https://github.com/oclif/parser/compare/v0.1.2...v0.1.3) (2018-01-31)
441
442
443### Bug Fixes
444
445* updated screen ([d13cd8c](https://github.com/oclif/parser/commit/d13cd8c60bd97be956f17d6127583254300c3bdf))
446
447
448
449## [0.1.2](https://github.com/oclif/parser/compare/v0.1.1...v0.1.2) (2018-01-31)
450
451
452### Bug Fixes
453
454* anycli rename ([185c751](https://github.com/oclif/parser/commit/185c7510312c5fda963665f5a68dfb19702f1193))
455* default helpValue for enums ([ad33c1f](https://github.com/oclif/parser/commit/ad33c1f50901a6e42d2f0f1706b0ca8f74a8069c))
456
457
458
459## [0.1.1](https://github.com/oclif/parser/compare/v0.1.0...v0.1.1) (2018-01-30)
460
461
462### Bug Fixes
463
464* added helpValue ([24fea65](https://github.com/oclif/parser/commit/24fea6589cfbb8d95ea3e18775094ded228295be))
465
466
467
468# [0.1.0](https://github.com/oclif/parser/compare/v0.0.6...v0.1.0) (2018-01-30)
469
470
471### Bug Fixes
472
473* added optionType ([b75d738](https://github.com/oclif/parser/commit/b75d73855fa22808ad9b2777c32734c65f4cf7e6))
474
475
476### Features
477
478* added enum flag ([643aea7](https://github.com/oclif/parser/commit/643aea7957942b3a083052fba8ee8fd6c0ee41f1))
479
480
481
482## [0.0.6](https://github.com/oclif/parser/compare/v0.0.5...v0.0.6) (2018-01-30)
483
484
485### Bug Fixes
486
487* add typing to flag output ([967cd55](https://github.com/oclif/parser/commit/967cd55130b1117021ac8d76f82b0b97806a637d))
488
489
490
491## [0.0.5](https://github.com/oclif/parser/compare/v0.0.4...v0.0.5) (2018-01-26)
492
493
494### Bug Fixes
495
496* updated deps ([8923a8c](https://github.com/oclif/parser/commit/8923a8c098c8d7dc1a6ccb2d18e3a625cb7b5c8c))
497
498
499
500## [0.0.4](https://github.com/oclif/parser/compare/v0.0.3...v0.0.4) (2018-01-20)
501
502
503### Bug Fixes
504
505* updated deps ([02b2109](https://github.com/oclif/parser/commit/02b2109bb9c98a5d5745fd9ad798e745e23ab26d))
506
507
508
509## [0.0.3](https://github.com/oclif/parser/compare/v0.0.2...v0.0.3) (2018-01-20)
510
511
512### Bug Fixes
513
514* fixed reference to screen ([f516f33](https://github.com/oclif/parser/commit/f516f3375e942fabfcffe5d3e105729a3ec3762e))
515
516
517
518## [0.0.2](https://github.com/oclif/parser/compare/v0.0.1...v0.0.2) (2018-01-16)
519
520
521### Bug Fixes
522
523* ran generator ([93ed6e1](https://github.com/oclif/parser/commit/93ed6e1f76da7c5ad3a6d738f781d2a146587cb3))
524
525
526
527## [0.0.1](https://github.com/oclif/parser/compare/v2.0.7...v0.0.1) (2018-01-15)
528
529
530### Bug Fixes
531
532* updated linter rules ([e4cc5eb](https://github.com/oclif/parser/commit/e4cc5eb833cda05c55791c475352db5707b3d13e))
533* updated linter rules ([366f6af](https://github.com/oclif/parser/commit/366f6afd964cbb91e4819a8801e86d6f6dd2b3a7))
534
535
536
537## [2.0.7](https://github.com/oclif/parser/compare/v2.0.6...v2.0.7) (2017-12-31)
538
539
540
541## [2.0.6](https://github.com/oclif/parser/compare/v2.0.5...v2.0.6) (2017-12-27)
542
543
544
545## [2.0.5](https://github.com/oclif/parser/compare/v2.0.4...v2.0.5) (2017-12-27)
546
547
548
549## [2.0.4](https://github.com/oclif/parser/compare/v2.0.3...v2.0.4) (2017-12-26)
550
551
552
553## [2.0.3](https://github.com/oclif/parser/compare/v2.0.2...v2.0.3) (2017-12-22)
554
555
556
557## [2.0.2](https://github.com/oclif/parser/compare/v2.0.1...v2.0.2) (2017-12-20)
558
559
560
561## [2.0.1](https://github.com/oclif/parser/compare/v2.0.0...v2.0.1) (2017-12-20)
562
563
564
565# [2.0.0](https://github.com/oclif/parser/compare/v1.0.19...v2.0.0) (2017-12-20)
566
567
568
569## [1.0.19](https://github.com/oclif/parser/compare/v1.0.18...v1.0.19) (2017-12-18)
570
571
572
573## [1.0.18](https://github.com/oclif/parser/compare/v1.0.17...v1.0.18) (2017-12-13)
574
575
576
577## [1.0.17](https://github.com/oclif/parser/compare/v1.0.16...v1.0.17) (2017-12-13)
578
579
580
581## [1.0.16](https://github.com/oclif/parser/compare/v1.0.15...v1.0.16) (2017-10-04)
582
583
584
585## [1.0.15](https://github.com/oclif/parser/compare/v1.0.14...v1.0.15) (2017-09-16)
586
587
588
589## [1.0.14](https://github.com/oclif/parser/compare/v1.0.13...v1.0.14) (2017-09-16)
590
591
592
593## [1.0.13](https://github.com/oclif/parser/compare/v1.0.12...v1.0.13) (2017-09-15)
594
595
596
597## [1.0.12](https://github.com/oclif/parser/compare/v1.0.11...v1.0.12) (2017-09-15)
598
599
600
601## [1.0.11](https://github.com/oclif/parser/compare/v1.0.10...v1.0.11) (2017-09-13)
602
603
604
605## [1.0.10](https://github.com/oclif/parser/compare/v1.0.9...v1.0.10) (2017-09-13)
606
607
608
609## [1.0.9](https://github.com/oclif/parser/compare/v1.0.8...v1.0.9) (2017-09-13)
610
611
612
613## [1.0.8](https://github.com/oclif/parser/compare/v1.0.7...v1.0.8) (2017-09-13)
614
615
616
617## [1.0.7](https://github.com/oclif/parser/compare/v1.0.6...v1.0.7) (2017-09-13)
618
619
620
621## [1.0.6](https://github.com/oclif/parser/compare/v1.0.5...v1.0.6) (2017-09-12)
622
623
624
625## [1.0.5](https://github.com/oclif/parser/compare/v1.0.4...v1.0.5) (2017-09-12)
626
627
628
629## [1.0.4](https://github.com/oclif/parser/compare/v1.0.3...v1.0.4) (2017-09-12)
630
631
632
633## [1.0.3](https://github.com/oclif/parser/compare/v1.0.2...v1.0.3) (2017-09-12)
634
635
636
637## [1.0.2](https://github.com/oclif/parser/compare/v1.0.1...v1.0.2) (2017-09-11)
638
639
640
641## [1.0.1](https://github.com/oclif/parser/compare/v1.0.0...v1.0.1) (2017-09-10)
642
643
644
645# 1.0.0 (2017-09-10)