Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 277cee5

Browse files
committedJan 18, 2018
Release 2.0.4
1 parent 072654b commit 277cee5

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed
 

‎CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,25 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and 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

‎gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=2.0.4-SNAPSHOT
1+
version=2.0.4
22

33
# Dependency versions
44
dokka_version = 0.9.15

0 commit comments

Comments
 (0)
Please sign in to comment.