[Fix] A proper fix for 176f03335e90d5c8d0d8125a99f27819c9b9cdad / https://github.com/es-shims/es5-shim/issues/275 that doesn't break dontEnum/constructor fixes in IE 8.
[Fix] Remove deprecation message in Chrome by touching deprecated window properties (#15)
[Tests] Improve test output for automation equality bugfix
[Tests] Test on io.jsv2.4
1.0.6 / 2015-07-09
[Fix] Use an object lookup rather than ES5's indexOf (#14)
[Tests] ES3 browsers don't have Array.isArray
[Tests] Fix no-shadow rule, as well as an IE 8 bug caused by engine NFE shadowing bugs.
1.0.5 / 2015-07-03
[Fix] Fix a flabbergasting IE 8 bug where localStorage.constructor.prototype === localStorage throws
[Tests] Test up to io.jsv2.3
[Dev Deps] Update nsp, eslint
1.0.4 / 2015-05-23
Fix a Safari 5.0 bug with Object.keys not working with arguments
Test on latest node and io.js
Update jscs, tape, eslint, nsp, is, editorconfig-tools, covert
1.0.3 / 2015-01-06
Revert "Make object-keys more robust against later environment tampering" to maintain ES3 compliance
1.0.2 / 2014-12-28
Update lots of dev dependencies
Tweaks to README
Make object-keys more robust against later environment tampering
1.0.1 / 2014-09-03
Update URLs and badges in README
1.0.0 / 2014-08-26
v1.0.0
0.6.1 / 2014-08-25
v0.6.1
Updating dependencies (tape, covert, is)
Update badges in readme
Use separate var statements
0.6.0 / 2014-04-23
v0.6.0
Updating dependencies (tape, covert)
Make sure boxed primitives, and arguments objects, work properly in ES3 browsers
Improve test matrix: test all node versions, but only latest two stables are a failure
Remove internal foreach shim.
0.5.1 / 2014-03-09
0.5.1
Updating dependencies (tape, covert, is)
Removing forEach from the module (but keeping it in tests)
0.5.0 / 2014-01-30
0.5.0
Explicitly returning the shim, instead of returning native Object.keys when present
Adding a changelog.
Cleaning up IIFE wrapping
Testing on node 0.4 through 0.11
0.4.0 / 2013-08-14
v0.4.0
In Chrome 4-10 and Safari 4, typeof (new RegExp) === 'function'
If it's a string, make sure to use charAt instead of brackets.