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.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
66and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
77
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+
827## 2.0.3 - 2017-06-12
928
1029### Fixed
Original file line number Diff line number Diff line change 1- version =2.0.4-SNAPSHOT
1+ version =2.0.4
22
33# Dependency versions
44dokka_version = 0.9.15
You can’t perform that action at this time.
0 commit comments