8000 Comparing v1.1.0...v1.1.1 · lmittmann/tint · GitHub
[go: up one dir, main page]

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 8000 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: lmittmann/tint
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.0
Choose a base ref
...
head repository: lmittmann/tint
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.1.1
Choose a head ref
  • 3 commits
  • 2 files changed
  • 2 contributors

Commits on May 26, 2025

  1. Fix time attribute formatting to match slog.TextHandler (#94)

    * fix skip condition + restructure regression tests
    
    * added `slog.TextHandler` comparison test
    
    * fixed format differences in how time values are logged
    
    * fix missing newline if no args are logged
    
    * improve `TestHandler` to check for newline + added time formatting testcase
    
    * drop obsolete `TestFormat`
    
    ---------
    
    Co-authored-by: lmittmann <lmittmann@users.noreply.github.com>
    lmittmann and lmittmann authored May 26, 2025
    Configuration menu
    Copy the full SHA
    de5e6b7 View commit details
    Browse the repository at this point in the history
  2. Simplify Options storage in handler (#95)

    * cleanup
    
    * cleanup const
    
    ---------
    
    Co-authored-by: lmittmann <lmittmann@users.noreply.github.com>
    lmittmann and lmittmann authored May 26, 2025
    Configuration menu
    Copy the full SHA
    ebaca5f View commit details
    Browse the repository at this point in the history

Commits on May 27, 2025

  1. Fix uncolored tint.Attr when ReplaceAttr is present (#96)

    * added testcase
    
    * added additional testcase
    
    * fix
    
    ---------
    
    Co-authored-by: lmittmann <lmittmann@users.noreply.github.com>
    lmittmann and lmittmann authored May 27, 2025
    Configuration menu
    Copy the full SHA
    30257b8 View commit details
    Browse the repository at this point in the history
Loading
0