-
Notifications
You must be signed in to change notification settings - Fork 2
Comparing changes
Open a pull request
base repository: coder/guts
base: e428755
head repository: coder/guts
compare: 9010ce7
- 14 commits
- 35 files changed
- 4 contributors
Commits on Apr 7, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 8032d06 - Browse repository at this point
Copy the full SHA 8032d06View commit details
Commits on Apr 16, 2025
-
feat: golang map types unioned with possible 'null' (#18)
* feat: golang map types unioned with possible 'null' Golang `map[<key>]<value>` can be `null` in json. This change unions the Record type with `null`. To revert to the previous behavior, use the mutation 'NotNullMaps'
Configuration menu - View commit details
-
Copy full SHA for a8b3dee - Browse repository at this point
Copy the full SHA a8b3deeView commit details
Commits on Apr 28, 2025
-
!feat: use first class typescript enums (#20)
* feat: use first class typescript enums Enums are handled as first class types in Typescript. The previous behavior was seen as a more direct comparison of types, since Golang does not have native Enum support. The previous behavior however was lossy, as it lost the enum member names. This new change is lossless, and the types can be reverted to the prior state.
Configuration menu - View commit details
-
Copy full SHA for 2cbbcee - Browse repository at this point
Copy the full SHA 2cbbceeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 34b871e - Browse repository at this point
Copy the full SHA 34b871eView commit details -
Configuration menu - View commit details
-
Copy full SHA for ad36901 - Browse repository at this point
Copy the full SHA ad36901View commit details
Commits on May 13, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 437443f - Browse repository at this point
Copy the full SHA 437443fView commit details
Commits on May 15, 2025
-
Configuration menu - View commit details
-
Copy full SHA for d9d645c - Browse repository at this point
Copy the full SHA d9d645cView commit details -
chore: rename SimplifyOmitEmpty to SimplifyOptional (#28)
The original name was too narrowly scoped.
Configuration menu - View commit details
-
Copy full SHA for 918fc1c - Browse repository at this point
Copy the full SHA 918fc1cView commit details -
feat: support non-legal identifiers in field property names (#29)
* feat: support non-legal identifiers in field property names Quoted string literals are allowed to be field property names. This supports non-legal identifiers. Things like hyphenated field names.
Configuration menu - View commit details
-
Copy full SHA for 9e53878 - Browse repository at this point
Copy the full SHA 9e53878View commit details -
chore(deps): bump golang.org/x/tools from 0.30.0 to 0.33.0 (#23)
Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.30.0 to 0.33.0. - [Release notes](https://github.com/golang/tools/releases) - [Commits](golang/tools@v0.30.0...v0.33.0) --- updated-dependencies: - dependency-name: golang.org/x/tools dependency-version: 0.33.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 7134537 - Browse repository at this point
Copy the full SHA 7134537View commit details
Commits on May 16, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 3a30a32 - Browse repository at this point
Copy the full SHA 3a30a32View commit details
Commits on May 30, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 54b11c8 - Browse repository at this point
Copy the full SHA 54b11c8View commit details
Commits on Jun 23, 2025
-
chore(deps): bump golang.org/x/tools from 0.33.0 to 0.34.0 (#32)
Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.33.0 to 0.34.0. - [Release notes](https://github.com/golang/tools/releases) - [Commits](golang/tools@v0.33.0...v0.34.0) --- updated-dependencies: - dependency-name: golang.org/x/tools dependency-version: 0.34.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 641893a - Browse repository at this point
Copy the full SHA 641893aView commit details
Commits on Jul 14, 2025
-
fix: handle consts with references to external types (#35)
* fix: handle consts with references to external types Consts to external types look like enums, but fail to generate. * add comment
Configuration menu - View commit details
-
Copy full SHA for 9010ce7 - Browse repository at this point
Copy the full SHA 9010ce7View commit details
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 e428755...9010ce7