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
+23Lines changed: 23 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,29 @@ 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
21
+
22
+
## [2.2.0] - 2026-03-27
23
+
24
+
### Added
25
+
26
+
- Add word-wrap for text editor
27
+
- Add `experimental` tag in the About page for the experimental deployment
28
+
- Add workflow to automatically generate a git tag when a PR is merged into `main` or `develop` with an incremented version in the package.json
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -136,7 +136,9 @@ pages = {1--9}
136
136
137
137
MetaConfigurator runs entirely **inside your browser** - it does **not** send your schemas, data, or anything you type to any server. The website itself is just a static page delivered by GitHub Pages (like downloading a PDF or image), and all the work happens locally on your computer.
138
138
139
-
The only exception is if you **click the “Share Snapshot” button**. Then, and only then, the snapshot you create is sent to a **University of Stuttgart** server so you can share a unique link with others.
139
+
The exception is if you **click the “Share Snapshot” button**. Then, and only then, the snapshot you create is sent to a **University of Stuttgart** server so you can share a unique link with others.
140
+
141
+
Additionally, if you use the optional AI assistance functionality, relevant subsets of your schema and data are shared with the AI endpoint you configure in the MetaConfigurator settings (by default OpenAI). This will not accidentally happen, as an authentification key from the AI endpoint provider is needed to use the AI assistance features.
140
142
141
143
**See our [full Privacy Policy](PRIVACY.md)** for more information.
const isShowPersistOption =false; // currently the option of whether to persist the key is not shown because without persistence the key currently can not be accessed
0 commit comments