sysml-v2-lsp 0.18.0 → 0.20.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,25 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ## [0.20.0]
6
+
7
+ ### Added
8
+
9
+ - Sequence diagram extraction now parses `flow` and `message` statements inside part/item/interface containers, synthesising lifelines from the container's parts/items and arrows from the statement endpoints ([#44](https://github.com/daltskin/sysml-v2-lsp/issues/44))
10
+ - Dotted message endpoints (e.g. `producer.publish_source_event`) are reduced to their root participant name so arrows render correctly between lifelines
11
+
12
+ ### Changed
13
+
14
+ - Bumped `qs` from 6.15.1 to 6.15.2 ([#45](https://github.com/daltskin/sysml-v2-lsp/pull/45))
15
+
16
+ ## [0.19.0]
17
+
18
+ ### Changed
19
+
20
+ - Bumped dev dependencies: `@types/node` 25.6.2 → 25.7.0, `vite` 8.0.11 → 8.0.12, `vitest` 4.1.5 → 4.1.6 ([#43](https://github.com/daltskin/sysml-v2-lsp/pull/43))
21
+ - Bumped dev dependencies: `typescript-eslint` 8.59.2 → 8.59.3 ([#42](https://github.com/daltskin/sysml-v2-lsp/pull/42))
22
+ - Updated to OMG 2026-04 release
23
+
5
24
  ## [0.18.0]
6
25
 
7
26
  ### Added
@@ -19,6 +38,7 @@
19
38
  ### Changed
20
39
 
21
40
  - **MCP API surface change**: the `type` field in `formatSymbol` output now contains feature-typing names only and excludes specialization names (which are surfaced via the new `specializes` key). Downstream MCP clients that previously read specialization targets from `type` should switch to reading the `specializes` field.
41
+
22
42
  ## [0.17.0]
23
43
 
24
44
  ### Added