File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,25 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
7
7
8
+ ## 2.0.4 - 2018-01-18
9
+
10
+ ### Added
11
+
12
+ - if the ` programName ` passed to ` mainBody ` is null, then the
13
+ system property ` com.xenomachina.argparser.programName ` is used, if set.
14
+
15
+ - the ` parseInto ` method can be used as an inline alternative to ` force ` .
16
+
17
+ - [ Issue #24 ] ( https://github.com/xenomachina/kotlin-argparser/issues/18 ) :
18
+ ` default ` can now accept a lambda, making it possible to defer computation of
19
+ defaults until actually required.
20
+
21
+ ### Changed
22
+
23
+ - all instances of ` progName ` have been renamed to ` programName ` .
24
+
25
+ - many dependencies, and the gradle wrapper, have been updated.
26
+
8
27
## 2.0.3 - 2017-06-12
9
28
10
29
### Fixed
Original file line number Diff line number Diff line change 1
- version =2.0.4-SNAPSHOT
1
+ version =2.0.4
2
2
3
3
# Dependency versions
4
4
dokka_version = 0.9.15
You can’t perform that action at this time.
0 commit comments