Skip to content

Releases: zazuko/trifid

@zazuko/[email protected]

05 Mar 15:33
8fcc928
Compare
Choose a tag to compare

Major Changes

Minor Changes

  • 4417b94: Export dcterms:relation from source cube

Patch Changes

  • e06cf6d: Added foaf:page - dataset documentation
  • f916d8a: Map old and new category identifiers to the new controled vocabulary required by DCAT-AP handbook

[email protected]

06 Feb 17:02
cd77f12
Compare
Choose a tag to compare

Patch Changes

  • 34b3ffb: Upgrade @zazuko/yasgui to v4.2.34

@zazuko/[email protected]

05 Feb 10:32
d3d7a45
Compare
Choose a tag to compare

Patch Changes

  • 5948029: Add type declarations to package
  • 0ef3d8f: Correctly serialize dcat:contactPoint which have RDF types in addition to vcard:Individual or vcard:Organization.

@zazuko/[email protected]

04 Jan 16:12
e426726
Compare
Choose a tag to compare

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.

@zazuko/[email protected]

12 Dec 16:15
4dc4e45
Compare
Choose a tag to compare

Patch Changes

  • 20681d2: Change default value for idPrefix from markdown-content- to content-.

@zazuko/[email protected]

12 Dec 15:35
368019a
Compare
Choose a tag to compare

Major Changes

  • 7090728: BREAKING CHANGE:
    The plugin configuration changed in order to support multiple namespaces directly.

    The following configuration:

    middlewares:
      # […] your other middlewares
      markdown-content:
        module: "@zazuko/trifid-markdown-content"
        order: 80
        config:
          namespace: root-content
          directory: file:content
          mountPath: /

    Can be migrated in an easy way by moving all configuration entries (except the namespace) into the config.entries[namespaceValue] key, like this:

    middlewares:
      # […] your other middlewares
      markdown-content:
        module: "@zazuko/trifid-markdown-content"
        order: 80
        config:
          entries:
            root-content:
              directory: file:content
              mountPath: /

    See more details and options in the README.md file of the plugin.

[email protected]

11 Dec 14:39
e77c6a3
Compare
Choose a tag to compare

Patch Changes

  • 7c1c443: Fix build issue where tags were not created the expected way.

@zazuko/[email protected]

11 Dec 14:39
e77c6a3
Compare
Choose a tag to compare

Patch Changes

  • 900e1d3: Upgrade @zazuko/prefixes to 2.1.1.

@zazuko/[email protected]

11 Dec 17:30
bb27c61
Compare
Choose a tag to compare

Minor Changes

  • b45cc1b: Configure idPrefix and classes.
  • 2b308df: Custom templates can be used using template configuration option
  • b703951: Add support for autoLink configuration.
    If set to true, which is the default value, this will add links to headings.

Patch Changes

  • 7babef1: Use 'markdown-content-' as id prefix, instead of 'content-'.

@zazuko/[email protected]

11 Dec 14:39
e77c6a3
Compare
Choose a tag to compare

Minor Changes