-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Comparing changes
Open a pull request
base repository: urfave/cli
base: v3.3.2
head repository: urfave/cli
compare: v3.3.3
- 13 commits
- 9 files changed
- 4 contributors
Commits on Apr 28, 2025
-
Simpler top-level context detection for fish completions.
Previously, completions checked against all levels of subcommands. This change has it look only for top-level commands, which must necessarily be present before their children. It also adds hidden top-level commands to the list.
Configuration menu - View commit details
-
Copy full SHA for f1b8fe1 - Browse repository at this point
Copy the full SHA f1b8fe1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 55db2a0 - Browse repository at this point
Copy the full SHA 55db2a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 66d871f - Browse repository at this point
Copy the full SHA 66d871fView commit details
Commits on Apr 29, 2025
-
Merge pull request #2121 from bittrance/fish-completion-toplevel-dete…
…ction Simpler top-level context detection for fish completions
Configuration menu - View commit details
-
Copy full SHA for 2668153 - Browse repository at this point
Copy the full SHA 2668153View commit details -
Merge pull request #2122 from bittrance/fish-completion-hidden-commands
Fish completion inside hidden commands
Configuration menu - View commit details
-
Copy full SHA for 8f20a35 - Browse repository at this point
Copy the full SHA 8f20a35View commit details
Commits on May 5, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 9de83fa - Browse repository at this point
Copy the full SHA 9de83faView commit details -
Fish completion tests now include command setup.
This allows the completions to depend on parent-child relations, making several method signatures simpler.
Configuration menu - View commit details
-
Copy full SHA for 86cbfed - Browse repository at this point
Copy the full SHA 86cbfedView commit details
Commits on May 7, 2025
-
chore(deps): bump golangci/golangci-lint-action from 7 to 8 (#2123)
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 7 to 8. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@v7...v8) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ac40eb5 - Browse repository at this point
Copy the full SHA ac40eb5View commit details
Commits on May 10, 2025
-
fix: off-by-one in timestamp parsing
Timestamps without dates would infer the correct date based on the local time. This can lead to bugs where the current local date is different than the date in the timezone of the original value. Fix this by using time.Now().In() to adjust the timezone.
Configuration menu - View commit details
-
Copy full SHA for cf14b66 - Browse repository at this point
Copy the full SHA cf14b66View commit details -
Merge pull request #2127 from nickajacks1/urfavcli-date-off-by-one
fix: off-by-one in timestamp parsing
Configuration menu - View commit details
-
Copy full SHA for 72e00f8 - Browse repository at this point
Copy the full SHA 72e00f8View commit details -
Merge pull request #2124 from bittrance/fish-completions-setup
Fish completions tests invokes setup
Configuration menu - View commit details
-
Copy full SHA for f5f433a - Browse repository at this point
Copy the full SHA f5f433aView commit details -
Configuration menu - View commit details
-
Copy full SHA for d6d1fe5 - Browse repository at this point
Copy the full SHA d6d1fe5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 897feda - Browse repository at this point
Copy the full SHA 897fedaView 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 v3.3.2...v3.3.3