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.
base repository: thim81/openapi-format
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.29.2
Choose a base ref
...
head repository: thim81/openapi-format
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.29.3
Choose a head ref
  • 7 commits
  • 12 files changed
  • 3 contributors

Commits on Dec 22, 2025

  1. chore: Tag docker with version

    thim81 committed Dec 22, 2025
    Configuration menu
    Copy the full SHA
    dcbcf06 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2026

  1. 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]>
    jdechicchis and claude authored Jan 11, 2026
    Configuration menu
    Copy the full SHA
    c73a4bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6dd8524 View commit details
    Browse the repository at this point in the history
  3. test: overlay-multiline-description (#189)

    * test: overlay-multiline-description
    thim81 authored Jan 11, 2026
    Configuration menu
    Copy the full SHA
    bda1e0e View commit details
    Browse the repository at this point in the history
  4. release 1.29.3

    thim81 committed Jan 11, 2026
    Configuration menu
    Copy the full SHA
    43f9225 View commit details
    Browse the repository at this point in the history
  5. chore: Code formatting

    thim81 committed Jan 11, 2026
    Configuration menu
    Copy the full SHA
    23d6920 View commit details
    Browse the repository at this point in the history
  6. 1.29.3

    thim81 committed Jan 11, 2026
    Configuration menu
    Copy the full SHA
    492a3cd View commit details
    Browse the repository at this point in the history
Loading