Skip to content
This repository was archived by the owner on Apr 19, 2024. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: AlecAivazis/survey
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.3.6
Choose a base ref
...
head repository: AlecAivazis/survey
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.3.7
Choose a head ref
  • 11 commits
  • 572 files changed
  • 7 contributors

Commits on Sep 12, 2022

  1. Configuration menu
    Copy the full SHA
    bf4b865 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2022

  1. Show transformed answer after submitting input (#450)

    Co-authored-by: Mislav Marohnić <[email protected]>
    twelvelabs and mislav authored Sep 21, 2022
    Configuration menu
    Copy the full SHA
    a98a037 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2022

  1. 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]>
    Konkrad and AlecAivazis authored Sep 22, 2022
    Configuration menu
    Copy the full SHA
    734e799 View commit details
    Browse the repository at this point in the history
  2. Added customisable hide character for password inputs. (#431)

    Includes example, but is missing a test
    
    mend
    
    Co-authored-by: Alec Aivazis <[email protected]>
    SirRegion and AlecAivazis authored Sep 22, 2022
    Configuration menu
    Copy the full SHA
    d889203 View commit details
    Browse the repository at this point in the history
  3. 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]>
    VCisHere and AlecAivazis authored Sep 22, 2022
    Configuration menu
    Copy the full SHA
    3f9140e View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2022

  1. Configuration menu
    Copy the full SHA
    8fe20ce View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2022

  1. Configuration menu
    Copy the full SHA
    b54ce38 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2022

  1. 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.
    mislav authored Nov 24, 2022
    Configuration menu
    Copy the full SHA
    4582d06 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f0d409e View commit details
    Browse the repository at this point in the history
  3. 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
    mislav authored Nov 24, 2022
    Configuration menu
    Copy the full SHA
    82a5fab View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2022

  1. Configuration menu
    Copy the full SHA
    fa37277 View commit details
    Browse the repository at this point in the history
Loading