File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed
Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 1+ # 1.1.0
2+
3+ - Adds auto-naming of options and positionals.
4+
5+ - Each of the ArgParser methods that takes names and returns a Delegate<T > has
6+ an overload that takes no name, but returns a DelegateProvider<T >.
7+
8+ - A DelegateProvider<T > has an ` operator fun provideDelegate ` that returns a
9+ Delegate<T >, using a name derived from the name of the property the
10+ DelegateProvider is being bound to.
11+
12+ - Bug fixes:
13+
14+ - Removed option from README.md, as it is internal
15+
16+ - Fixed spelling of addValidator. "addValidtator" is still there, but
17+ deprecated. It'll probably be removed in the next release, barring the
18+ addition of potato functionality.
19+
120# 1.0.2
221
322 - Upgrade to Kotlin 1.1, extract xenocom package
You can’t perform that action at this time.
0 commit comments