Skip to content
This repository has been archived by the owner on May 11, 2018. It is now read-only.

v1.1.1

Compare
Choose a tag to compare
@hzoo hzoo released this 13 Dec 23:28
· 203 commits to 1.x since this release

v1.1.1 (2016-12-13)

🐛 Bug Fix

Regression with the previous release due to using Object.values (ES2017). This wasn't caught because we are using babel-register to run tests and includes polyfills so it didn't fail on CI even though we have Node 0.10 as an env. Looking into fixing this to prevent future issues.