2.0 KiB
2.0 KiB
1.1.1 / 2019-04-06
- [Fix] exclude deprecated Firefox keys (#53)
1.1.0 / 2019-02-10
- [New] [Refactor] move full implementation to
implementationentry point - [Refactor] only evaluate the implementation if
Object.keysis not present - [Tests] up to
nodev11.8,v10.15,v8.15,v6.16 - [Tests] remove jscs
- [Tests] switch to
npm auditfromnsp
1.0.12 / 2018-06-18
- [Fix] avoid accessing
window.applicationCache, to avoid issues with latest Chrome on HTTP (#46)
1.0.11 / 2016-07-05
- [Fix] exclude keys regarding the style (eg.
pageYOffset) onwindowto avoid reflow (#32)
1.0.10 / 2016-07-04
- [Fix] exclude
heightandwidthkeys onwindowto avoid reflow (#31) - [Fix] In IE 6,
window.externalmakesObject.keysthrow - [Tests] up to
nodev6.2,v5.10,v4.4 - [Tests] use pretest/posttest for linting/security
- [Dev Deps] update
tape,jscs,nsp,eslint,@ljharb/eslint-config - [Dev Deps] remove unused eccheck script + dep
1.0.9 / 2015-10-19
- [Fix] Blacklist 'frame' property on window (#16, #17)
- [Dev Deps] update
jscs,eslint,@ljharb/eslint-config
1.0.8 / 2015-10-14
- [Fix] wrap automation equality bug checking in try/catch, per es5-shim#327
- [Fix] Blacklist 'window.frameElement' per es5-shim#322
- [Docs] Switch from vb.teelaun.ch to versionbadg.es for the npm version badge SVG
- [Tests] up to
io.jsv3.3,nodev4.2 - [Dev Deps] update
eslint,tape,@ljharb/eslint-config,jscs
1.0.7 / 2015-07-18
- [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)