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

Commits on Dec 21, 2023

  1. Improve support for string templates

    The initial implementation passed through the entire string unmodified, this allows formatting the Java expressions inside the `\{...}`.
    
    See #1010
    
    Co-authored-by: butterunderflow <azhong.934@gmail.com>
    PiperOrigin-RevId: 592940163
    2 people authored and google-java-format Team committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    38de9c4 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. Handle var in record patterns

    #1020
    
    PiperOrigin-RevId: 595537430
    cushon authored and google-java-format Team committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    d157ec8 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

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