We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7da639 commit 475f3a2Copy full SHA for 475f3a2
History.md
@@ -1,5 +1,12 @@
1
# History
2
3
+## v1.0.0-beta.1
4
+
5
+- Bug: Resolves #5. Event handlers are cleaned up after each iteration, fixing some memory leak issues.
6
+- Info: Resolves #7. Code now internally depends on `@babel/runtime`. This fixes issue where a global
7
+ `regeneratorRuntime` was required.
8
+- Breaking: Updated node support to be >= node 6.0.
9
10
## v0.2.1
11
12
- Info: Added npm/travis badges to README.md
0 commit comments