Skip to content

Releases: KNowledgeOnWebScale/walder

v4.1.3

18 Jul 13:17
Compare
Choose a tag to compare

Updated

  • Lock file to fix bug in Comunica

v4.1.1

31 Mar 12:12
Compare
Choose a tag to compare

Changed

  • Update Comunica deps

v4.1.0

30 Mar 06:25
Compare
Choose a tag to compare

Added

  • Clarify GraphQL-LD error when certificate fails (see issue 80)
  • Add query results as JSON-LD to HTML output (see issue 125)
  • Support for SPARQL queries

Changed

  • Use namedNode in graphql-ld-handler.js.

Fixed

  • Query for data sources within a path.

v4.0.0

02 May 14:11
Compare
Choose a tag to compare

Fixed

  • Keep named nodes when returning RDF results of query (see issue 120)
  • Blank node is returned when IRI is expected when requesting Turtle (see issue 116)

Changed

  • Static IDs on the first level of a query are included in query results.

v3.0.0

08 Apr 09:58
Compare
Choose a tag to compare

Changed

  • Handling of query results in pipe modules

Fixed

  • GraphQLLDInfoValidator not strict enough when validating variables (see issue 55)

v2.2.2

29 Sep 09:37
Compare
Choose a tag to compare

Added

  • Support for Markdown footnotes

Changed

  • Error handling in RequestHandler

v2.2.1

26 Aug 05:39
Compare
Choose a tag to compare

Added

  • Support async pipe modules (see issue 112)
  • Support minimum/maximum of parameters (see issue 24)

Changed

  • Switch to Github actions for CI (see issue 102)
  • Update graphql-ld dep

Fixed

  • Config-file-parser shouldn't export async function (see issue 54)
  • Enable logging of express again (see issue 43)
  • Throws error when converting empty data to Turtle

v2.2.0

04 Aug 12:11
Compare
Choose a tag to compare

Added

  • template files are loaded once at the start and then cached with their front-matter (see issue 87)
  • .njk is interpreted as a nunjuck template (see issue 75)
  • error when integer in graphql query variable can't be parsed (see issue 84)

Fixed

  • html-convertor can't convert a template using a layout that in turn extends another layout
  • class RdfConverter does not obey Convertor interface (see issue 58)
  • Fix memory leak (see issue 83)

Changed

v2.1.0

26 Apr 05:29
a5090b7
Compare
Choose a tag to compare

2021-04-22

Added

  • Added tests for default error pages *.pug, *.handlebars, *.md (see issue 49)
  • Documented the consumption of query results in templates (see issue 62)
  • Documented how to use layouts (see issue 63)
  • Supporting comunica lenient querying (see issue 68)
  • FrontMatter metadata available in layout templates (see issue 72)
  • Logging to HtmlConverter
  • Default support for Nunjucks templates

Changed

  • Update dependencies
  • Methods of HtmlConverter are non-static anymore
  • Read file in HtmlConverter sync
  • Update deps: fs-extra

Fixed

  • Filter query/path parameters before substituting variables (see issue 36)
  • 404 error on /favicon.ico in examples (see issue 31)
  • Deprecation warning for x-walder-resources.path is wrong and does not appear (see issue 52)
  • Better logging when file is not found for route + detection at activation time + idem for default error pages (see issue 48)
  • Dependency update to support handling of JSON-LD referring to http://schema.org (see issue 64)
  • If Walder is running and the data changes, the data isn't refetched and the query doesn't re-run, even with --no-cache option' (see issue 23)
  • Multiple path parameters are not supported (see issue 81)

v2.0.3

31 Aug 12:42
077d9cb
Compare
Choose a tag to compare

2020-08-31

Fixed

  • Example config.yaml: cannot read variable writer (see issue 29)
  • Example config-errors.yaml: 404 view is not used (see issue 34)
  • Example config-errors.yaml: 404 is given for the wrong reason (see issue 33)

Changed

  • Update Comunica dependencies