All Versions
20
Latest Version
Avg Release Cycle
125 days
Latest Release
-
Changelog History
Page 2
Changelog History
Page 2
-
v3.1.5 Changes
November 19, 2018 -
v3.1.4 Changes
November 14, 2018- consider implicit guessed option short names when evaluating -h and -v args (#177);
-
v3.1.3 Changes
July 29, 2018- ๐ fixed short names for toggle options, see #159 (@jairamc);
- ๐ fixed propsLong help formatting, see #172;
- ๐ fixed scala 2.13.0-M4 compilation warnings, see #166 (@xuwei-k);
- โ added better warning for option name guessing failures for unsupported platforms (js and native), see #141;
-
v3.1.2 Changes
March 04, 2018- ๐ now -h and -v short option names are generated automatically, if they do not conflict with other user-defined options, see #153;
- โ added List[File] converters & validators, see #151 (@deugeniy);
-
v3.1.1 Changes
October 16, 2017- ๐ decode non-letter characters when guessing option names, see #150;
-
v3.1.0 Changes
- ๐ implemented choice options, see #145;
- โ added serialization helper for ScallopConf, #137;
-
v3.0.3 Changes
- ๐ really fixed bug with resolving default values even when they are not used, see #143;
-
v3.0.2 Changes
- ๐ fixed bug with resolving default values even when they are not used, see #143;
- ๐ names are now always generated for trailing args, see #141;
-
v3.0.1 Changes
- ๐ errors are now output to stderr by default, see #142;
-
v3.0.0 Changes
- ๐ฅ BREAKING: removed old type-unsafe immutable
Scallopbuilder, useScallopConfinstead; - ๐ cross-build for Scala Native, see #138 (@oker1);
- ๐ cross-build for ScalaJS, see #141;
- โ added help format customization, see #135;
๐ (... to be continued - I don't have the time to go through the rest of commit&release history right now)
- ๐ฅ BREAKING: removed old type-unsafe immutable