Releases: levelgraph/levelgraph
Releases · levelgraph/levelgraph
v4.0.0
v3.0.0
- Updated readme logo reference
- Added
tmp
dependency - Fix hexastore link in readme
- Replaced level-browserify by level, due to level-browserify not installing on newer node versions anymore and level now supporting browser environments
- Stream closing in
test/triple_unicode_store_spec
andtest/triple_store_spec
are now done on theend
instead of theclose
event due to a double-trigger of theend
event. (this may warrant another bugfix in the future) - Updated dev dependencies
- Replaced range notation during the opening of read streams, changed from
start
andend
togte
andlte
- Added CI based on github-actions, making new pull requests show the testing status on a known platform again