Skip to content

Commit 037daff

Browse files
chore: version packages (#20)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 53b2c52 commit 037daff

3 files changed

Lines changed: 16 additions & 16 deletions

File tree

.changeset/richer-symbol-metadata.md

Lines changed: 0 additions & 15 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# @stainless-code/codemap
22

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- [#19](https://github.com/stainless-code/codemap/pull/19) [`53b2c52`](https://github.com/stainless-code/codemap/commit/53b2c5238fa7c1ccf4ee2081e524da13c5604f52) Thanks [@SutuSebastian](https://github.com/SutuSebastian)! - Richer symbol metadata: generics, return types, JSDoc, type members, const values, symbol nesting, call graph
8+
- Signatures now include generic type parameters, return type annotations, and heritage clauses (extends/implements)
9+
- New `doc_comment` column on symbols extracts leading JSDoc comments
10+
- New `type_members` table indexes properties and methods of interfaces and object-literal types
11+
- New `value` column on symbols captures const literal values (strings, numbers, booleans, null)
12+
- New `parent_name` column on symbols tracks scope nesting; class methods/properties/getters extracted as individual symbols
13+
- New `calls` table tracks function-scoped call edges with `caller_scope` for qualified disambiguation (deduped per file)
14+
- Enum members extracted into `members` column as JSON
15+
- Performance: cached scope strings, hoisted hot-path regex, batch deletes, reduced redundant I/O, BATCH_SIZE 100→500
16+
- SCHEMA_VERSION bumped to 2
17+
318
## 0.1.9
419

520
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stainless-code/codemap",
3-
"version": "0.1.9",
3+
"version": "0.2.0",
44
"description": "Query your codebase — structural SQLite index for AI agents",
55
"keywords": [
66
"agents",

0 commit comments

Comments
 (0)