This repository has been archived by the owner on Apr 19, 2024. It is now read-only.
Releases: AlecAivazis/survey
Releases · AlecAivazis/survey
vv2.3.7
v2.3.6: Add a RemoveSelectAll and RemoveSelectNone config to multi-select (#439)
* Add a RemoveSelectAll config to multi-select * AddRemoveSelectNone config * Remove boolean from Remove methods
v2.3.5
Fix README formatting for select descriptions (#426)
v2.3.4
v2.3.3
Skip vi-dependent tests when there is no vi in PATH (#397)
v2.3.2: fix: smkx keypad-transmit mode (#367)
* fix: smkx keypad-transmit mode. * chore: remove unreachable code. * review: split application and normal mode and add links to doc. * review * review: full rewrite * feat: use KeyEscape constant * doc: add method godoc
v2.3.1
small fix for windows rendering (#370)
Cursor tracks select focus
v2.3.0 Create README.md
v2.2.16
Add WriteAnswer support for promoted fields (#366)
v2.2.15: Validators for the number of responses in multiselect (#362)
* :sparkles: validators for the number of responses in multiselect * documentation for MaxItems and MinItems validators