Skip to content

Latest commit

 

History

History
99 lines (53 loc) · 4.38 KB

CHANGELOG.md

File metadata and controls

99 lines (53 loc) · 4.38 KB

Change Log

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

1.1.17 (2020-04-05)

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

1.1.16 (2020-04-01)

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

1.1.15 (2020-03-28)

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

1.1.7 (2019-11-30)

Bug Fixes

  • rstream-query: fix #91, add CloseMode.NEVER configs to main indices (b3315ab)
  • rstream-query: update TripleStore to reflect rstream changes (1936cd3)

1.1.0 (2019-07-07)

Bug Fixes

  • rstream-query: disambiguate return generics for addPatternQuery() (7ffe25d)

Features

  • rstream-query: enable TS strict compiler flags (refactor) (6d35b86)

1.0.0 (2019-01-21)

Build System

  • update package scripts, outputs, imports in remaining packages (f912a84)

BREAKING CHANGES

  • enable multi-outputs (ES6 modules, CJS, UMD)
  • build scripts now first build ES6 modules in package root, then call scripts/bundle-module to build minified CJS & UMD bundles in /lib
  • all imports MUST be updated to only refer to package level (not individual files anymore). tree shaking in user land will get rid of all unused imported symbols

0.3.0 (2018-04-27)

Features

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

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)

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)