Skip to content

Releases: joachimvh/SPARQLAlgebra.js

v4.1.0

02 Jun 09:11
Compare
Choose a tag to compare

What's Changed

  • mapExpression utility function is now public and also allows you to modify expressions

v4.0.5

10 Nov 08:46
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.0.3...v4.0.5

v4.0.2

26 Jan 10:35
Compare
Choose a tag to compare

What's Changed

  • Fixed issue with variable scoping: #89
  • Variables will now be sorted alphabetically in a projection if the order was not defined

Full Changelog: v4.0.1...v4.0.2

v4.0.0

26 Oct 07:42
Compare
Choose a tag to compare

What's Changed

  • Certain Algebra interfaces can now have more than 2 inputs: #85
  • Typings have changed to enable easier type deductions: #88

Full Changelog: v3.0.3...v4.0.0