- Exposed
generateBatch()
method #62.
- Fixed deferred open support for searches over IndexedDB.
- Store false values correctly #55.
- Dependencies upgrade, including Browserify 3.
- Performance optimizations, +75% for
getStream
, and +25% for sortsearch
.
- Sublevel Support #52.
- Fixed two bugs in the sort search algorithm:
- The first was highlighted in levelgraph-jsonld and it created the 'homes in paris' test case. It was caused by a too early close of the internal stream.
- The second was caused by a wrong skipping of triples in the merge sort implementation.
- Added deprecation warnings for
join()
andjoinStream()
.
- Rename the term context into solution, as it's more clear #31.
- Rename
join()
tosearch()
. - Move from " to '.
- Introduce filtering in
search()
andget()
#49. - Introduce a
'limit'
and'offset'
option insearch()
andget()
#49. - Callback to avoid deferred open #46. #46.
- Saucelabs testing.
- Performance optimization of searches.
- README update #44.
- Fixed memory leak by upgrading to LevelUp 0.18 and LevelDown 0.10.
- Upgraded all testing dependencies.
- Formatting to proper jshint.
- Firefox support.
- Do not include vim undo files in the package.
- Added support for LevelUp 0.17
- Added support for LevelDown 0.9
- Get now returns exact matches #38.
- Better browserify build.
- Depending on LevelDOWN directly.
- LevelUp 0.16.0.
- Fixed browserify build.
- Fixed package.json entry point.
- Support up to levelup 0.15.0.
- Removed useless index.js.
- Support up to levelup 0.14.0.
- Widened level and levelup peerDependencies starting from 0.10.0 to 0.13.0 included.
- Bumped level peerDependency to 0.12.0.
- Bumped level peerDependency to 0.10.0.
- Renamed repo into levelgraph from node-levelgraph.
- Browser and browserify support.
- Removed the usage of setImmediate.
- Fixed installation instructions in the README, thanks to @jez0990.
- Fixed example in the README.
- Improved README.
- Upgrade to levelup 0.9 through as a peer depedency
- Sort-Join algorithm for faster joins (3x)
- Added a
putStream
and adelStream
- Basic query planner based on levelup's approximateSize
- Extracted CallbackStream in a separate module
- Navigator API, in Gremlin style, see levelgraph#4.
- Updated the README.md
- Updated the README.md
- Initial release
- Getting, putting and deleting triples
- Join Support