8000 Comparing v2.8.1...v2.10.2 · urfave/cli · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
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.
8000
base repository: urfave/cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.8.1
Choose a base ref
...
head repository: urfave/cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.10.2
Choose a head ref
  • 19 commits
  • 20 files changed
  • 4 contributors

Commits on May 23, 2022

  1. Add word-wrap support, with wrap length provided by the user

    We could try to automatically detect the terminal width and wrap at that
    point, but this would increase the binary footprint for all users even
    if not using this feature.
    
    Instead, we can allow users to specify their preferred line length limit
    (if any), and those who want to bear the cost of checking the terminal
    size can do so if they wish. This also makes the feature more testable.
    
    Original patch by Sascha Grunert <sgrunert@suse.com>
    mostynb committed May 23, 2022
    Configuration menu
    Copy the full SHA
    4fd56cb View commit details
    Browse the repository at this point in the history
  2. Fix 'repetetive' typo

    mostynb committed May 23, 2022
    Configuration menu
    Copy the full SHA
    eecfd00 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2022

  1. Merge pull request #1402 from mostynb/fix_typo

    Fix 'repetetive' typo
    meatballhat authored May 24, 2022
    Configuration menu
    Copy the full SHA
    12a4c54 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    813ab33 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1407 from urfave/missing-go-sums

    Add some missing go.sum entries needed with 1.16.x
    meatballhat authored May 24, 2022
    Configuration menu
    Copy the full SHA
    947f989 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2022

  1. Add SliceFlag wrapper and fix bugs in existing implementations

    The SliceFlag implementation and associated aliases (MultiStringFlag, etc)
    extend the existing slice implementations (StringSliceFlag, etc) to support
    actual slices as the flag value and destination.
    
    This change also fixes various bugs in the existing implementation. Notably,
    the StringSliceFlag.Apply implementation would modify the input (default)
    Value, if an env var was set, and no destination was provided. The bugs fixed
    in the other three implementations were all already fixed in either
    StringSliceFlag, or in one case (ignoring empty env var) in Float64SliceFlag.
    joeycumines committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    e77dd7b View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2022

  1. Fix build for go < 1.18

    joeycumines committed Jun 12, 2022
    Configuration menu
    Copy the full SHA
    4f795e3 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2022

  1. Merge pull request #1409 from joeycumines/main

    Add SliceFlag wrapper and fix bugs in existing implementations
    meatballhat authored Jun 18, 2022
    Configuration menu
    Copy the full SHA
    8007c54 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3082652 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1412 from urfave/update-v2-docs

    Update the v2 docs since merging #1409
    meatballhat authored Jun 18, 2022
    Configuration menu
    Copy the full SHA
    2d1634c View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1119 from mostynb/word_wrap_v2

    Add word-wrap support, with wrap length provided by the user
    meatballhat authored Jun 18, 2022
    Configuration menu
    Copy the full SHA
    e576ba4 View commit details
    Browse the repository at this point in the history
  5. Upgrade gopkg.in/yaml to v3

    Fixes vulnerability: GHSA-hp87-p4gw-j4gq
    
    YAML v3 deserializes maps as map[string]interface{} so we handle this in
    MapImportSource now.
    
    Signed-off-by: Jesse Szwedko <jesse@szwedko.me>
    jszwedko committed Jun 18, 2022
    Configuration menu
    Copy the full SHA
    ee07560 View commit details
    Browse the repository at this point in the history
  6. Re-use node variable

    Signed-off-by: Jesse Szwedko <jesse@szwedko.me>
    jszwedko committed Jun 18, 2022
    Configuration menu
    Copy the full SHA
    72dc91d View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2022

  1. Merge pull request #1415 from urfave/upgrade-go-yaml

    Upgrade gopkg.in/yaml to v3
    meatballhat authored Jun 19, 2022
    Configuration menu
    Copy the full SHA
    b927c6a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1362627 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2022

  1. Configuration menu
    Copy the full SHA
    59ce32a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1417 from urfave/deps-bump

    Update dependencies to latest
    meatballhat authored Jun 20, 2022
    Configuration menu
    Copy the full SHA
    f71d1cb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9f56fe7 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1418 from urfave/un-workaround

    Remove temporary go mod workaround
    meatballhat authored Jun 20, 2022
    Configuration menu
    Copy the full SHA
    f1fc873 View commit details
    Browse the repository at this point in the history
Loading
0