v0.7.0 #226
mikaelmello
announced in
Announcements
v0.7.0
#226
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Breaking Changes
Option<i64>
, making it possible to order/rank the list of options. #176None
: Will not be displayed in the list of options.Some(score)
: score determines the order of options, higher score, higher on the list of options.Hidden
display mode, matching the user expectation of having to write the password from scratch again. Thanks to @CM-IV for the questions on Possible password confirmation unhappy path endless loop. #149!Features
Fixes
Dependency changes (some breaking)
termion
crate from v1.5 to v2.0.bitflags
from v1 to v2, which affects theAttributes
andKeyModifiers
crates. If you use any of bitflag's methods directly, you might be affected, refer to the bitflags changelog for more information.thiserror
dependency in favor of implementingInquireError
by hand. #146lazy_static
withonce_cell
asonce_cell::sync::Lazy
is being standardized andlazy_static
is not actively maintained anymore.fuzzy-matcher
as an optional dependency for fuzzy filtering in Select and MultiSelect prompts #176This discussion was created from the release v0.7.0.
Beta Was this translation helpful? Give feedback.
All reactions