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.0.0
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.0.1
Choose a head ref
  • 15 commits
  • 12 files changed
  • 4 contributors

Commits on Feb 23, 2023

  1. Bump golang.org/x/text from 0.3.5 to 0.3.8 in /providers/etcd

    Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.5 to 0.3.8.
    - [Release notes](https://github.com/golang/text/releases)
    - [Commits](golang/text@v0.3.5...v0.3.8)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/text
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Feb 23, 2023
    Configuration menu
    Copy the full SHA
    bee0cb9 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2023

  1. Merge pull request #204 from knadh/dependabot/go_modules/providers/et…

    …cd/golang.org/x/text-0.3.8
    
    Bump golang.org/x/text from 0.3.5 to 0.3.8 in /providers/etcd
    knadh authored Feb 24, 2023
    Configuration menu
    Copy the full SHA
    e074592 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2023

  1. Configuration menu
    Copy the full SHA
    f072568 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a67c82 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    060bd9d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2943906 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2023

  1. Fix README typo

    glenn-m authored Mar 4, 2023
    Configuration menu
    Copy the full SHA
    993d1fb View commit details
    Browse the repository at this point in the history
  2. Merge pull request #208 from glenn-m/master

    Fix README typo
    knadh authored Mar 4, 2023
    Configuration menu
    Copy the full SHA
    94f17ab View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2023

  1. Configuration menu
    Copy the full SHA
    24b75ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bbd7ed4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5e74764 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aed6c61 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2023

  1. Merge pull request #209 from jxsl13/fix-issue-200

    Closes #200
    knadh authored Mar 20, 2023
    Configuration menu
    Copy the full SHA
    c77dab6 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2023

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

Commits on Apr 12, 2023

  1. Remove buggy mapstructure.StringToSliceHookFunc(",").

    The `StringToSliceHookFunc(",")` hook is supposed to decode a delim
    separated string to a slice of strings. However, the hook only receives
    `reflect.Kind` for the target field to determine its type. While it
    should be a `[]string`, it can only tell if it's a slice,
    thus triggering it for any slice type and failing. This breaks
    the unmarshalling of strings to `[]byte` fields.
    knadh committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    56f8eca View commit details
    Browse the repository at this point in the history
Loading