-
Notifications
You must be signed in to change notification settings - Fork 20
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: matttproud/golang_protobuf_extensions
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.4
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: matttproud/golang_protobuf_extensions
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 3 commits
- 13 files changed
- 1 contributor
Commits on Oct 23, 2022
-
pbutil: modernize the package for 2022.
This commit modernizes the package along several dimensions: * Rebasing on Protocol Buffers using native reflection API. * Refactoring tests to use `errors.Is` and `cmp` and subtests. * 100% test coverage, which is not a useful measure in and of itself. This version has been tested solely on Go 1.19, though I expect that Go 1.13 would work.
Configuration menu - View commit details
-
Copy full SHA for c5a68ec - Browse repository at this point
Copy the full SHA c5a68ecView commit details
Commits on Oct 25, 2022
-
Merge pull request #18 from matttproud/refactor/modernize-to-go1.19
Modernize the package for 2022.
Configuration menu - View commit details
-
Copy full SHA for d8e45f2 - Browse repository at this point
Copy the full SHA d8e45f2View commit details -
pbutil: publish major version 2 of this module.
This commit provides a touch-up of v1.0.3. Since it introduces a new major version, several steps to upgrade will need to be followed as described in the CHANGELOG.md file. Users of major version 1 can continue using that version until they are ready to transition.
Configuration menu - View commit details
-
Copy full SHA for 5a0f916 - Browse repository at this point
Copy the full SHA 5a0f916View commit details
There are no files selected for viewing