From 45402d48acd4d6ffa0f706b36e3be935292e9faf Mon Sep 17 00:00:00 2001 From: "Hofstetter Benjamin (extern)" Date: Thu, 28 Mar 2024 08:24:53 +0100 Subject: [PATCH] release 0.0.36 --- CHANGELOG.md | 106 +++++++++++++++++++++------------------------- package-lock.json | 24 +++++------ package.json | 5 ++- 3 files changed, 64 insertions(+), 71 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c7bf71..a9e6ce3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,118 +2,110 @@ All notable changes to the "vscode-sparql-notebook" extension will be documented in this33 file. -## 0.0.35 -Feature: The connection error show now a connect button. +## 0.0.36 +- Fix: Change content types to improve compatibility with Data Table Renderer +- Fix: Contain Table style to avoid conflicts with other extensions +- Feature: Add [Random Fractals Inc. Data Table Renderers](https://marketplace.visualstudio.com/items?itemName=RandomFractalsInc.vscode-data-table) as a dependency + +## 0.0.35 +- Feature: The connection error show now a connect button. ## 0.0.34 -Fix: Change query kind detection to be more accurate. +- Fix: Change query kind detection to be more accurate. ## 0.0.33 -Feature: Data Table Renderer Compatible Output -Special Thanks: @vhorvath (Viktor Horvath) -Update: Oxigraph +- Feature: Data Table Renderer Compatible Output +- Special Thanks: @vhorvath (Viktor Horvath) +- Update: Oxigraph ## 0.0.32 internal ## 0.0.31 -Feature: Add Code Cell Statusbar Item to show connection endpoint url or file path. -Feature: Add Code Cell Statusbar Item to show the source of the cell content (cell or file) -Feature: Accept file paths as endpoint url. +- Feature: Add Code Cell Statusbar Item to show connection endpoint url or file path. +- Feature: Add Code Cell Statusbar Item to show the source of the cell content (cell or file) +- Feature: Accept file paths as endpoint url. ## 0.0.30 -Fix: Store external query files in onDidSaveNotebookDocument callback. This is needed to make the notebook file portable. +- Fix: Store external query files in onDidSaveNotebookDocument callback. This is needed to make the notebook file portable. ## 0.0.29 -Fix: Store external query files relative to the notebook file. This is needed to make the notebook file portable. +- Fix: Store external query files relative to the notebook file. This is needed to make the notebook file portable. ## 0.0.28 -Minor: Shorten Blank Node IDs -Minor: Add extension dependencies +- Minor: Shorten Blank Node IDs +- Minor: Add extension dependencies ## 0.0.27 -Fix: Rename command - +- Fix: Rename command ## 0.0.26 -Fix: Sparql Result JSON rendering with optional -Feature: Use an RDF file as a data source +- Fix: Sparql Result JSON rendering with optional +- Feature: Use an RDF file as a data source ## 0.0.25 -Feature: Better Stardog errors -Feature: Copy IRI to clipboard +- Feature: Better Stardog errors +- Feature: Copy IRI to clipboard ## 0.0.24 -Fix: Set proper accept header depending on the query type. +- Fix: Set proper accept header depending on the query type. ## 0.0.23 -Fix: Add a component for blank node rendering for `application/sparql-results+json`. +- Fix: Add a component for blank node rendering for `application/sparql-results+json`. ## 0.0.22 -Feature: New react renderer for `application/sparql-results+json`. +- Feature: New react renderer for `application/sparql-results+json`. ## 0.0.21 -Fix: Problem with new connections with an empty password. +- Fix: Problem with new connections with an empty password. ## 0.0.20 -Update readme +- Update readme ## 0.0.19 -Feature: Attach .sparql or .rq files to cells +- Feature: Attach .sparql or .rq files to cells ## 0.0.18 -Updated webpack build to improve performance and reduce file size - -Added support for Visual Studio Code version 1.77 - -Minor bug fixes and improvements +- Updated webpack build to improve performance and reduce file size +- Added support for Visual Studio Code version 1.77 +- Minor bug fixes and improvements ## 0.0.17 -Format *.sparqlbook files to improve version control. +- Format *.sparqlbook files to improve version control. ## 0.0.16 -Feature: Initial support for abort query. -Improve error handling +- Feature: Initial support for abort query. +- Improve error handling ## 0.0.15 -Fix: SELECT result first column CSS +- Fix: SELECT result first column CSS ## 0.0.14 - -Fix: Error handling. -Special Thanks: Vojtěch Musílek +- Fix: Error handling. +- Special Thanks: Vojtěch Musílek ## 0.0.13 - -Fix: ASK query with 'sparqlbook.useNamespaces' true. +- Fix: ASK query with 'sparqlbook.useNamespaces' true. ## 0.0.12 +- Fix: Query POST created invalid route for this sparql database: Oxigraph. Remove tailoring '/' from the endpoint. +- Feature: SPARQL SELECT results uses now prefixes from the query. You can disable this behavior with the setting 'sparqlbook.useNamespaces'. -Fix: Query POST created invalid route for this sparql database: Oxigraph. Remove tailoring '/' from the endpoint. -Feature: SPARQL SELECT results uses now prefixes from the query. You can disable this behaviour with the setting 'sparqlbook.useNamespaces'. - -Special Thanks: Vojtěch Musílek, Ivo Velitchkov +- Special Thanks: Vojtěch Musílek, Ivo Velitchkov ## 0.0.11 - -Feature: New `application/sparql-results+json` renderer with dark and light mode support. - -Feature: Export Notebook as Markdown. +- Feature: New `application/sparql-results+json` renderer with dark and light mode support. +- Feature: Export Notebook as Markdown. ## 0.0.10 - -Feature: Configure endpoint per cell. Add a comment like `# [endpoint=http://....]` to your SPARQL Query. - -Feature: New rendering for TTL output +- Feature: Configure endpoint per cell. Add a comment like `# [endpoint=http://....]` to your SPARQL Query. +- Feature: New rendering for TTL output ## 0.0.9 - -Fix: content type with charset `application/sparql-results+json;charset=utf-8` not recognized +- Fix: content type with charset `application/sparql-results+json;charset=utf-8` not recognized ## 0.0.8 - -Update description +- Update description ## 0.0.7 - -Initial release! +- Initial release! diff --git a/package-lock.json b/package-lock.json index 365e046..3720a48 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "sparql-notebook", - "version": "0.0.33", + "version": "0.0.36", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "sparql-notebook", - "version": "0.0.33", + "version": "0.0.36", "license": "SEE LICENSE IN LICENSE.md", "dependencies": { "@vscode/webview-ui-toolkit": "^1.2.2", @@ -533,9 +533,9 @@ "dev": true }, "node_modules/@types/react": { - "version": "18.2.72", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.72.tgz", - "integrity": "sha512-/e7GWxGzXQF7OJAua7UAYqYi/4VpXEfbGtmYQcAQwP3SjjjAXfybTf/JK5S+SaetB/ChXl8Y2g1hCsj7jDXxcg==", + "version": "18.2.73", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.73.tgz", + "integrity": "sha512-XcGdod0Jjv84HOC7N5ziY3x+qL0AfmubvKOZ9hJjJ2yd5EE+KYjWhdOjt387e9HPheHkdggF9atTifMRtyAaRA==", "dev": true, "dependencies": { "@types/prop-types": "*", @@ -1681,9 +1681,9 @@ "dev": true }, "node_modules/electron-to-chromium": { - "version": "1.4.717", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.717.tgz", - "integrity": "sha512-6Fmg8QkkumNOwuZ/5mIbMU9WI3H2fmn5ajcVya64I5Yr5CcNmO7vcLt0Y7c96DCiMO5/9G+4sI2r6eEvdg1F7A==", + "version": "1.4.719", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.719.tgz", + "integrity": "sha512-FbWy2Q2YgdFzkFUW/W5jBjE9dj+804+98E4Pup78JBPnbdb3pv6IneY2JCPKdeKLh3AOKHQeYf+KwLr7mxGh6Q==", "dev": true }, "node_modules/emoji-regex": { @@ -3445,12 +3445,12 @@ "dev": true }, "node_modules/path-scurry": { - "version": "1.10.1", - "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.10.1.tgz", - "integrity": "sha512-MkhCqzzBEpPvxxQ71Md0b1Kk51W01lrYvlMzSUaIzNsODdd7mqhiimSZlr+VegAz5Z6Vzt9Xg2ttE//XBhH3EQ==", + "version": "1.10.2", + "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.10.2.tgz", + "integrity": "sha512-7xTavNy5RQXnsjANvVvMkEjvloOinkAjv/Z6Ildz9v2RinZ4SBKTWFOVRbaF8p0vpHnyjV/UwNDdKuUv6M5qcA==", "dev": true, "dependencies": { - "lru-cache": "^9.1.1 || ^10.0.0", + "lru-cache": "^10.2.0", "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0" }, "engines": { diff --git a/package.json b/package.json index 2dfea29..1f3c5ad 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "repository": { "url": "https://github.com/zazuko/vscode-sparql-notebook.git" }, - "version": "0.0.35", + "version": "0.0.36", "engines": { "vscode": "^1.77.0" }, @@ -219,6 +219,7 @@ }, "extensionDependencies": [ "stardog-union.stardog-rdf-grammars", - "stardog-union.vscode-langserver-sparql" + "stardog-union.vscode-langserver-sparql", + "RandomFractalsInc.vscode-data-table" ] } \ No newline at end of file