Skip to content

Releases: zazuko/trifid

trifid-plugin-yasgui@3.1.0

30 Apr 14:49
7ef2e44
Compare
Choose a tag to compare

Minor Changes

  • c2b4053: It is now possible to configure the default SPARQL query to use in each new YASGUI tab, by configuring the defaultQuery configuration field.

    This feature is useful to provide a starting point for users who are not familiar with SPARQL queries and want to explore the data available in the SPARQL endpoint.

    You can define the default query in order to show a specific set of triples, or to show a specific number of triples, or to show a specific set of properties, etc. based on your data model.

    It can be also useful to also include common prefixes in the default query, so users can start writing their queries without having to remember the prefixes.

  • 3977304: Add catalog option, to configure the list of endpoints to show by default in the YASGUI interface.

Patch Changes

  • 24b3eab: Upgrade Yasgui to v4.3.0

trifid-core@4.0.5

30 Apr 14:48
7ef2e44
Compare
Choose a tag to compare

Patch Changes

  • 009d545: Upgrade sparql-http-client to v3.0.0

@zazuko/trifid-plugin-sparql-proxy@2.1.0

30 Apr 14:49
7ef2e44
Compare
Choose a tag to compare

Minor Changes

  • b499b50: Add a formats configuration field, to manually configure the list of allowed formats that can be provided as query parameter. The SPARQL endpoint will need to support the specified formats.

Patch Changes

  • Updated dependencies [009d545]
    • trifid-core@4.0.5

@zazuko/trifid-plugin-iiif@1.0.2

30 Apr 14:49
7ef2e44
Compare
Choose a tag to compare

Patch Changes

  • ffe692c: Upgrade @tpluscode/rdf-string from 1.1.3 to 1.2.1
  • 009d545: Upgrade sparql-http-client to v3.0.0
  • 3e60879: Use @zazuko/env instead of rdf-ext

@zazuko/trifid-plugin-ckan@4.0.1

30 Apr 14:48
7ef2e44
Compare
Choose a tag to compare

Patch Changes

  • ffe692c: Upgrade @tpluscode/rdf-string from 1.1.3 to 1.2.1
  • 009d545: Upgrade sparql-http-client to v3.0.0
  • 8345cab: Upgrade @zazuko/env to 2.1.0
  • 676f284: Fix types

@zazuko/trifid-entity-renderer@1.0.4

30 Apr 14:48
7ef2e44
Compare
Choose a tag to compare

Patch Changes

  • 8345cab: Upgrade @zazuko/env to 2.1.0
  • 2c15b93: Add support for complex Accept headers for content negociation.
  • Updated dependencies [009d545]
    • trifid-core@4.0.5

trifid@5.0.2

13 Mar 16:01
0d1280a
Compare
Choose a tag to compare

Patch Changes

  • d5ade95: Upgrade dependencies
  • Updated dependencies [04c75de]
    • @zazuko/trifid-entity-renderer@1.0.3

trifid-core@4.0.4

13 Mar 13:22
fd1f043
Compare
Choose a tag to compare

Patch Changes

  • 46e7670: Add support for application/sparql-query content type

@zazuko/trifid-entity-renderer@1.0.3

13 Mar 16:01
0d1280a
Compare
Choose a tag to compare

Patch Changes

  • 04c75de: Try to get quads from the store, in order to get the graph name.

trifid-plugin-yasgui@3.0.3

12 Mar 14:37
f20f0f4
Compare
Choose a tag to compare

Patch Changes

  • 1605f62: Update link to GitHub repository for the plugin.