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: alecthomas/kong
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.2.1
Choose a base ref
...
head repository: alecthomas/kong
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.3.0
Choose a head ref
  • 8 commits
  • 11 files changed
  • 4 contributors

Commits on Sep 16, 2024

  1. chore(deps): update module github.com/alecthomas/kong to v1 (#457)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Sep 16, 2024
    Configuration menu
    Copy the full SHA
    3b28c2c View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

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

Commits on Sep 19, 2024

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

Commits on Sep 23, 2024

  1. chore(deps): update module github.com/alecthomas/assert/v2 to v2.11.0 (

    …#459)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    c9fbc30 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. chore(deps): update all non-major dependencies (#462)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    56e990f View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2024

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

Commits on Nov 1, 2024

  1. refactor: reuse callAnyFunction for callFunction

    Rather than duplicating basically identical calling logic
    alecthomas committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    373692a View commit details
    Browse the repository at this point in the history
  2. feat: support recursive injection of provider parameters

    This allows provider functions to accept parameters that are injected by other
    bindings or binding providers, eg. call the provider function with the root CLI
    struct (which is automatically bound by Kong):
    
      kong.BindToProvider(func(cli *CLI) (*Injected, error) { ... })
    alecthomas committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    7bbb0b7 View commit details
    Browse the repository at this point in the history
Loading