Skip to content

Commit a5fc265

Browse files
committed
Update CHANGELOG.md for 1.1.0
1 parent c5b10bf commit a5fc265

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
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

0 commit comments

Comments
 (0)