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: gone-io/gone
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.14
Choose a base ref
...
head repository: gone-io/gone
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.1.0
Choose a head ref
  • 5 commits
  • 10 files changed
  • 2 contributors

Commits on Apr 26, 2025

  1. feat(core): Add MustLoad for gone.Loader; Deprecate OnceLoad for Appl…

    …ication.Loads ensured LoadFunc loaded once;
    
    - Add MustLoad method to Core and Loader interfaces
    - Implement MustLoad for Core and MockLoader
    - Update Application to use MustLoad in Loads method
    - Add tests for new MustLoad functionality
    - Deprecate OnceLoad function
    dapeng committed Apr 26, 2025
    Configuration menu
    Copy the full SHA
    2dcf74c View commit details
    Browse the repository at this point in the history
  2. ci: update Go version matrix to include 1.24 only

    - Modify the Go version matrix in the GitHub Actions workflow
    - Remove previous Go versions (1.21, 1.22, 1.23) from the matrix
    - Keep only Go 1.24 for testing
    dapeng committed Apr 26, 2025
    Configuration menu
    Copy the full SHA
    e4761d9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #69 from gone-io/v2.x

    feat(core): Add MustLoad for gone.Loader; Deprecate OnceLoad for Application.Loads ensured LoadFunc loaded once;
    Degfy authored Apr 26, 2025
    Configuration menu
    Copy the full SHA
    59d9d09 View commit details
    Browse the repository at this point in the history
  4. build: update Go version to 1.24

    - Update go.mod to specify Go 1.24 as the minimum supported version
    dapeng committed Apr 26, 2025
    Configuration menu
    Copy the full SHA
    afe8c9c View commit details
    Browse the repository at this point in the history
  5. Merge pull request #70 from gone-io/v2.x

    build: update Go version to 1.24
    Degfy authored Apr 26, 2025
    Configuration menu
    Copy the full SHA
    472e0c8 View commit details
    Browse the repository at this point in the history
Loading