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: google/yamlfmt
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.12.1
Choose a base ref
...
head repository: google/yamlfmt
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.13.0
Choose a head ref
  • 7 commits
  • 39 files changed
  • 3 contributors

Commits on May 13, 2024

  1. feat: add flag to print resolved config (#179)

    * feat: add flag to print resolved config
    
    * chore: apply suggestions
    
    #179 (comment)
    
    * Prefer basic formatter having mapstructure rather than yaml tag in command
    
    * Rename resolved with print
    
    * Add integration tests for loading config files
    
    * fix: commit .yamlfmt in integrationtest
    
    * chore: remove unused fixtures in print_conf tests
    
    * fix: add keep file to make sure empty directory in integration tests
    kachick authored May 13, 2024
    Configuration menu
    Copy the full SHA
    e5bdc90 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. feat: fill version with git and ldflags (#180)

    * feat: fill version with git and ldflags
    
    * Respect goreleaser default except using short hash
    
    * Manually set values with git in Makefile as same as goreleaser
    
    * chore: remove needless tag overriding
    
    * chore: remove unused ldflag
    kachick authored May 14, 2024
    Configuration menu
    Copy the full SHA
    7f77800 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

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

Commits on Jun 17, 2024

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

Commits on Jun 24, 2024

  1. Add trim_trailing_whitespace option (#188)

    This PR adds a feature to trim all trailing whitespace from every line
    of yaml content.
    braydonk authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    e003da6 View commit details
    Browse the repository at this point in the history
  2. Add eof_newline option (#189)

    This PR adds a new option to forcibly add the end of file newline if
    it's not there. This is useful in the scenario where the
    `retain_line_breaks` feature is disabled but the eof newline is still
    wanted.
    braydonk authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    7202c12 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dd8547d View commit details
    Browse the repository at this point in the history
Loading