Skip to content

Tags: Scorpio69t/survey

Tags

v2.3.2

Toggle v2.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: smkx keypad-transmit mode (AlecAivazis#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

Toggle v2.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
small fix for windows rendering (AlecAivazis#370)

v2.3.0

Toggle v2.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Create README.md

v2.2.16

Toggle v2.2.16's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add WriteAnswer support for promoted fields (AlecAivazis#366)

v2.2.15

Toggle v2.2.15's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Validators for the number of responses in multiselect (AlecAivazis#362)

* ✨ validators for the number of responses in multiselect

* documentation for MaxItems and MinItems validators

v2.2.14

Toggle v2.2.14's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
(fix): arrow key behavior on input prompt (AlecAivazis#361)

* first pass at input using RuneReader.ReadLine with suggestions

* fix newline from readline

* better callback name

* (fix): skip tests with editor

* (feat): allow prompt callback on rune input and initial input

* (fix): fallback to ReadLine when not using "auto complete"

* (feat): tests input navagation

* (fix): suggestions can be dismissed

* (fix): editor blocking testing

Co-authored-by: Alec Aivazis <[email protected]>

v2.2.13

Toggle v2.2.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
correct cursor location when terminal wraps lines (AlecAivazis#360)

Co-authored-by: Evan <[email protected]>

v2.2.12

Toggle v2.2.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add option to show/hide cursor when prompting user (AlecAivazis#345) (A…

…lecAivazis#348)

v2.2.11

Toggle v2.2.11's commit message
update vendor

v2.2.10

Toggle v2.2.10's commit message
upgrade golang.org/x/text to fix vulnerability - closes AlecAivazis#344