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.6.0
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.6.1
Choose a head ref
  • 10 commits
  • 19 files changed
  • 3 contributors

Commits on Dec 7, 2024

  1. docs: fix README TOC

    alecthomas committed Dec 7, 2024
    Configuration menu
    Copy the full SHA
    f2fcd34 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2024

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

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

Commits on Dec 27, 2024

  1. feat: allow hooks to be declared on embedded fields

    Specifically, on Go embedded fields, not on fields tagged with `embed`.
    
    Fixes #90.
    alecthomas committed Dec 27, 2024
    Configuration menu
    Copy the full SHA
    840220c View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2024

  1. fix: don't call Apply() twice

    For some reason this was called by `Run()`. All tests pass without it,
    so I'm not sure why it was there.
    
    Fixes #481
    alecthomas committed Dec 28, 2024
    Configuration menu
    Copy the full SHA
    a14bb20 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3625768 View commit details
    Browse the repository at this point in the history
  3. chore: interface{} -> any

    alecthomas committed Dec 28, 2024
    Configuration menu
    Copy the full SHA
    a32b94b View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2024

  1. Configuration menu
    Copy the full SHA
    cacaace View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    47b090f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b811e32 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2025

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