source: frontend/node_modules/argparse/CHANGELOG.md

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 12 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 3.3 KB
RevLine 
[9af201e]11.0.10 / 2018-02-15
2------------------
3
4- Use .concat instead of + for arrays, #122.
5
6
71.0.9 / 2016-09-29
8------------------
9
10- Rerelease after 1.0.8 - deps cleanup.
11
12
131.0.8 / 2016-09-29
14------------------
15
16- Maintenance (deps bump, fix node 6.5+ tests, coverage report).
17
18
191.0.7 / 2016-03-17
20------------------
21
22- Teach `addArgument` to accept string arg names. #97, @tomxtobin.
23
24
251.0.6 / 2016-02-06
26------------------
27
28- Maintenance: moved to eslint & updated CS.
29
30
311.0.5 / 2016-02-05
32------------------
33
34- Removed lodash dependency to significantly reduce install size.
35 Thanks to @mourner.
36
37
381.0.4 / 2016-01-17
39------------------
40
41- Maintenance: lodash update to 4.0.0.
42
43
441.0.3 / 2015-10-27
45------------------
46
47- Fix parse `=` in args: `--examplepath="C:\myfolder\env=x64"`. #84, @CatWithApple.
48
49
501.0.2 / 2015-03-22
51------------------
52
53- Relaxed lodash version dependency.
54
55
561.0.1 / 2015-02-20
57------------------
58
59- Changed dependencies to be compatible with ancient nodejs.
60
61
621.0.0 / 2015-02-19
63------------------
64
65- Maintenance release.
66- Replaced `underscore` with `lodash`.
67- Bumped version to 1.0.0 to better reflect semver meaning.
68- HISTORY.md -> CHANGELOG.md
69
70
710.1.16 / 2013-12-01
72-------------------
73
74- Maintenance release. Updated dependencies and docs.
75
76
770.1.15 / 2013-05-13
78-------------------
79
80- Fixed #55, @trebor89
81
82
830.1.14 / 2013-05-12
84-------------------
85
86- Fixed #62, @maxtaco
87
88
890.1.13 / 2013-04-08
90-------------------
91
92- Added `.npmignore` to reduce package size
93
94
950.1.12 / 2013-02-10
96-------------------
97
98- Fixed conflictHandler (#46), @hpaulj
99
100
1010.1.11 / 2013-02-07
102-------------------
103
104- Multiple bugfixes, @hpaulj
105- Added 70+ tests (ported from python), @hpaulj
106- Added conflictHandler, @applepicke
107- Added fromfilePrefixChar, @hpaulj
108
109
1100.1.10 / 2012-12-30
111-------------------
112
113- Added [mutual exclusion](http://docs.python.org/dev/library/argparse.html#mutual-exclusion)
114 support, thanks to @hpaulj
115- Fixed options check for `storeConst` & `appendConst` actions, thanks to @hpaulj
116
117
1180.1.9 / 2012-12-27
119------------------
120
121- Fixed option dest interferens with other options (issue #23), thanks to @hpaulj
122- Fixed default value behavior with `*` positionals, thanks to @hpaulj
123- Improve `getDefault()` behavior, thanks to @hpaulj
124- Imrove negative argument parsing, thanks to @hpaulj
125
126
1270.1.8 / 2012-12-01
128------------------
129
130- Fixed parser parents (issue #19), thanks to @hpaulj
131- Fixed negative argument parse (issue #20), thanks to @hpaulj
132
133
1340.1.7 / 2012-10-14
135------------------
136
137- Fixed 'choices' argument parse (issue #16)
138- Fixed stderr output (issue #15)
139
140
1410.1.6 / 2012-09-09
142------------------
143
144- Fixed check for conflict of options (thanks to @tomxtobin)
145
146
1470.1.5 / 2012-09-03
148------------------
149
150- Fix parser #setDefaults method (thanks to @tomxtobin)
151
152
1530.1.4 / 2012-07-30
154------------------
155
156- Fixed pseudo-argument support (thanks to @CGamesPlay)
157- Fixed addHelp default (should be true), if not set (thanks to @benblank)
158
159
1600.1.3 / 2012-06-27
161------------------
162
163- Fixed formatter api name: Formatter -> HelpFormatter
164
165
1660.1.2 / 2012-05-29
167------------------
168
169- Added basic tests
170- Removed excess whitespace in help
171- Fixed error reporting, when parcer with subcommands
172 called with empty arguments
173
174
1750.1.1 / 2012-05-23
176------------------
177
178- Fixed line wrapping in help formatter
179- Added better error reporting on invalid arguments
180
181
1820.1.0 / 2012-05-16
183------------------
184
185- First release.
Note: See TracBrowser for help on using the repository browser.