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: spf13/viper Loading
base: v1.13.0
Choose a base ref
...
head repository: spf13/viper Loading
compare: v1.14.0
Choose a head ref
  • 13 commits
  • 8 files changed
  • 2 contributors

Commits on Sep 6, 2022

  1. chore: drop support for Go 1.15

    Signed-off-by: Mark Sagi-Kazar <[email protected]>
    sagikazarmark committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    91aa484 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump github.com/spf13/afero from 1.8.2 to 1.9.2

    Bumps [github.com/spf13/afero](https://github.com/spf13/afero) from 1.8.2 to 1.9.2.
    - [Release notes](https://github.com/spf13/afero/releases)
    - [Commits](spf13/afero@v1.8.2...v1.9.2)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/spf13/afero
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and sagikazarmark committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    419fd86 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2022

  1. build(deps): bump github.com/sagikazarmark/crypt from 0.6.0 to 0.7.0

    Bumps [github.com/sagikazarmark/crypt](https://github.com/sagikazarmark/crypt) from 0.6.0 to 0.7.0.
    - [Release notes](https://github.com/sagikazarmark/crypt/releases)
    - [Commits](sagikazarmark/crypt@v0.6.0...v0.7.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/sagikazarmark/crypt
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    f1d2c47 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2022

  1. build(deps): bump github.com/stretchr/testify from 1.8.0 to 1.8.1

    Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.0 to 1.8.1.
    - [Release notes](https://github.com/stretchr/testify/releases)
    - [Commits](stretchr/testify@v1.8.0...v1.8.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/stretchr/testify
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and sagikazarmark committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    7c62cfd View commit details
    Browse the repository at this point in the history
  2. build(deps): bump github.com/fsnotify/fsnotify from 1.5.4 to 1.6.0

    Bumps [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) from 1.5.4 to 1.6.0.
    - [Release notes](https://github.com/fsnotify/fsnotify/releases)
    - [Changelog](https://github.com/fsnotify/fsnotify/blob/main/CHANGELOG.md)
    - [Commits](fsnotify/fsnotify@v1.5.4...v1.6.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/fsnotify/fsnotify
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and sagikazarmark committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    b274f63 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2022

  1. feat: disable watcher on aix

    Signed-off-by: Mark Sagi-Kazar <[email protected]>
    sagikazarmark committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    52009d3 View commit details
    Browse the repository at this point in the history
  2. ci: add build for aix

    Signed-off-by: Mark Sagi-Kazar <[email protected]>
    sagikazarmark committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    b2234f2 View commit details
    Browse the repository at this point in the history
  3. ci: drop dedicated wasm build

    Signed-off-by: Mark Sagi-Kazar <[email protected]>
    sagikazarmark committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    2e04739 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dcb7f30 View commit details
    Browse the repository at this point in the history
  5. refactor: rename watch file to unsupported

    Signed-off-by: Mark Sagi-Kazar <[email protected]>
    sagikazarmark committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    2e99a57 View commit details
    Browse the repository at this point in the history
  6. refactor: use new Has fsnotify method for event matching

    Signed-off-by: Mark Sagi-Kazar <[email protected]>
    sagikazarmark committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    4b8d148 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2022

  1. chore: disable watch on appengine

    Signed-off-by: Mark Sagi-Kazar <[email protected]>
    sagikazarmark committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    db9f89a View commit details
    Browse the repository at this point in the history
  2. chore: update crypt

    Signed-off-by: Mark Sagi-Kazar <[email protected]>
    sagikazarmark committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    b89e554 View commit details
    Browse the repository at this point in the history
Loading