Skip to content

v.0.4.0

Choose a tag to compare

@vitaly-t vitaly-t released this 05 Dec 08:54
· 161 commits to master since this release

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.