You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by sh...@apache.org on 2023/04/28 18:08:06 UTC

[daffodil-site] branch main updated: Add 1.3.0 release page for vscode extension

This is an automated email from the ASF dual-hosted git repository.

shanedell pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/daffodil-site.git


The following commit(s) were added to refs/heads/main by this push:
     new aeef789  Add 1.3.0 release page for vscode extension
aeef789 is described below

commit aeef789e6c6a6b58fd05403253ad20ba7780b715
Author: Shane Dell <sh...@gmail.com>
AuthorDate: Thu Apr 27 13:10:17 2023 -0400

    Add 1.3.0 release page for vscode extension
---
 site/_vscode/1.3.0.md | 42 ++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 42 insertions(+)

diff --git a/site/_vscode/1.3.0.md b/site/_vscode/1.3.0.md
new file mode 100644
index 0000000..70078c3
--- /dev/null
+++ b/site/_vscode/1.3.0.md
@@ -0,0 +1,42 @@
+---
+
+released: false
+apache: true
+title: 1.3.0
+date: 2023-4-27
+summary: >
+    Adds omega-edit data editor and intellisense improvements
+    along with package upgrades and bug fixes.
+
+source-dist:
+    - "apache-daffodil-vscode-1.3.0-src.zip"
+
+binary-dist:
+    - "apache-daffodil-vscode-1.3.0.vsix"
+---
+
+This release contains new features and fixes listed below.
+
+#### New Features & Fixes
+
+* Uses omega-edit data editor (no longer experimental).
+* Makes many improvements in the omega-edit data editor:
+    * Includes new UI using Svelte.
+    * Moves more of the server handling to omega-edit from the extension.
+    * Closes many issues with the data editor and its new UI setup.
+* Makes Intellisense enhancements.
+* Adds support for outputting Infosets to JSON.
+* Reduces the number of platform conditionals being used.
+* Now supports Java 8.
+* Relays diagnostics in the "Parse" section of variables.
+* Allows for running Daffodil's "limited validation".
+* Improves Launch Wizard Classpath manipulation.
+* Removes unnecessary dependencies.
+* Allows values to be applied to variables in Debugger.
+* Updates LICENSE and NOTICE to add missing dependencies and remove some dependencies.
+* Adds initial support for generating TDML files.
+* Updates name of extension to "Apache Daffodilâ„¢ Extension for Visual Studio Code" from "VS Code extension for Apache Daffodil".
+
+#### Closed Issues
+
+[GitHub v1.3.0 Closed Issues](https://github.com/apache/daffodil-vscode/milestone/4?closed=1)