Skip to content

Releases: levelgraph/levelgraph

v4.0.0

24 Apr 16:15
23c47e2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.0...v4.0.0

v3.0.0

16 Aug 22:36
cae9797
Compare
Choose a tag to compare
  • 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 and test/triple_store_spec are now done on the end instead of the close event due to a double-trigger of the end event. (this may warrant another bugfix in the future)
  • Updated dev dependencies
  • Replaced range notation during the opening of read streams, changed from start and end to gte and lte
  • Added CI based on github-actions, making new pull requests show the testing status on a known platform again

v2.1.1

04 Jun 16:11
Compare
Choose a tag to compare
  • Updated README

v2.1.0

04 Jun 16:11
Compare
Choose a tag to compare

v2.0.1

26 Jan 06:11
Compare
Choose a tag to compare
  • Updated link to the playground #163

v2.0.0

10 Jan 21:14
Compare
Choose a tag to compare
  • Bumped dependencies
  • allow non-array search parameter #160

v1.2.0

18 Jun 16:23
Compare
Choose a tag to compare

v1.1.4

14 Apr 06:38
Compare
Choose a tag to compare
  • Fix 1.1.3 broken dependency #139

v1.1.3

13 Apr 08:49
Compare
Choose a tag to compare
  • Avoid throwing when calling Object.keys() on non-objects #138 by @capricube

v1.1.2

31 Mar 17:03
Compare
Choose a tag to compare
  • Correctly escape patterns that contains '::' #137