Skip to content

Releases: littlebits/redis-graph

v0.6.2

Choose a tag to compare

@jasonkuhrt jasonkuhrt released this 05 Aug 04:25

Fixes:

  • #19 False change events would fire in some situations.

0.6.1

Choose a tag to compare

@jasonkuhrt jasonkuhrt released this 03 Aug 19:06

Fixes:

Can now import module into your code. Worked around release issue caused by NPM npm/npm#9146.

v0.6.0

Choose a tag to compare

@jasonkuhrt jasonkuhrt released this 28 Jul 21:02

Update: Broken release

Use https://github.com/littlebits/redis-graph/releases/tag/0.6.1 instead


Improvements:

  • API Documentation
  • Simpler function names
  • Now using ioredis which has better promise support and perf than redis
  • Tidied and updated dependencies
  • Codebase now being linted based upon littleBits JavaScript Code Standards
  • Less confusing module name, namespaced under @littlebits now
  • Improved JS2015-based codebase (more refactoring still TODO though)

Breaking Changes:

  • Various function names have changed
  • Requires ioredis instead of redis
  • Module name change and now namespaced under @littlebits

0.3.0

Choose a tag to compare

@jasonkuhrt jasonkuhrt released this 11 Mar 21:47
Feature
  • Errors are returned when edges or nodes do not exist.