1 |
3a515b92
|
cagy
|
4.0.4 / 2017-12-21
|
2 |
|
|
==================
|
3 |
|
|
* [New] add `auto` entry point (#52)
|
4 |
|
|
* [Refactor] Use `has-symbols` module
|
5 |
|
|
* [Deps] update `function-bind`, `object-keys`
|
6 |
|
|
* [Dev Deps] update `@es-shims/api`, `browserify`, `nsp`, `eslint`, `@ljharb/eslint-config`, `is`
|
7 |
|
|
* [Tests] up to `node` `v9.3`, `v8.9`, `v6.12`; use `nvm install-latest-npm`; pin included builds to LTS
|
8 |
|
|
|
9 |
|
|
4.0.4 / 2016-07-04
|
10 |
|
|
==================
|
11 |
|
|
* [Fix] Cache original `getOwnPropertySymbols`, and use that when `Object.getOwnPropertySymbols` is unavailable
|
12 |
|
|
* [Deps] update `object-keys`
|
13 |
|
|
* [Dev Deps] update `eslint`, `get-own-property-symbols`, `core-js`, `jscs`, `nsp`, `browserify`, `@ljharb/eslint-config`, `tape`, `@es-shims/api`
|
14 |
|
|
* [Tests] up to `node` `v6.2`, `v5.10`, `v4.4`
|
15 |
|
|
* [Tests] run sham tests on node 0.10
|
16 |
|
|
* [Tests] use pretest/posttest for linting/security
|
17 |
|
|
|
18 |
|
|
4.0.3 / 2015-10-21
|
19 |
|
|
==================
|
20 |
|
|
* [Fix] Support core-js's Symbol sham (#17)
|
21 |
|
|
* [Fix] Ensure that properties removed or made non-enumerable during enumeration are not assigned (#16)
|
22 |
|
|
* [Fix] Avoid looking up keys and values more than once
|
23 |
|
|
* [Tests] Avoid using `reduce` so `npm run test:shams:corejs` passes in `node` `v0.8` ([core-js#122](https://github.com/zloirock/core-js/issues/122))
|
24 |
|
|
* [Tests] Refactor to use my conventional structure that separates shimmed, implementation, and common tests
|
25 |
|
|
* [Tests] Create `npm run test:shams` and better organize tests for symbol shams
|
26 |
|
|
* [Tests] Remove `nsp` in favor of `requiresafe`
|
27 |
|
|
|
28 |
|
|
4.0.2 / 2015-10-20
|
29 |
|
|
==================
|
30 |
|
|
* [Fix] Ensure correct property enumeration order, particularly in v8 (#15)
|
31 |
|
|
* [Deps] update `object-keys`, `define-properties`
|
32 |
|
|
* [Dev Deps] update `browserify`, `is`, `tape`, `jscs`, `eslint`, `@ljharb/eslint-config`
|
33 |
|
|
* [Tests] up to `io.js` `v3.3`, `node` `v4.2`
|
34 |
|
|
|
35 |
|
|
4.0.1 / 2015-08-16
|
36 |
|
|
==================
|
37 |
|
|
* [Docs] Add `Symbol` note to readme
|
38 |
|
|
|
39 |
|
|
4.0.0 / 2015-08-15
|
40 |
|
|
==================
|
41 |
|
|
* [Breaking] Implement the [es-shim API](es-shims/api).
|
42 |
|
|
* [Robustness] Make implementation robust against later modification of environment methods.
|
43 |
|
|
* [Refactor] Move implementation to `implementation.js`
|
44 |
|
|
* [Docs] Switch from vb.teelaun.ch to versionbadg.es for the npm version badge SVG
|
45 |
|
|
* [Deps] update `object-keys`, `define-properties`
|
46 |
|
|
* [Dev Deps] update `browserify`, `tape`, `eslint`, `jscs`, `browserify`
|
47 |
|
|
* [Tests] Add `npm run tests-only`
|
48 |
|
|
* [Tests] use my personal shared `eslint` config.
|
49 |
|
|
* [Tests] up to `io.js` `v3.0`
|
50 |
|
|
|
51 |
|
|
3.0.1 / 2015-06-28
|
52 |
|
|
==================
|
53 |
|
|
* Cache `Object` and `Array#push` to make the shim more robust.
|
54 |
|
|
* [Fix] Remove use of `Array#filter`, which isn't in ES3.
|
55 |
|
|
* [Deps] Update `object-keys`, `define-properties`
|
56 |
|
|
* [Dev Deps] Update `get-own-property-symbols`, `browserify`, `eslint`, `nsp`
|
57 |
|
|
* [Tests] Test up to `io.js` `v2.3`
|
58 |
|
|
* [Tests] Adding `Object.assign` tests for non-object targets, per https://github.com/paulmillr/es6-shim/issues/348
|
59 |
|
|
|
60 |
|
|
3.0.0 / 2015-05-20
|
61 |
|
|
==================
|
62 |
|
|
* Attempt to feature-detect Symbols, even if `typeof Symbol() !== 'symbol'` (#12)
|
63 |
|
|
* Make a separate `hasSymbols` internal module
|
64 |
|
|
* Update `browserify`, `eslint`
|
65 |
|
|
|
66 |
|
|
2.0.3 / 2015-06-28
|
67 |
|
|
==================
|
68 |
|
|
* Cache `Object` and `Array#push` to make the shim more robust.
|
69 |
|
|
* [Fix] Remove use of `Array#filter`, which isn't in ES3
|
70 |
|
|
* [Deps] Update `object-keys`, `define-properties`
|
71 |
|
|
* [Dev Deps] Update `browserify`, `nsp`, `eslint`
|
72 |
|
|
* [Tests] Test up to `io.js` `v2.3`
|
73 |
|
|
|
74 |
|
|
2.0.2 / 2015-05-20
|
75 |
|
|
==================
|
76 |
|
|
* Make sure `.shim` is non-enumerable.
|
77 |
|
|
* Refactor `.shim` implementation to use `define-properties` predicates, rather than `delete`ing the original.
|
78 |
|
|
* Update docs to match spec/implementation. (#11)
|
79 |
|
|
* Add `npm run eslint`
|
80 |
|
|
* Test up to `io.js` `v2.0`
|
81 |
|
|
* Update `jscs`, `browserify`, `covert`
|
82 |
|
|
|
83 |
|
|
2.0.1 / 2015-04-12
|
84 |
|
|
==================
|
85 |
|
|
* Make sure non-enumerable Symbols are excluded.
|
86 |
|
|
|
87 |
|
|
2.0.0 / 2015-04-12
|
88 |
|
|
==================
|
89 |
|
|
* Make sure the shim function overwrites a broken implementation with pending exceptions.
|
90 |
|
|
* Ensure shim is not enumerable using `define-properties`
|
91 |
|
|
* Ensure `Object.assign` includes symbols.
|
92 |
|
|
* All grade A-supported `node`/`iojs` versions now ship with an `npm` that understands `^`.
|
93 |
|
|
* Run `travis-ci` tests on `iojs` and `node` v0.12; speed up builds; allow 0.8 failures.
|
94 |
|
|
* Add `npm run security` via `nsp`
|
95 |
|
|
* Update `browserify`, `jscs`, `tape`, `object-keys`, `is`
|
96 |
|
|
|
97 |
|
|
1.1.1 / 2014-12-14
|
98 |
|
|
==================
|
99 |
|
|
* Actually include the browser build in `npm`
|
100 |
|
|
|
101 |
|
|
1.1.0 / 2014-12-14
|
102 |
|
|
==================
|
103 |
|
|
* Add `npm run build`, and build an automatic-shimming browser distribution as part of the npm publish process.
|
104 |
|
|
* Update `is`, `jscs`
|
105 |
|
|
|
106 |
|
|
1.0.3 / 2014-11-29
|
107 |
|
|
==================
|
108 |
|
|
* Revert "optimize --production installs"
|
109 |
|
|
|
110 |
|
|
1.0.2 / 2014-11-27
|
111 |
|
|
==================
|
112 |
|
|
* Update `jscs`, `is`, `object-keys`, `tape`
|
113 |
|
|
* Add badges to README
|
114 |
|
|
* Name URLs in README
|
115 |
|
|
* Lock `covert` to `v1.0.0`
|
116 |
|
|
* Optimize --production installs
|
117 |
|
|
|
118 |
|
|
1.0.1 / 2014-08-26
|
119 |
|
|
==================
|
120 |
|
|
* Update `is`, `covert`
|
121 |
|
|
|
122 |
|
|
1.0.0 / 2014-08-07
|
123 |
|
|
==================
|
124 |
|
|
* Update `object-keys`, `tape`
|
125 |
|
|
|
126 |
|
|
0.5.0 / 2014-07-31
|
127 |
|
|
==================
|
128 |
|
|
* Object.assign no longer throws on null or undefined sources, per https://bugs.ecmascript.org/show_bug.cgi?id=3096
|
129 |
|
|
|
130 |
|
|
0.4.3 / 2014-07-30
|
131 |
|
|
==================
|
132 |
|
|
* Don’t modify vars in the function signature, since it deoptimizes v8
|
133 |
|
|
|
134 |
|
|
0.4.2 / 2014-07-30
|
135 |
|
|
==================
|
136 |
|
|
* Fixing the version number: v0.4.2
|
137 |
|
|
|
138 |
|
|
0.4.1 / 2014-07-19
|
139 |
|
|
==================
|
140 |
|
|
* Revert "Use the native Object.keys if it’s available."
|
141 |
|
|
|
142 |
|
|
0.4.0 / 2014-07-19
|
143 |
|
|
==================
|
144 |
|
|
* Use the native Object.keys if it’s available.
|
145 |
|
|
* Fixes [#2](https://github.com/ljharb/object.assign/issues/2).
|
146 |
|
|
* Adding failing tests for [#2](https://github.com/ljharb/object.assign/issues/2).
|
147 |
|
|
* Fix indentation.
|
148 |
|
|
* Adding `npm run lint`
|
149 |
|
|
* Update `tape`, `covert`
|
150 |
|
|
* README: Use SVG badge for Travis [#1](https://github.com/ljharb/object.assign/issues/1) from mathiasbynens/patch-1
|
151 |
|
|
|
152 |
|
|
0.3.1 / 2014-04-10
|
153 |
|
|
==================
|
154 |
|
|
* Object.assign does partially modify objects if it throws, per https://twitter.com/awbjs/status/454320863093862400
|
155 |
|
|
|
156 |
|
|
0.3.0 / 2014-04-10
|
157 |
|
|
==================
|
158 |
|
|
* Update with newest ES6 behavior - Object.assign now takes a variable number of source objects.
|
159 |
|
|
* Update `tape`
|
160 |
|
|
* Make sure old and unstable nodes don’t fail Travis
|
161 |
|
|
|
162 |
|
|
0.2.1 / 2014-03-16
|
163 |
|
|
==================
|
164 |
|
|
* Let object-keys handle the fallback
|
165 |
|
|
* Update dependency badges
|
166 |
|
|
* Adding bower.json
|
167 |
|
|
|
168 |
|
|
0.2.0 / 2014-03-16
|
169 |
|
|
==================
|
170 |
|
|
* Use a for loop, because ES3 browsers don’t have "reduce"
|
171 |
|
|
|
172 |
|
|
0.1.1 / 2014-03-14
|
173 |
|
|
==================
|
174 |
|
|
* Updating readme
|
175 |
|
|
|
176 |
|
|
0.1.0 / 2014-03-14
|
177 |
|
|
==================
|
178 |
|
|
* Initial release.
|