• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
11.0.12 / 2018-06-18
2=================
3  * [Fix] avoid accessing `window.applicationCache`, to avoid issues with latest Chrome on HTTP (#46)
4
51.0.11 / 2016-07-05
6=================
7  * [Fix] exclude keys regarding the style (eg. `pageYOffset`) on `window` to avoid reflow (#32)
8
91.0.10 / 2016-07-04
10=================
11  * [Fix] exclude `height` and `width` keys on `window` to avoid reflow (#31)
12  * [Fix] In IE 6, `window.external` makes `Object.keys` throw
13  * [Tests] up to `node` `v6.2`, `v5.10`, `v4.4`
14  * [Tests] use pretest/posttest for linting/security
15  * [Dev Deps] update `tape`, `jscs`, `nsp`, `eslint`, `@ljharb/eslint-config`
16  * [Dev Deps] remove unused eccheck script + dep
17
181.0.9 / 2015-10-19
19=================
20  * [Fix] Blacklist 'frame' property on window (#16, #17)
21  * [Dev Deps] update `jscs`, `eslint`, `@ljharb/eslint-config`
22
231.0.8 / 2015-10-14
24=================
25  * [Fix] wrap automation equality bug checking in try/catch, per [es5-shim#327](https://github.com/es-shims/es5-shim/issues/327)
26  * [Fix] Blacklist 'window.frameElement' per [es5-shim#322](https://github.com/es-shims/es5-shim/issues/322)
27  * [Docs] Switch from vb.teelaun.ch to versionbadg.es for the npm version badge SVG
28  * [Tests] up to `io.js` `v3.3`, `node` `v4.2`
29  * [Dev Deps] update `eslint`, `tape`, `@ljharb/eslint-config`, `jscs`
30
311.0.7 / 2015-07-18
32=================
33  * [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.
34  * [Fix] Remove deprecation message in Chrome by touching deprecated window properties (#15)
35  * [Tests] Improve test output for automation equality bugfix
36  * [Tests] Test on `io.js` `v2.4`
37
381.0.6 / 2015-07-09
39=================
40  * [Fix] Use an object lookup rather than ES5's `indexOf` (#14)
41  * [Tests] ES3 browsers don't have `Array.isArray`
42  * [Tests] Fix `no-shadow` rule, as well as an IE 8 bug caused by engine NFE shadowing bugs.
43
441.0.5 / 2015-07-03
45=================
46  * [Fix] Fix a flabbergasting IE 8 bug where `localStorage.constructor.prototype === localStorage` throws
47  * [Tests] Test up to `io.js` `v2.3`
48  * [Dev Deps] Update `nsp`, `eslint`
49
501.0.4 / 2015-05-23
51=================
52  * Fix a Safari 5.0 bug with `Object.keys` not working with `arguments`
53  * Test on latest `node` and `io.js`
54  * Update `jscs`, `tape`, `eslint`, `nsp`, `is`, `editorconfig-tools`, `covert`
55
561.0.3 / 2015-01-06
57=================
58  * Revert "Make `object-keys` more robust against later environment tampering" to maintain ES3 compliance
59
601.0.2 / 2014-12-28
61=================
62  * Update lots of dev dependencies
63  * Tweaks to README
64  * Make `object-keys` more robust against later environment tampering
65
661.0.1 / 2014-09-03
67=================
68  * Update URLs and badges in README
69
701.0.0 / 2014-08-26
71=================
72  * v1.0.0
73
740.6.1 / 2014-08-25
75=================
76  * v0.6.1
77  * Updating dependencies (tape, covert, is)
78  * Update badges in readme
79  * Use separate var statements
80
810.6.0 / 2014-04-23
82=================
83  * v0.6.0
84  * Updating dependencies (tape, covert)
85  * Make sure boxed primitives, and arguments objects, work properly in ES3 browsers
86  * Improve test matrix: test all node versions, but only latest two stables are a failure
87  * Remove internal foreach shim.
88
890.5.1 / 2014-03-09
90=================
91  * 0.5.1
92  * Updating dependencies (tape, covert, is)
93  * Removing forEach from the module (but keeping it in tests)
94
950.5.0 / 2014-01-30
96=================
97  * 0.5.0
98  * Explicitly returning the shim, instead of returning native Object.keys when present
99  * Adding a changelog.
100  * Cleaning up IIFE wrapping
101  * Testing on node 0.4 through 0.11
102
1030.4.0 / 2013-08-14
104==================
105
106  * v0.4.0
107  * In Chrome 4-10 and Safari 4, typeof (new RegExp) === 'function'
108  * If it's a string, make sure to use charAt instead of brackets.
109  * Only use Function#call if necessary.
110  * Making sure the context tests actually run.
111  * Better function detection
112  * Adding the android browser
113  * Fixing testling files
114  * Updating tape
115  * Removing the "is" dependency.
116  * Making an isArguments shim.
117  * Adding a local forEach shim and tests.
118  * Updating paths.
119  * Moving the shim test.
120  * v0.3.0
121
1220.3.0 / 2013-05-18
123==================
124
125  * README tweak.
126  * Fixing constructor enum issue. Fixes [#5](https://github.com/ljharb/object-keys/issues/5).
127  * Adding a test for [#5](https://github.com/ljharb/object-keys/issues/5)
128  * Updating readme.
129  * Updating dependencies.
130  * Giving credit to lodash.
131  * Make sure that a prototype's constructor property is not enumerable. Fixes [#3](https://github.com/ljharb/object-keys/issues/3).
132  * Adding additional tests to handle arguments objects, and to skip "prototype" in functions. Fixes [#2](https://github.com/ljharb/object-keys/issues/2).
133  * Fixing a typo on this test for [#3](https://github.com/ljharb/object-keys/issues/3).
134  * Adding node 0.10 to travis.
135  * Adding an IE < 9 test per [#3](https://github.com/ljharb/object-keys/issues/3)
136  * Adding an iOS 5 mobile Safari test per [#2](https://github.com/ljharb/object-keys/issues/2)
137  * Moving "indexof" and "is" to be dev dependencies.
138  * Making sure the shim works with functions.
139  * Flattening the tests.
140
1410.2.0 / 2013-05-10
142==================
143
144  * v0.2.0
145  * Object.keys should work with arrays.
146
1470.1.8 / 2013-05-10
148==================
149
150  * v0.1.8
151  * Upgrading dependencies.
152  * Using a simpler check.
153  * Fixing a bug in hasDontEnumBug browsers.
154  * Using the newest tape!
155  * Fixing this error test.
156  * "undefined" is probably a reserved word in ES3.
157  * Better test message.
158
1590.1.7 / 2013-04-17
160==================
161
162  * Upgrading "is" once more.
163  * The key "null" is breaking some browsers.
164
1650.1.6 / 2013-04-17
166==================
167
168  * v0.1.6
169  * Upgrading "is"
170
1710.1.5 / 2013-04-14
172==================
173
174  * Bumping version.
175  * Adding more testling browsers.
176  * Updating "is"
177
1780.1.4 / 2013-04-08
179==================
180
181  * Using "is" instead of "is-extended".
182
1830.1.3 / 2013-04-07
184==================
185
186  * Using "foreach" instead of my own shim.
187  * Removing "tap"; I'll just wait for "tape" to fix its node 0.10 bug.
188
1890.1.2 / 2013-04-03
190==================
191
192  * Adding dependency status; moving links to an index at the bottom.
193  * Upgrading is-extended; version 0.1.2
194  * Adding an npm version badge.
195
1960.1.1 / 2013-04-01
197==================
198
199  * Adding Travis CI.
200  * Bumping the version.
201  * Adding indexOf since IE sucks.
202  * Adding a forEach shim since older browsers don't have Array#forEach.
203  * Upgrading tape - 0.3.2 uses Array#map
204  * Using explicit end instead of plan.
205  * Can't test with Array.isArray in older browsers.
206  * Using is-extended.
207  * Fixing testling files.
208  * JSHint/JSLint-ing.
209  * Removing an unused object.
210  * Using strict mode.
211
2120.1.0 / 2013-03-30
213==================
214
215  * Changing the exports should have meant a higher version bump.
216  * Oops, fixing the repo URL.
217  * Adding more tests.
218  * 0.0.2
219  * Merge branch 'export_one_thing'; closes [#1](https://github.com/ljharb/object-keys/issues/1)
220  * Move shim export to a separate file.
221