Skip to content

Commit 26e177b

Browse files
author
Vitaly Puzrin
committedJan 17, 2016
1.0.4 released
1 parent 9159f4a commit 26e177b

File tree

2 files changed

+44
-38
lines changed

2 files changed

+44
-38
lines changed
 

‎CHANGELOG.md

+43-37
Original file line numberDiff line numberDiff line change
@@ -1,142 +1,148 @@
1+
1.0.4 / 2016-01-17
2+
------------------
3+
4+
- Maintenance: lodash update to 4.0.0.
5+
6+
17
1.0.3 / 2015-10-27
28
------------------
39

4-
* Fix parse `=` in args: `--examplepath="C:\myfolder\env=x64"`. #84, @CatWithApple.
10+
- Fix parse `=` in args: `--examplepath="C:\myfolder\env=x64"`. #84, @CatWithApple.
511

612

713
1.0.2 / 2015-03-22
814
------------------
915

10-
* Relaxed lodash version dependency.
16+
- Relaxed lodash version dependency.
1117

1218

1319
1.0.1 / 2015-02-20
1420
------------------
1521

16-
* Changed dependencies to be compatible with ancient nodejs.
22+
- Changed dependencies to be compatible with ancient nodejs.
1723

1824

1925
1.0.0 / 2015-02-19
2026
------------------
2127

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
2632

2733

2834
0.1.16 / 2013-12-01
2935
-------------------
3036

31-
* Maintenance release. Updated dependencies and docs.
37+
- Maintenance release. Updated dependencies and docs.
3238

3339

3440
0.1.15 / 2013-05-13
3541
-------------------
3642

37-
* Fixed #55, @trebor89
43+
- Fixed #55, @trebor89
3844

3945

4046
0.1.14 / 2013-05-12
4147
-------------------
4248

43-
* Fixed #62, @maxtaco
49+
- Fixed #62, @maxtaco
4450

4551

4652
0.1.13 / 2013-04-08
4753
-------------------
4854

49-
* Added `.npmignore` to reduce package size
55+
- Added `.npmignore` to reduce package size
5056

5157

5258
0.1.12 / 2013-02-10
5359
-------------------
5460

55-
* Fixed conflictHandler (#46), @hpaulj
61+
- Fixed conflictHandler (#46), @hpaulj
5662

5763

5864
0.1.11 / 2013-02-07
5965
-------------------
6066

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
6571

6672

6773
0.1.10 / 2012-12-30
6874
-------------------
6975

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)
7177
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
7379

7480

7581
0.1.9 / 2012-12-27
7682
------------------
7783

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
8288

8389

8490
0.1.8 / 2012-12-01
8591
------------------
8692

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
8995

9096

9197
0.1.7 / 2012-10-14
9298
------------------
9399

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)
96102

97103

98104
0.1.6 / 2012-09-09
99105
------------------
100106

101-
* Fixed check for conflict of options (thanks to @tomxtobin)
107+
- Fixed check for conflict of options (thanks to @tomxtobin)
102108

103109

104110
0.1.5 / 2012-09-03
105111
------------------
106112

107-
* Fix parser #setDefaults method (thanks to @tomxtobin)
113+
- Fix parser #setDefaults method (thanks to @tomxtobin)
108114

109115

110116
0.1.4 / 2012-07-30
111117
------------------
112118

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)
115121

116122

117123
0.1.3 / 2012-06-27
118124
------------------
119125

120-
* Fixed formatter api name: Formatter -> HelpFormatter
126+
- Fixed formatter api name: Formatter -> HelpFormatter
121127

122128

123129
0.1.2 / 2012-05-29
124130
------------------
125131

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
129135
called with empty arguments
130136

131137

132138
0.1.1 / 2012-05-23
133139
------------------
134140

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
137143

138144

139145
0.1.0 / 2012-05-16
140146
------------------
141147

142-
* First release.
148+
- First release.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "argparse",
33
"description": "Very powerful CLI arguments parser. Native port of argparse - python's options parsing library",
4-
"version": "1.0.3",
4+
"version": "1.0.4",
55
"keywords": [
66
"cli",
77
"parser",

0 commit comments

Comments
 (0)
Please sign in to comment.