661e75d76511b6bfdc6cb3a615f013a92a615e65
[platform/framework/web/crosswalk-tizen.git] /
1 1.0.2 / 2015-03-22
2 ------------------
3
4 * Relaxed lodash version dependency.
5
6
7 1.0.1 / 2015-02-20
8 ------------------
9
10 * Changed dependencies to be compatible with ancient nodejs.
11
12
13 1.0.0 / 2015-02-19
14 ------------------
15
16 * Maintenance release.
17 * Replaced `underscore` with `lodash`.
18 * Bumped version to 1.0.0 to better reflect semver meaning.
19 * HISTORY.md -> CHANGELOG.md
20
21
22 0.1.16 / 2013-12-01
23 -------------------
24
25 * Maintenance release. Updated dependencies and docs.
26
27
28 0.1.15 / 2013-05-13
29 -------------------
30
31 * Fixed #55, @trebor89
32
33
34 0.1.14 / 2013-05-12
35 -------------------
36
37 * Fixed #62, @maxtaco
38
39
40 0.1.13 / 2013-04-08
41 -------------------
42
43 * Added `.npmignore` to reduce package size
44
45
46 0.1.12 / 2013-02-10
47 -------------------
48
49 * Fixed conflictHandler (#46), @hpaulj
50
51
52 0.1.11 / 2013-02-07
53 -------------------
54
55 * Multiple bugfixes, @hpaulj
56 * Added 70+ tests (ported from python), @hpaulj
57 * Added conflictHandler, @applepicke
58 * Added fromfilePrefixChar, @hpaulj
59
60
61 0.1.10 / 2012-12-30
62 -------------------
63
64 * Added [mutual exclusion](http://docs.python.org/dev/library/argparse.html#mutual-exclusion)
65   support, thanks to @hpaulj
66 * Fixed options check for `storeConst` & `appendConst` actions, thanks to @hpaulj
67
68
69 0.1.9 / 2012-12-27
70 ------------------
71
72 * Fixed option dest interferens with other options (issue #23), thanks to @hpaulj
73 * Fixed default value behavior with `*` positionals, thanks to @hpaulj
74 * Improve `getDefault()` behavior, thanks to @hpaulj
75 * Imrove negative argument parsing, thanks to @hpaulj
76
77
78 0.1.8 / 2012-12-01
79 ------------------
80
81 * Fixed parser parents (issue #19), thanks to @hpaulj
82 * Fixed negative argument parse (issue #20), thanks to @hpaulj
83
84
85 0.1.7 / 2012-10-14
86 ------------------
87
88 * Fixed 'choices' argument parse (issue #16)
89 * Fixed stderr output (issue #15)
90
91
92 0.1.6 / 2012-09-09
93 ------------------
94
95 * Fixed check for conflict of options (thanks to @tomxtobin)
96
97
98 0.1.5 / 2012-09-03
99 ------------------
100
101 * Fix parser #setDefaults method (thanks to @tomxtobin)
102
103
104 0.1.4 / 2012-07-30
105 ------------------
106
107 * Fixed pseudo-argument support (thanks to @CGamesPlay)
108 * Fixed addHelp default (should be true), if not set (thanks to @benblank)
109
110
111 0.1.3 / 2012-06-27
112 ------------------
113
114 * Fixed formatter api name: Formatter -> HelpFormatter
115
116
117 0.1.2 / 2012-05-29
118 ------------------
119
120 * Added basic tests
121 * Removed excess whitespace in help
122 * Fixed error reporting, when parcer with subcommands
123   called with empty arguments
124
125
126 0.1.1 / 2012-05-23
127 ------------------
128
129 * Fixed line wrapping in help formatter
130 * Added better error reporting on invalid arguments
131
132
133 0.1.0 / 2012-05-16
134 ------------------
135
136 * First release.