UNPKG

2.19 kBMarkdownView Raw
1<a name="1.4.0"></a>
2# [1.4.0](https://github.com/vvakame/commandpost/compare/v1.3.0...v1.4.0) (2018-10-25)
3
4
5### Features
6
7* **commandpost:** don't require source-map-support and es6-promise ([034286d](https://github.com/vvakame/commandpost/commit/034286d))
8* **commandpost:** update dependencies ([d634217](https://github.com/vvakame/commandpost/commit/d634217))
9* **example:** update examples ([ab7b815](https://github.com/vvakame/commandpost/commit/ab7b815))
10
11
12
13<a name="1.3.0"></a>
14# [1.3.0](https://github.com/vvakame/commandpost/compare/v1.2.1...v1.3.0) (2018-01-18)
15
16
17### Features
18
19* **commandpost:** use CommandpostError instead of Error ([fc0dc87](https://github.com/vvakame/commandpost/commit/fc0dc87))
20
21
22
23<a name="1.2.1"></a>
24## [1.2.1](https://github.com/vvakame/commandpost/compare/v1.2.0...v1.2.1) (2017-08-15)
25
26
27### Bug Fixes
28
29* **commandpost:** fix naming of long name option with default value ([c29986c](https://github.com/vvakame/commandpost/commit/c29986c))
30
31
32
33<a name="1.2.0"></a>
34# [1.2.0](https://github.com/vvakame/commandpost/compare/v1.1.0...v1.2.0) (2017-07-24)
35
36
37### Features
38
39* **commandpost:** add strict: true option to tsconfig.json ([94272cb](https://github.com/vvakame/commandpost/commit/94272cb))
40* **commandpost:** export Option & Argument from index.ts fixes [#5](https://github.com/vvakame/commandpost/issues/5) ([884cf85](https://github.com/vvakame/commandpost/commit/884cf85))
41* **commandpost:** update dependencies ([c41bb6e](https://github.com/vvakame/commandpost/commit/c41bb6e))
42
43
44
45<a name="1.1.0"></a>
46# [1.1.0](https://github.com/vvakame/commandpost/compare/1.0.1...1.1.0) (2017-06-28)
47
48
49### Features
50
51* **commandpost:** show root description to help text fixes [#4](https://github.com/vvakame/commandpost/issues/4) ([5e5b7fb](https://github.com/vvakame/commandpost/commit/5e5b7fb))
52* **commandpost:** update dependencies ([86c44c7](https://github.com/vvakame/commandpost/commit/86c44c7))
53
54
55
56<a name="1.0.1"></a>
57## [1.0.1](https://github.com/vvakame/commandpost/compare/1.0.0...v1.0.1) (2016-09-23)
58
59
60### Features
61
62* **commandpost:** update dependencies, use TypeScript 2.0.3 ([015b1bd](https://github.com/vvakame/commandpost/commit/015b1bd))