|
|
@@ -145,6 +145,12 @@ and adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
|
|
|
### Fixes
|
|
|
|
|
|
+- Calls between JavaScript, JSX and TypeScript files keep their callers and callback flows.
|
|
|
+- Zustand actions keep their callers when read through typed stores, destructured from store state, or selected by a hook.
|
|
|
+- Steps diagrams retain database operations made through external client chains without inventing internal dependencies.
|
|
|
+- Direct React Native bridge calls retain their native implementations and cross-platform relationships.
|
|
|
+- Dart extension-type getters remain searchable when using the WebAssembly parser.
|
|
|
+
|
|
|
- Spring mappings now include every declared path combination and resolve constants declared in the same file, while unresolved paths no longer appear as false root routes. (#1461)
|
|
|
- `codegraph callers`, `codegraph callees` and `codegraph impact` now resolve qualified names, group results and JSON edges by definition, and accept `--file` to narrow ambiguous names; thanks @ferrine. (#1512, #1656)
|
|
|
- `codegraph callers`, `codegraph callees` and `codegraph impact` (CLI and MCP) now report missing names with did-you-mean suggestions instead of another symbol's results, and exact matches with no callers stay empty; thanks @uvmplus. (#1473, #1481)
|