We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a5784d5 + 7cd4c94 commit 2bef252Copy full SHA for 2bef252
History.md
@@ -4,8 +4,11 @@
4
5
- Breaking Change: Dropping support for Node 10 and below
6
- Breaking Change: Dropping support for Flow
7
+- Bug: Resolves #5. Event handlers are cleaned up after each iteration, fixing some memory leak issues.
8
- Feature: Added support for TypeScript
9
- Feature: Support for Node.js versions 12, 14, and 16
10
+- Info: Resolves #7. Code now internally depends on `@babel/runtime`. This fixes issue where a global
11
+ `regeneratorRuntime` was required.
12
- Info: General overhaul of project setup (should not impact what is published)
13
14
## v0.2.1
0 commit comments