v1.2.1
- Removed
Array.prototype.forEach. The library should work fine for very old runtime. (except for native iterators) - Added
typingsfield inpackage.json, so TypeScript compilers can locate the d.ts file (TS >= 1.6 required). Currently not working with iterators.