File tree Expand file tree Collapse file tree 2 files changed +17
-2
lines changed
Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -750,7 +750,7 @@ Items below are NOT duplicated elsewhere in this file.
75075034 . ** TatSu 5.17.0 is broken** — Pin ` TatSu>=5.12.0,<5.17.0 `
75175135 . ** No ` inline ` on Contents extensions** — ScalaDoc 3.7.4
752752 crashes. Filed: scala/scala3 #25306
753- 36 . ** Current release is 1.13.4 ** — Supersedes 1.13.3
753+ 36 . ** Current release is 1.14.0 ** — Scope-based parsing API
75475437 . ** PrettifyPass multi-file mode** — ` flatten=false ` (default)
755755 preserves include/import structure. ` -s true ` for single file
75675638 . ** BASTImport in HierarchyPass** — ` openBASTImport ` /
Original file line number Diff line number Diff line change @@ -15,7 +15,22 @@ to the task file and note completion in this notebook.
1515
1616## Current Status
1717
18- ** Last Updated** : March 3, 2026
18+ ** Last Updated** : March 6, 2026
19+
20+ ### Release 1.14.0 Published (Mar 6, 2026)
21+
22+ New feature release: scope-based parsing API for Synapify.
23+
24+ - Added 10 ` parseAs* ` methods: ` parseAsDomain ` , ` parseAsContext ` ,
25+ ` parseAsEntity ` , ` parseAsEpic ` , ` parseAsStreamlet ` ,
26+ ` parseAsModule ` , ` parseAsAdaptor ` , ` parseAsProjector ` ,
27+ ` parseAsRepository ` , ` parseAsSaga `
28+ - Exposed across all layers: ` TopLevelParser ` (parser),
29+ ` RiddlLib ` (cross-platform), ` RiddlAPI ` (JS facade),
30+ TypeScript ` index.d.ts ` (branded opaque types)
31+ - Removed ` include ` support from Function definitions
32+ - 38 new test cases (17 parser-level + 21 RiddlLib-level)
33+ - All tests pass across JVM, JS, and Native
1934
2035### Release 1.13.4 Published (Mar 3, 2026)
2136
You can’t perform that action at this time.
0 commit comments