Skip to content

v1.2.1

Compare
Choose a tag to compare
@smikitky smikitky released this 19 Oct 04:24
· 226 commits to master since this release
  • Removed Array.prototype.forEach. The library should work fine for very old runtime. (except for native iterators)
  • Added typings field in package.json, so TypeScript compilers can locate the d.ts file (TS >= 1.6 required). Currently not working with iterators.