Skip to content

Releases: KNowledgeOnWebScale/walder

v2.0.2

28 Aug 08:40
b063fd4
Compare
Choose a tag to compare

2020-08-28

Added

  • Support integer variables in query (see issue 20)
  • Dev explanation in the README

Fixed

  • Incorrect test for config file with resources (see issue 17)

v2.0.1

20 Aug 07:42
cfc0068
Compare
Choose a tag to compare

2020-08-20

Fixed

  • Add license in package.json (see issue 11)
  • Add repo information in package.json (see issue 12)

Changed

  • Examples

v2.0.0

19 Aug 12:09
ff34a3a
Compare
Choose a tag to compare

2020-08-19

Added

  • Support for markdown files (see issue 77)
  • Support for front matter (see issue 79)
  • Define layout via front matter (see issue 80)
  • Support simpler JSON-LD context in config file (see issue 71)
  • Give error when $ref is not found (see issue 96)
  • ToC to README (see issue 97)
  • Set up Travis (see issue 1)

Fixed

  • Logger is no longer a singleton
  • Support path without query
  • Serving static files
  • Cleaned up imports
  • Yaml format now conforms to OpenAPI spec
  • Renamed project to Walder
  • Layout dir not set (see issue 84)
  • Pug includes are using the wrong directory (see issue 85)
  • Outdated dependencies
  • Picture of Walder in README (see issue 76)
  • Fix examples in README (see issue 70)
  • Better status code and message when query parameters are missing in request (see issue 93)
  • Status code still 200 when template engine fails (see issue 82)
  • Clean up README (see issue 95)
  • Enhance README slightly to include Solid / decentralized knowledge graphs (see issue 98)

Changes

  • Options are provided now to Walder via a single object
  • Tests no longer use files in example
  • Converters use promises, instead of callbacks
  • Refactor parsers (see issue 94)
  • Use root instead of path for root path of x-walder-resources
  • Defaults for views and pipe-modules in x-walder-resources
  • Test resource structure (see issue 81)