-
Notifications
You must be signed in to change notification settings - Fork 352
Comparing changes
Open a pull request
base repository: AlecAivazis/survey
base: v2.3.6
head repository: AlecAivazis/survey
compare: v2.3.7
- 11 commits
- 572 files changed
- 7 contributors
Commits on Sep 12, 2022
-
Configuration menu - View commit details
-
Copy full SHA for bf4b865 - Browse repository at this point
Copy the full SHA bf4b865View commit details
Commits on Sep 21, 2022
-
Show transformed answer after submitting input (#450)
Co-authored-by: Mislav Marohnić <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a98a037 - Browse repository at this point
Copy the full SHA a98a037View commit details
Commits on Sep 22, 2022
-
Add Description function to multi select (#446)
* feat: Add Description function to multi select * Add multi select description test * reset color * push test for multi select descriptions Co-authored-by: Alec Aivazis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 734e799 - Browse repository at this point
Copy the full SHA 734e799View commit details -
Added customisable hide character for password inputs. (#431)
Includes example, but is missing a test mend Co-authored-by: Alec Aivazis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d889203 - Browse repository at this point
Copy the full SHA d889203View commit details -
Fix bug when runes with width > 1 in an option with multiple lines (#445
) * Fix bug when runes with width > 1 in an option with multiple lines * add test Co-authored-by: Alec Aivazis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3f9140e - Browse repository at this point
Copy the full SHA 3f9140eView commit details
Commits on Oct 5, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 8fe20ce - Browse repository at this point
Copy the full SHA 8fe20ceView commit details
Commits on Nov 7, 2022
-
Configuration menu - View commit details
-
Copy full SHA for b54ce38 - Browse repository at this point
Copy the full SHA b54ce38View commit details
Commits on Nov 24, 2022
-
Add build tags to make the project compatible with gopls (#470)
The gopls deamon for text editor integrations used to complain about the `main()` function being redeclared across multiple `package main` files that share the same directory. This is because these individual scripts were meant to be run with `go run path/to/file.go` instead of being built as a binary. The latest gopls release supports recognizing files that are meant as individual runnable scripts, but they must be tagged with a build tag that makes them otherwise ignored.
Configuration menu - View commit details
-
Copy full SHA for 4582d06 - Browse repository at this point
Copy the full SHA 4582d06View commit details -
Configuration menu - View commit details
-
Copy full SHA for f0d409e - Browse repository at this point
Copy the full SHA f0d409eView commit details -
Resolve misc. lint violations and formatting issues (#471)
* Ignore staticcheck violations about error message formatting * Avoid using `strings.Title` * Rename error type to start with "err" * Iterate over string runes directly * go fmt code comments * go fmt build directives
Configuration menu - View commit details
-
Copy full SHA for 82a5fab - Browse repository at this point
Copy the full SHA 82a5fabView commit details
Commits on Dec 8, 2022
-
Configuration menu - View commit details
-
Copy full SHA for fa37277 - Browse repository at this point
Copy the full SHA fa37277View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.3.6...v2.3.7