Skip to content
This repository has been archived by the owner on Sep 19, 2023. It is now read-only.

Releases: comunica/sparqlee

v1.0.0

22 May 12:56
Compare
Choose a tag to compare

Hey, the 1.0.0 release of Sparqlee! With this release we mark a relative confidence in being spec compliant, having a good public facing API, and being generally very ready for production!

Changes from 0.3.1:

  • Add a small binary script that can be used to evaluate expression from the command line
  • Rewrote the aggregator API to be more flexible
  • Added the context dependent functions BNODE, IRI, and NOW.

v0.3.0

16 May 12:06
Compare
Choose a tag to compare
  • Make start binding non optional for Aggregator Evaluator
  • Add tests corresponding to the sparql function spec
  • Fix strlang
  • Fix strafter
  • Fix strbefore
  • Fix isNumeric
  • Fix IN
  • Upgrade dependencies

v0.2.0

25 Mar 14:14
Compare
Choose a tag to compare
  • Support aggregates by providing an Aggregate Evaluator
  • Implement functions on strings
    • Regex and replace do not support flags yet

v0.1.0

18 Feb 09:20
Compare
Choose a tag to compare

Implement:

  • Hash functions
  • Functions on dates
  • Functions on numerics
  • Most functions on terms

v0.0.1

14 Dec 16:11
Compare
Choose a tag to compare

Support for a limited set of sparql functions.