All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
1.1.67 (2021-03-17)
Note: Version bump only for package @thi.ng/rstream-query
1.1.66 (2021-03-12)
Note: Version bump only for package @thi.ng/rstream-query
1.1.7 (2019-11-30)
- 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)
- rstream-query: disambiguate return generics for addPatternQuery() (7ffe25d)
- rstream-query: enable TS strict compiler flags (refactor) (6d35b86)
1.0.0 (2019-01-21)
- update package scripts, outputs, imports in remaining packages (f912a84)
- 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)
- rstream-query: add obj->triple converter, update readme & example (6f95bcb)
0.2.1 (2018-04-26)
- rstream-query: optimize pattern queries, fix bindVars() (75f2af2)
0.2.0 (2018-04-26)
- 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)