You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
8
9
9
---
10
10
11
+
## [2.3.0] - 2026-04-14
12
+
13
+
### Changed
14
+
15
+
- Remove prototypical STML mapping in favor of more powerful Jsonata
16
+
- Refactor the code base to use a newly implemented JSON Schema visitor pattern instead of having schema traversal logic implemented in different places
17
+
18
+
### Fixed
19
+
20
+
- Fix schema diagram: it now correctly draws multiple edges if a sub-schema defines its own structure and additionally has a reference
0 commit comments