Releases: scip-code/scip-go
Releases · scip-code/scip-go
scip-go v0.2.3
Immutable
release. Only release title and notes can be modified.
scip-go v0.2.2
Immutable
release. Only release title and notes can be modified.
scip-go v0.2.1
Immutable
release. Only release title and notes can be modified.
What's Changed
- fix: avoid panic on new stdlib packages by @jupblb in #173
- Support enclosing ranges for function definitions by @podtserkovskiy in #172
- Support resolving versions for sibling submodules in a monorepo by @jupblb in #180
- Fix module resolution for go.work workspaces by @jupblb in #182
- Nixify project setup by @jupblb in #184
- Make the release process into a GitHub action by @jupblb in #185
- Update dependencies and drop irrelevant ones by @jupblb in #186
- Add a formatting check by @jupblb in #187
- Avoid duplicate runs by limiting push trigger to main by @jupblb in #188
- chore(deps): update azure/docker-login action to v2 by @renovate[bot] in #102
- Add nix flake check step to build workflow by @jupblb in #190
- Use nixpkgs 25.11 by @jupblb in #189
- Publish multi-arch Docker image (
linux/amd64+linux/arm64) by @jupblb in #191 - fix: return only one tag when
git tagreturns multiple by @imax9000 in #171 - Migrate to kong by @jupblb in #194
- Simplify log verbosity by @jupblb in #195
- chore(deps): update determinatesystems/nix-installer-action action to v22 by @renovate[bot] in #193
- Replace panics with error returns and add live progress reporting by @jupblb in #196
- Use FormatSnapshots instead of FormatSnapshot by @jupblb in #200
- Emit definition for all
packagestatements, not just one by @jupblb in #199 - Fix anonymous struct symbol naming by @jupblb in #202
- Use backtick syntax for struct tags in hover docs by @jupblb in #203
- Resolve import aliases as global references instead of local definitions by @jupblb in #201
- Upgrade scip bindings to
v0.7.1by @jupblb in #205 - Show full type declaration in hover docs by @jupblb in #204
- Emit implementation relationships for remote type -> local interface by @jupblb in #198
- Extend support for doc comments by @jupblb in #206
- Preserve external package qualifiers in hover docs by @jupblb in #207
- Simplify
findImplementationsby @jupblb in #208 - Fix 'No symbol for' false positives for local type declarations by @jupblb in #209
- Clean up the codebase a bit more by @jupblb in #210
- Add support for generic type aliases by @jupblb in #211
- Populate
display_namefield onSymbolInformationby @jupblb in #212 - Populate
SymbolInformation.Kindby @jupblb in #213 - Add scip-examples workflow by @jupblb in #215
- Add snapshot test for
GOPACKAGESDRIVERsupport by @jupblb in #216 - Add a workflow example that sets
GOPACKAGESDRIVERby @jupblb in #217 - Remove
OverrideDocumentationfor type info on references by @jupblb in #218 - Make CI faster by reusing
nix buildoutput by @jupblb in #219 - Emit deprecated diagnostics for symbols by @jupblb in #220
- Defer
hasSameRepoRootcall by @jupblb in #221 - Attach
scip-goarguments to the generated index by @jupblb in #224 - Add
using-scip-goagent skill by @jupblb in #223 - Update repository links from sourcegraph to scip-code by @eseliger in #225
- Rename module to
github.com/scip-code/scip-goby @jupblb in #226 - Fix minor issues around indexing Kubernetes by @jupblb in #227
- Migrate Docker images from Docker Hub to GitHub Container Registry by @jupblb in #228
- Prepare for
0.2.0release by @jupblb in #229 - Prepare for a new release by @jupblb in #230
New Contributors
Full Changelog: v0.1.26...v0.2.1