v.0.4.0
ES6 Generators
ES6 Generators are now supported with every callback in the library, i.e. every such callback can now also be a generator. Documentation updated accordingly.
Bug Fixes
CRITICAL FIX: A major bug was found and fixed: this context was lost for all of the callback functions.
Tests
Many new tests were added both for the fix and the ES6 generators.