Skip to content

v0.2.0

Compare
Choose a tag to compare
@mikaelmello mikaelmello released this 14 Sep 20:38
· 241 commits to main since this release
v0.2.0
8c7370b

Features

  • Add inquire::set_global_render_config method to set a global RenderConfig object to be used as the default one for all prompts created after the call.
  • Add KEY_BINDINGS.md to register all key bindings registered by inquire prompts.

Breaking changes

  • RenderConfig was made Copy-able and prompts now contain a RenderConfig field where it previously held a &'a RenderConfig. Consequently, with_render_config() methods now accept a RenderConfig argument instead of &'a RenderConfig.