@@ -12,12 +12,20 @@ package updates, you can specify your package dependency using
12
12
13
13
## [ Unreleased]
14
14
15
+ * No changes yet.*
16
+
17
+ ## [ 0.0.3] - 2020-03-22
18
+
15
19
### Additions
16
20
17
21
- You can specify the ` .unconditionalRemaining ` parsing strategy for arrays of
18
22
positional arguments to accept dash-prefixed input, like
19
23
` example --one two -three ` .
20
24
- You can now provide a default value for a positional argument.
25
+ - You can now customize the display of default values in the extended help for
26
+ an ` ExpressibleByArgument ` type.
27
+ - You can call the static ` exitCode(for:) ` method on any command to retrieve the
28
+ exit code for a given error.
21
29
22
30
### Fixes
23
31
@@ -38,6 +46,10 @@ package updates, you can specify your package dependency using
38
46
- Extended help now omits extra line breaks when displaying arguments or commands
39
47
with long names that don't provide help text.
40
48
49
+ The 0.0.3 release includes contributions from [ compnerd] , [ elliottwilliams] ,
50
+ [ glessard] , [ griffin-stewie] , [ iainsmith] , [ Lantua] , [ miguelangel-dev] ,
51
+ [ natecook1000] , [ sjavora] , and [ YuAo] . Thank you!
52
+
41
53
## [ 0.0.2] - 2020-03-06
42
54
43
55
### Additions
@@ -85,7 +97,8 @@ The 0.0.2 release includes contributions from [AliSoftware], [buttaface],
85
97
86
98
<!-- Link references for releases -->
87
99
88
- [ Unreleased ] : https://github.com/apple/swift-argument-parser/compare/0.0.2...HEAD
100
+ [ Unreleased ] : https://github.com/apple/swift-argument-parser/compare/0.0.3...HEAD
101
+ [ 0.0.3 ] : https://github.com/apple/swift-argument-parser/compare/0.0.2...0.0.3
89
102
[ 0.0.2 ] : https://github.com/apple/swift-argument-parser/compare/0.0.1...0.0.2
90
103
[ 0.0.1 ] : https://github.com/apple/swift-argument-parser/releases/tag/0.0.1
91
104
@@ -95,14 +108,19 @@ The 0.0.2 release includes contributions from [AliSoftware], [buttaface],
95
108
[ buttaface ] : https://github.com/apple/swift-argument-parser/commits?author=buttaface
96
109
[ compnerd ] : https://github.com/apple/swift-argument-parser/commits?author=compnerd
97
110
[ dduan ] : https://github.com/apple/swift-argument-parser/commits?author=dduan
111
+ [ elliottwilliams ] : https://github.com/apple/swift-argument-parser/commits?author=elliottwilliams
98
112
[ glessard ] : https://github.com/apple/swift-argument-parser/commits?author=glessard
99
113
[ griffin-stewie ] : https://github.com/apple/swift-argument-parser/commits?author=griffin-stewie
114
+ [ iainsmith ] : https://github.com/apple/swift-argument-parser/commits?author=iainsmith
100
115
[ IngmarStein ] : https://github.com/apple/swift-argument-parser/commits?author=IngmarStein
101
116
[ jonathanpenn ] : https://github.com/apple/swift-argument-parser/commits?author=jonathanpenn
102
117
[ klaaspieter ] : https://github.com/apple/swift-argument-parser/commits?author=klaaspieter
118
+ [ Lantua ] : https://github.com/apple/swift-argument-parser/commits?author=Lantua
119
+ [ miguelangel-dev ] : https://github.com/apple/swift-argument-parser/commits?author=miguelangel-dev
103
120
[ natecook1000 ] : https://github.com/apple/swift-argument-parser/commits?author=natecook1000
104
121
[ Sajjon ] : https://github.com/apple/swift-argument-parser/commits?author=Sajjon
105
122
[ sjavora ] : https://github.com/apple/swift-argument-parser/commits?author=sjavora
106
123
[ Wildchild9 ] : https://github.com/apple/swift-argument-parser/commits?author=Wildchild9
124
+ [ YuAo ] : https://github.com/apple/swift-argument-parser/commits?author=YuAo
107
125
[ zntfdr ] : https://github.com/apple/swift-argument-parser/commits?author=zntfdr
108
126
0 commit comments