Skip to content

v0.6.0

Choose a tag to compare

@jasonkuhrt jasonkuhrt released this 28 Jul 21:02
· 16 commits to master since this release

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