Skip to content

Commit

Permalink
release 0.0.36
Browse files Browse the repository at this point in the history
  • Loading branch information
Hofstetter Benjamin (extern) committed Mar 28, 2024
1 parent 0fa9dbc commit 45402d4
Show file tree
Hide file tree
Showing 3 changed files with 64 additions and 71 deletions.
106 changes: 49 additions & 57 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!
24 changes: 12 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down Expand Up @@ -219,6 +219,7 @@
},
"extensionDependencies": [
"stardog-union.stardog-rdf-grammars",
"stardog-union.vscode-langserver-sparql"
"stardog-union.vscode-langserver-sparql",
"RandomFractalsInc.vscode-data-table"
]
}

0 comments on commit 45402d4

Please sign in to comment.