-
Notifications
You must be signed in to change notification settings - Fork 232
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: google/cel-go
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.20.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 8 commits
- 18 files changed
- 2 contributors
Commits on Jan 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 38d2641 - Browse repository at this point
Copy the full SHA 38d2641View commit details -
Configuration menu - View commit details
-
Copy full SHA for a53bdc9 - Browse repository at this point
Copy the full SHA a53bdc9View commit details
Commits on Jan 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fb9a6ce - Browse repository at this point
Copy the full SHA fb9a6ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b5d14c - Browse repository at this point
Copy the full SHA 6b5d14cView commit details
Commits on Jan 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ba58735 - Browse repository at this point
Copy the full SHA ba58735View commit details
Commits on Feb 1, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for 5883379 - Browse repository at this point
Copy the full SHA 5883379View commit details
Commits on Feb 2, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for 19b2ad1 - Browse repository at this point
Copy the full SHA 19b2ad1View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for f221e70 - Browse repository at this point
Copy the full SHA f221e70View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.19.0...v0.20.0