-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: coder/guts
base: v1.0.0
head repository: coder/guts
compare: main
- 12 commits
- 34 files changed
- 3 contributors
Commits on Jan 6, 2025
-
chore(deps): bump golang.org/x/tools from 0.27.0 to 0.29.0 (#12)
Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.27.0 to 0.29.0. - [Release notes](https://github.com/golang/tools/releases) - [Commits](golang/tools@v0.27.0...v0.29.0) --- updated-dependencies: - dependency-name: golang.org/x/tools dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0621455 - Browse repository at this point
Copy the full SHA 0621455View commit details
Commits on Jan 29, 2025
-
Configuration menu - View commit details
-
Copy full SHA for cffad1b - Browse repository at this point
Copy the full SHA cffad1bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7fa0e8e - Browse repository at this point
Copy the full SHA 7fa0e8eView commit details
Commits on Feb 18, 2025
-
chore(deps): bump golang.org/x/tools from 0.29.0 to 0.30.0 (#13)
Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.29.0 to 0.30.0. - [Release notes](https://github.com/golang/tools/releases) - [Commits](golang/tools@v0.29.0...v0.30.0) --- updated-dependencies: - dependency-name: golang.org/x/tools dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 12f75b0 - Browse repository at this point
Copy the full SHA 12f75b0View commit details -
chore(deps): bump goreleaser/goreleaser-action from 6.0.0 to 6.2.1 (#14)
Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 6.0.0 to 6.2.1. - [Release notes](https://github.com/goreleaser/goreleaser-action/releases) - [Commits](goreleaser/goreleaser-action@286f3b1...90a3faa) --- updated-dependencies: - dependency-name: goreleaser/goreleaser-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 7eee3b8 - Browse repository at this point
Copy the full SHA 7eee3b8View commit details
Commits on Feb 27, 2025
-
chore: simplify null union elements
not a perfect solution, might require an ast walker that can replace nodes to get it working perfectly
Configuration menu - View commit details
-
Copy full SHA for 1398093 - Browse repository at this point
Copy the full SHA 1398093View commit details
Commits on Mar 13, 2025
-
Configuration menu - View commit details
-
Copy full SHA for e428755 - Browse repository at this point
Copy the full SHA e428755View commit details
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
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 v1.0.0...main