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