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: google/cel-go
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.19.0
Choose a base ref
...
head repository: google/cel-go
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.20.0
Choose a head ref
  • 8 commits
  • 18 files changed
  • 2 contributors

Commits on Jan 23, 2024

  1. Configuration menu
    Copy the full SHA
    38d2641 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a53bdc9 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. Configuration menu
    Copy the full SHA
    fb9a6ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b5d14c View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

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

Commits on Feb 1, 2024

  1. ext.NativeTypes: Recursively add sub-types (#892)

    This change extends the `NativeTypes` provider to not only add the
    passed-in type but also all of its sub-types in order to simplify using
    it in the context of nested structs.
    alvaroaleman authored Feb 1, 2024
    Configuration menu
    Copy the full SHA
    5883379 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. DefaultTypeAdapter: Add support for missing custom scalars (#893)

    The default type adapter already supports some custom scalar types but
    not all, this change adds the missing ones. The most only used one is
    likely string.
    alvaroaleman authored Feb 2, 2024
    Configuration menu
    Copy the full SHA
    19b2ad1 View commit details
    Browse the repository at this point in the history
  2. Lists: Fix handling of go arrays (#894)

    Go arrays currently cause a panic, because `reflect.MakeSlice` is used
    to construct them which is invalid, this change fixes that.
    alvaroaleman authored Feb 2, 2024
    Configuration menu
    Copy the full SHA
    f221e70 View commit details
    Browse the repository at this point in the history
Loading