Skip to content

Latest commit

 

History

History
172 lines (71 loc) · 5.25 KB

CHANGELOG.md

File metadata and controls

172 lines (71 loc) · 5.25 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

0.3.12 (2018-05-20)

Note: Version bump only for package @thi.ng/rstream-query

0.3.11 (2018-05-14)

Note: Version bump only for package @thi.ng/rstream-query

0.3.10 (2018-05-14)

Note: Version bump only for package @thi.ng/rstream-query

0.3.9 (2018-05-14)

Note: Version bump only for package @thi.ng/rstream-query

0.3.8 (2018-05-13)

Note: Version bump only for package @thi.ng/rstream-query

0.3.7 (2018-05-12)

Note: Version bump only for package @thi.ng/rstream-query

0.3.6 (2018-05-10)

Note: Version bump only for package @thi.ng/rstream-query

0.3.5 (2018-05-10)

Note: Version bump only for package @thi.ng/rstream-query

0.3.4 (2018-05-10)

Note: Version bump only for package @thi.ng/rstream-query

0.3.3 (2018-05-10)

Note: Version bump only for package @thi.ng/rstream-query

0.3.2 (2018-05-09)

Note: Version bump only for package @thi.ng/rstream-query

0.3.1 (2018-04-29)

Note: Version bump only for package @thi.ng/rstream-query

0.3.0 (2018-04-27)

Features

  • rstream-query: add obj->triple converter, update readme & example (6f95bcb)

0.2.2 (2018-04-26)

Note: Version bump only for package @thi.ng/rstream-query

0.2.1 (2018-04-26)

Performance Improvements

  • rstream-query: optimize pattern queries, fix bindVars() (75f2af2)

0.2.0 (2018-04-26)

Features

  • rstream-query: add addQueryJoin(), add type aliases, update tests (c5f36a2)
  • rstream-query: add path query, multi-joins, pattern query reuse (679c4e0)
  • rstream-query: add query spec types, addQueryFromSpec(), dedupe xforms (d093a5c)
  • rstream-query: add removeTriple(), simplify wildcard subqueries (443ff8f)
  • rstream-query: rename TripleStore methods, use Set-like API (9b5c58a)

0.1.2 (2018-04-25)

Note: Version bump only for package @thi.ng/rstream-query

0.1.1 (2018-04-25)

Note: Version bump only for package @thi.ng/rstream-query

0.1.0 (2018-04-24)

Features

  • rstream-query: add IToDot impl for graphviz conversion/viz (a68eca0)
  • rstream-query: add param queries w/ variables, update addPatternQuery (d9b845e)
  • rstream-query: initial import (ef3903e)
  • rstream-query: update index & sub-query caching/reuse (66ec92f)