-
Notifications
You must be signed in to change notification settings - Fork 25
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: ipfs/protons
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: protons-v6.1.3
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: ipfs/protons
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: protons-v7.0.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 7 commits
- 34 files changed
- 3 contributors
Commits on Jan 31, 2023
-
chore: move bad fixtures to separate directory (#82)
To allow regenerating good fixtures, move the bad fixtures to their own directory.
Configuration menu - View commit details
-
Copy full SHA for 76aa198 - Browse repository at this point
Copy the full SHA 76aa198View commit details
Commits on Feb 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for fd2e7a7 - Browse repository at this point
Copy the full SHA fd2e7a7View commit details
Commits on Feb 2, 2023
-
fix!: singular fields should be optional to write (#83)
As per [`proto3`'s language guide](https://developers.google.com/protocol-buffers/docs/proto3#specifying_field_rules): > Message fields can be one of the following: > - singular: a well-formed message can have zero or one of this field (but not more than one). And this is the default field rule for proto3 syntax. This means that all `proto3` fields are effectively optional when writing, so it's relatively easy to implement by accepting a `Partial` version of the message interface for encoding. When reading messages singular fields are initialized to their default values when reading and optional values are not so the plain non-`Partial` interface can be returned. This also has the nice side effect of not requiring the user to pass empty lists/maps for `repeated` and `map` fields which never really felt right. These values are initialized to their empty forms when reading messages from the wire. Fixes #42
Configuration menu - View commit details
-
Copy full SHA for 229afbc - Browse repository at this point
Copy the full SHA 229afbcView commit details -
ipfs/eslint-config-ipfs#126 will introduce linting rules on import sorting so order imports during building in a way that will comply with the new linting rules.
Configuration menu - View commit details
-
Copy full SHA for 6f796f1 - Browse repository at this point
Copy the full SHA 6f796f1View commit details -
chore(release): 5.0.0 [skip ci]
## [protons-runtime-v5.0.0](protons-runtime-v4.0.2...protons-runtime-v5.0.0) (2023-02-02) ### ⚠ BREAKING CHANGES * singular fields should be optional to write (#83) ### Bug Fixes * singular fields should be optional to write ([#83](#83)) ([229afbc](229afbc)), closes [#42](#42) * sort imports ([#84](#84)) ([6f796f1](6f796f1))
Configuration menu - View commit details
-
Copy full SHA for 63827d9 - Browse repository at this point
Copy the full SHA 63827d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for a77d027 - Browse repository at this point
Copy the full SHA a77d027View commit details -
chore(release): 7.0.0 [skip ci]
## [protons-v7.0.0](protons-v6.1.3...protons-v7.0.0) (2023-02-02) ### ⚠ BREAKING CHANGES * singular fields should be optional to write (#83) ### Bug Fixes * singular fields should be optional to write ([#83](#83)) ([229afbc](229afbc)), closes [#42](#42) * sort imports ([#84](#84)) ([6f796f1](6f796f1)) * update sibling dep versions ([a77d027](a77d027)) ### Trivial Changes * move bad fixtures to separate directory ([#82](#82)) ([76aa198](76aa198))
Configuration menu - View commit details
-
Copy full SHA for 62b2053 - Browse repository at this point
Copy the full SHA 62b2053View 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 protons-v6.1.3...protons-v7.0.0