-
Notifications
You must be signed in to change notification settings - Fork 24
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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: thim81/openapi-format
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.29.2
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: thim81/openapi-format
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.29.3
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 7 commits
- 12 files changed
- 3 contributors
Commits on Dec 22, 2025
-
Configuration menu - View commit details
-
Copy full SHA for dcbcf06 - Browse repository at this point
Copy the full SHA dcbcf06View commit details
Commits on Jan 11, 2026
-
Fix some optional config file boolean options not being honored (#188)
* Fix config file boolean options being ignored Boolean CLI options with defaults (keepComments, sortComponentsProps, split) were not being respected when set in a config file. This happened because Commander.js always sets these options to their default values, and the subsequent Object.assign would overwrite config file values with CLI defaults. The fix applies the same pattern already used for lineWidth, sort, and bundle: explicitly check for config file values before the merge, using nullish coalescing to preserve CLI-specified values when present. Co-Authored-By: Claude Opus 4.5 <[email protected]> * Update tests --------- Co-authored-by: Claude Opus 4.5 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c73a4bd - Browse repository at this point
Copy the full SHA c73a4bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6dd8524 - Browse repository at this point
Copy the full SHA 6dd8524View commit details -
test: overlay-multiline-description (#189)
* test: overlay-multiline-description
Configuration menu - View commit details
-
Copy full SHA for bda1e0e - Browse repository at this point
Copy the full SHA bda1e0eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 43f9225 - Browse repository at this point
Copy the full SHA 43f9225View commit details -
Configuration menu - View commit details
-
Copy full SHA for 23d6920 - Browse repository at this point
Copy the full SHA 23d6920View commit details -
Configuration menu - View commit details
-
Copy full SHA for 492a3cd - Browse repository at this point
Copy the full SHA 492a3cdView commit details
Loading
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 v1.29.2...v1.29.3