Skip to content

Commit b0b0119

Browse files
committed
v0.35.2
1 parent b56031e commit b0b0119

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# es6-shim 0.35.2 (3 December 2016)
2+
* [Fix] ensure `document.all` is not treated as a non-object-coercible (#428)
3+
* [Performance] Use original map for data backing when possible (#429, #422)
4+
* [Dev Deps] update `es5-shim`, `eslint`, `@ljharb/eslint-config`, `jscs`, `jshint`, `mocha`, `promises-plus-tests`, `uglify-js`
5+
* [Tests] up to `node` `v7.2`, `v5.12`, `v4.6`; improve test matrix
6+
* [Tests] avoid function name inference in node 7+
7+
* [Tests] add Firefox Nightly error messages to fix false failure
8+
19
# es6-shim 0.35.1 (12 May 2016)
210
* [Fix] Functions are objects (#418)
311
* [Fix] use `createDataPropertyOrThrow` in `Array.from`, rather than `[[Put]]` (#415)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "es6-shim",
3-
"version": "0.35.1",
3+
"version": "0.35.2",
44
"author": "Paul Miller (http://paulmillr.com)",
55
"description": "ECMAScript 6 (Harmony) compatibility shims for legacy JavaScript engines",
66
"keywords": [

0 commit comments

Comments
 (0)