All notable changes to the "vscode-sparql-notebook" extension will be documented in this file.
Feature: Initial support for abort query.
Improve error handling
Fix: SELECT result first column CSS
Fix: Error handling.
Special Thanks: Vojtěch Musílek
Fix: ASK query with 'sparqlbook.useNamespaces' true.
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
Feature: New application/sparql-results+json
renderer with dark and light mode support.
Feature: Export Notebook as Markdown.
Feature: Configure endpoint per cell. Add a comment like # [ednpoint=http://....]
to your SPARQL Query.
Feature: New rendering for TTL ouput
Fix: content type with charset application/sparql-results+json;charset=utf-8
not recognised
Update description
Initial release!