Skip to content

Latest commit

 

History

History
220 lines (131 loc) · 4.75 KB

CHANGELOG.md

File metadata and controls

220 lines (131 loc) · 4.75 KB

@zazuko/trifid-renderer-entity

1.5.2

Patch Changes

  • c7bb52d: Fix handling of schema:URL that is not a xsd:anyURL

1.5.1

Patch Changes

  • e2e27b3: Add missing lib directory

1.5.0

Minor Changes

  • b53af4e: Add allowEndpointSwitch configuration option in order to allow the use of another whitelisted endpoint by the sparql-proxy plugin.
  • 0056079: Add support for multiple datasetBaseUrl

1.4.1

Patch Changes

  • 724f2ed: Fix requestPort value, to handle null cases and simplify the logic

1.4.0

Minor Changes

  • 007e201: Upgrade Fastify to v5.

Patch Changes

  • 080f5d8: Harmonize author and keywords fields
  • a97a6a0: Use Apache 2.0 license
  • Updated dependencies [080f5d8]
  • Updated dependencies [a97a6a0]
  • Updated dependencies [007e201]

1.3.0

Minor Changes

  • c1295d5: Expose jsonld string to the view, so that some complex logic could be done on top of it if needed.

1.2.2

Patch Changes

  • 972e454: If enableSchemaUrlRedirect configuration option is set to true, the plugin is performing a redirect if the URI contains a schema:URL predicate pointing to a resource of type xsd:anyURI (already in place).

    The user can now disable this behavior by either:

    • setting the disableSchemaUrlRedirect query parameter to true
    • setting the x-disable-schema-url-redirect header to true

1.2.1

Patch Changes

  • 1cafa55: Return reply in the routeHandler, in order to be compatible with the support for compression.
  • Updated dependencies [1cafa55]
  • Updated dependencies [1cafa55]

1.2.0

Minor Changes

  • 2215e87: Add enableSchemaUrlRedirect configuration option (experimental).

1.1.1

Patch Changes

  • 7442b22: Bump @zazuko/env from 2.1.1 to 2.2.0
  • Updated dependencies [2346a1c]

1.1.0

Minor Changes

  • c2f1e8a: Add additionalRewrites configuration option in order to add more rewriting rules.

1.0.5

Patch Changes

  • 10a5f08: Uses mimeparse module to support complex Accept headers

1.0.4

Patch Changes

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

1.0.3

Patch Changes

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

1.0.2

Patch Changes

  • 854eddf: Send i18n cookie to requests made to the SPARQL endpoint to avoid languages issues.
  • Updated dependencies [3f2271d]

1.0.1

Patch Changes

  • e8faa76: Internally use the new render function, that takes the request as first argument.
  • Updated dependencies [e8faa76]

1.0.0

Major Changes

  • 81c27c0: The plugin is now using the new Trifid factory, which is a breaking change.
  • 4b515f8: Use 'plugins' instead of 'middlewares'

Minor Changes

  • 757621f: Remove the use of hijackresponse
  • deef1a8: Add support for redirects.
  • 8337a36: Support for multiple serializations

Patch Changes

  • Updated dependencies [a454dbb]
  • Updated dependencies [3ab5eb3]
  • Updated dependencies [69d6ad0]
  • Updated dependencies [849fa3d]
  • Updated dependencies [4b515f8]
  • Updated dependencies [849fa3d]
  • Updated dependencies [d9963cd]
  • Updated dependencies [1dd9ae7]

0.6.3

Patch Changes

  • 3131369: Remove Content-Disposition header from response from the SPARQL endpoint. This header was triggering the download of the response as a file instead of displaying it in the browser. This was affecting Blazegraph and RDF4J as reported by some users.

    Thanks to @Tomvbe for providing the fix.

0.6.2

Patch Changes

  • c0576e5: Fix issue where graph name label was not shown if it is not a known prefix (closes #213)

0.6.1

Patch Changes

  • fae8107: Use map instead of forEach in label loader.
  • 56e7977: Upgrade dependencies, update example and improve tests.
  • Updated dependencies [371f4f8]

0.6.0

Minor Changes

  • 8b9d0dd: Replace the use of rdf-ext with @zazuko/env

0.5.1

Patch Changes

  • c283b93: Include env.js file in the package

0.5.0

Minor Changes

  • 9e2019c: Improve the default header

Patch Changes

  • 3a13457: Upgrade @zazuko/rdf-entity-webcomponent to 0.7.7
  • 1937f67: Use @zazuko/env and upgrade dependencies
  • Updated dependencies [cb227a3]
  • Updated dependencies [141786b]

0.4.18

Patch Changes

  • 4a4e624: Import trifid-entity-renderer into trifid mono-repo.
  • ed223f3: Format code
  • 56144fd: Fix SPARQL query for label loader (#149)

0.4.17

Patch Changes

  • 17305c5: Rename package to @zazuko/trifid-entity-renderer.

0.4.16

Patch Changes

  • 949ac41: Remove duplicates values in HTML render