v1.1.2
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