Skip to content

v1.1.2

Compare
Choose a tag to compare
@mcmath mcmath released this 16 Jun 01:45
· 11 commits to master since this release

This release fixes a for...in loop by ensuring it loops
over the object's own enumerable properties rather than
all enumerable properties.

Fix

  • Fixes for...in loop by merging PR #3

Development

  • Enforces the above fix through tslint.json