Skip to content

Commit 5f64132

Browse files
committed
v0.34.3
1 parent 13fad4b commit 5f64132

File tree

8 files changed

+19
-13
lines changed

8 files changed

+19
-13
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# es6-shim x.x.x (not yet released)
22

3+
# es6-shim 0.34.3 (8 Feb 2016)
4+
* [Fix] Suppress “uncaught rejection” warnings in Chrome 50 console (#403)
5+
* [Fix] ensure ES3 `Number` constants don’t get lost in ES3 browsers (#402)
6+
* [Dev Deps] update `chai`, `es5-shim`, `jscs`, `mocha`
7+
* [Tests] up to `node` `v5.5`
8+
39
# es6-shim 0.34.2 (22 Jan 2016)
410
* [Fix] `JSON.stringify` should ignore a replacer arg unless it’s an array or function.
511
* [Fix] `Array#copyWithin`: check for inherited properties as well

component.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.34.2",
3+
"version": "0.34.3",
44
"repo": "paulmillr/es6-shim",
55
"description": "ECMAScript 6 (Harmony) compatibility shims for legacy JavaScript engines",
66
"keywords": [

es6-sham.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
* https://github.com/paulmillr/es6-shim
33
* @license es6-shim Copyright 2013-2016 by Paul Miller (http://paulmillr.com)
44
* and contributors, MIT License
5-
* es6-sham: v0.34.2
6-
* see https://github.com/paulmillr/es6-shim/blob/0.34.2/LICENSE
5+
* es6-sham: v0.34.3
6+
* see https://github.com/paulmillr/es6-shim/blob/0.34.3/LICENSE
77
* Details and documentation:
88
* https://github.com/paulmillr/es6-shim/
99
*/

es6-sham.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

es6-shim.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
* https://github.com/paulmillr/es6-shim
33
* @license es6-shim Copyright 2013-2016 by Paul Miller (http://paulmillr.com)
44
* and contributors, MIT License
5-
* es6-shim: v0.34.2
6-
* see https://github.com/paulmillr/es6-shim/blob/0.34.2/LICENSE
5+
* es6-shim: v0.34.3
6+
* see https://github.com/paulmillr/es6-shim/blob/0.34.3/LICENSE
77
* Details and documentation:
88
* https://github.com/paulmillr/es6-shim/
99
*/

es6-shim.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

es6-shim.min.js

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.34.2",
3+
"version": "0.34.3",
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)