Releases: littlebits/redis-graph
Releases · littlebits/redis-graph
Release list
v0.6.2
0.6.1
Fixes:
Can now import module into your code. Worked around release issue caused by NPM npm/npm#9146.
v0.6.0
Update: Broken release
Use https://github.com/littlebits/redis-graph/releases/tag/0.6.1 instead
Improvements:
- API Documentation
- Simpler function names
- Now using
iorediswhich has better promise support and perf thanredis - Tidied and updated dependencies
- Codebase now being linted based upon littleBits JavaScript Code Standards
- Less confusing module name, namespaced under
@littlebitsnow - Improved JS2015-based codebase (more refactoring still TODO though)
Breaking Changes:
- Various function names have changed
- Requires
ioredisinstead ofredis - Module name change and now namespaced under
@littlebits
0.3.0
Feature
- Errors are returned when
edges ornodes do not exist.