Skip to content

Commit 9439339

Browse files
committed
v0.34.4
1 parent 9eb453e commit 9439339

File tree

8 files changed

+18
-13
lines changed

8 files changed

+18
-13
lines changed

CHANGELOG.md

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

3+
# es6-shim 0.34.4 (9 Feb 2016)
4+
* [Fix] 'Uncaught (in promise) TypeError' in Chrome 48 (#408, #407)
5+
* [Fix] handle the obscure case where `startsWith` throws on the second parameter (#399)
6+
* [Tests] silence a promise rejection error in Chrome
7+
38
# es6-shim 0.34.3 (8 Feb 2016)
49
* [Fix] Suppress “uncaught rejection” warnings in Chrome 50 console (#403)
510
* [Fix] ensure ES3 `Number` constants don’t get lost in ES3 browsers (#402)

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.3",
3+
"version": "0.34.4",
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.3
6-
* see https://github.com/paulmillr/es6-shim/blob/0.34.3/LICENSE
5+
* es6-sham: v0.34.4
6+
* see https://github.com/paulmillr/es6-shim/blob/0.34.4/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.3
6-
* see https://github.com/paulmillr/es6-shim/blob/0.34.3/LICENSE
5+
* es6-shim: v0.34.4
6+
* see https://github.com/paulmillr/es6-shim/blob/0.34.4/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.3",
3+
"version": "0.34.4",
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)