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: knadh/koanf
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.2.1
Choose a base ref
...
head repository: knadh/koanf
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.2.2
Choose a head ref
  • 4 commits
  • 17 files changed
  • 4 contributors

Commits on Jun 26, 2025

  1. Replace yaml package with go.yaml.in/yaml/v3 (#365)

    * Replace yaml package with github.com/goccy/go-yaml
    
    * Replace yaml package with go.yaml.in/yaml/v3
    devhaozi authored Jun 26, 2025
    Configuration menu
    Copy the full SHA
    54e84bf View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2025

  1. Bump github.com/go-viper/mapstructure/v2 in /providers/cliflagv2 (#366)

    Bumps [github.com/go-viper/mapstructure/v2](https://github.com/go-viper/mapstructure) from 2.2.1 to 2.3.0.
    - [Release notes](https://github.com/go-viper/mapstructure/releases)
    - [Changelog](https://github.com/go-viper/mapstructure/blob/main/CHANGELOG.md)
    - [Commits](go-viper/mapstructure@v2.2.1...v2.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/go-viper/mapstructure/v2
      dependency-version: 2.3.0
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 29, 2025
    Configuration menu
    Copy the full SHA
    7e5491f View commit details
    Browse the repository at this point in the history
  2. Bump github.com/go-viper/mapstructure/v2 from 2.2.1 to 2.3.0 (#367)

    Bumps [github.com/go-viper/mapstructure/v2](https://github.com/go-viper/mapstructure) from 2.2.1 to 2.3.0.
    - [Release notes](https://github.com/go-viper/mapstructure/releases)
    - [Changelog](https://github.com/go-viper/mapstructure/blob/main/CHANGELOG.md)
    - [Commits](go-viper/mapstructure@v2.2.1...v2.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/go-viper/mapstructure/v2
      dependency-version: 2.3.0
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 29, 2025
    Configuration menu
    Copy the full SHA
    53e7d90 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2025

  1. Refactor env provider into a major breaking version /v2 (#341)

    - `providers/env` is now `/providers/env/v2`
    - Add new `Opt{}` struct with transform functions that can be passed to the
      constructor instead of the old `WithProvider(..)` functions. This allow future
      callbacks and options to be added without breaking changes.
    - `Opt.TransformFunc` is now a single transformation function for keys and values.
    - `Opt.EnvirnFunc` allows the source of environment variables to be plugged
      for testing and mocking. It defaults to `os.Environ`.
    
    ---------
    
    Co-authored-by: Kailash Nadh <kailash@nadh.in>
    nickajacks1 and knadh authored Jun 30, 2025
    Configuration menu
    Copy the full SHA
    8161a16 View commit details
    Browse the repository at this point in the history
Loading