Skip to content

Releases: Abbe98/thor

0.5.0

Choose a tag to compare

@Abbe98 Abbe98 released this 31 Mar 08:39

This release brings basic support for DESCRIBE and CONSTRUCT queries.

⭐ New features

  • 👷 Thor Will now render RDF from CONSTRUCT and DESCRIBE queries.
  • 📩 The download options will now change depending on the type of query: SELECT, ASK, CONSTRUCT, DESCRIBE
  • ❗ Errors can now be downloaded as plaintext files.

🐛 Fixes

  • The map visualization will now try to take up more vertical space.

0.4.0

Choose a tag to compare

@Abbe98 Abbe98 released this 17 Feb 16:34

This release has a strong focus on improved support for using Thor in multi-project settings such as; hosting multiple Thor instances on the same domain, using a single instance with multiple configurations, embedding Thor in other applications.

⭐ New features

  • 🧭 One Thor instance can now work with multiple configurations using the config URL parameter. Instances are limited to configurations in the config directory.
  • 🌐 Endpoint and editor persistence now uses the domain and an endpoint hash instead of only the endpoint.
  • 💾 There is now an option to download the query as cURL.
  • 🏷 The query library can now render queries without tags.

🐛 Fixes

  • Query library items with long titles now expands the items borders as intended.
  • Serving multiply Thor instances on the same domain will no longer cause persistence conflicts.
  • Query library tags are now always rendered within their items.

0.3.0

Choose a tag to compare

@Abbe98 Abbe98 released this 19 Sep 12:42

⭐ New features

  • 🎨 Icons are now affected by theming.
  • 🗺 Map geometries can now display labels upon being clicked.
  • 🧭 The map now zooms to the bounds of rendered geometries.
  • 📄 Pagination support in the table view.
  • 🚦 The favicon now indicates the status of the query.

0.2.1

Choose a tag to compare

@Abbe98 Abbe98 released this 22 Mar 07:09

🪲 Bug fixes

  • Fixed an issue with ?lat and ?lon variables no longer being usable for rendering markers in maps.

0.2.0

Choose a tag to compare

@Abbe98 Abbe98 released this 20 Mar 08:23

⭐ New features

  • 🗺️ Maps can now render lines and polygons
  • 🧭 One can now use a custom basemap and attribution.
  • 📊 One can now set a default view for a given query using WDQS-GUI style defaultView comments.
  • 📄 One can now set query-specific page titles using WDQS-GUI style title comments.
  • 🔽 Users can now not only download query results but also the queries them self.
  • 📄 The page title now defaults to the contents of the title configuration option.

🪲 Bug fixes

  • Fixed an issue causing the query library to not render.

🪠 Removals & breaking changes

  • Removed the header_brand_content option which took HTML in favor of title which only supports plaintext.
  • The markerOpacity query variable has been renamed to geometryOpacity.

0.1.0

Choose a tag to compare

@Abbe98 Abbe98 released this 20 Jan 09:59

First release following documentation and licensing changes.