All Versions
52
Latest Version
Avg Release Cycle
34 days
Latest Release
1414 days ago
Changelog History
Page 4
Changelog History
Page 4
-
v0.2.11 Changes
October 05, 2018- ⬆️ Upgrade syn to 0.15 by @konstin
-
v0.2.10 Changes
June 07, 2018- 1.21.0 is the minimum required rustc version by @TeXitoi
-
v0.2.9 Changes
June 05, 2018- 🛠 Fix a bug when using
flatten
by @fbenkstein - ⚡️ Update syn, quote and proc_macro2 by @TeXitoi
- 🛠 Fix a regression when there is multiple authors by @windwardly
- 🛠 Fix a bug when using
-
v0.2.8 Changes
April 28, 2018- Add
StructOpt::from_iter_safe()
, which returns anError
instead of killing the program when it fails to parse, or parses one of the short-circuiting flags. (#98 by @quodlibetor) - 👍 Allow users to enable
clap
features independently by @Kerollmops - 🛠 Fix a bug when flattening an enum (#103 by @TeXitoi
- Add
-
v0.2.7 Changes
April 12, 2018- ➕ Add flattening, the insertion of options of another StructOpt struct into another (#92) by @birkenfeld
- 0️⃣ Fail compilation when using
default_value
orrequired
withOption
(#88) by @Kerollmops
-
v0.2.6 Changes
March 31, 2018 -
v0.2.5 Changes
March 07, 2018- ↪ Work around breakage when
proc-macro2
's nightly feature is enabled. (#77 and proc-macro2#67) by @fitzgen
- ↪ Work around breakage when
-
v0.2.3 Changes
February 16, 2018- An empty line in a doc comment will result in a double linefeed in the generated about/help call by @TeXitoi
-
v0.2.2 Changes
February 12, 2018