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: pelletier/go-toml
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.2.3
Choose a base ref
...
head repository: pelletier/go-toml
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.2.4
Choose a head ref
  • 4 commits
  • 29 files changed
  • 4 contributors

Commits on Aug 23, 2024

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

Commits on Nov 16, 2024

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

Commits on Apr 7, 2025

  1. Replace stretchr/testify with an internal test suite (#981)

    As recommended, an `internal/assert` package was added with a reduced set of assertions. All tests were then refactored to use the internal assertions. When more complex assertions were used, they have been rewritten using logic and the simplified assertions.
    
    Fancy formatting for failures was omitted. The `internal/assert/assertions.diff` function could be overwritten for better formatting. That is where diff libraries are used in other test suites.
    
    Refs: #872
    
    Co-authored-by: Alex Mikitik <[email protected]>
    mikattack and Alex Mikitik authored Apr 7, 2025
    Configuration menu
    Copy the full SHA
    014204c View commit details
    Browse the repository at this point in the history
  2. Update to go 1.24 (#982)

    pelletier authored Apr 7, 2025
    Configuration menu
    Copy the full SHA
    ee07c92 View commit details
    Browse the repository at this point in the history
Loading