Skip to content

Commit 4a4a1b8

Browse files
committed
v4.5.6
1 parent d90b7b6 commit 4a4a1b8

File tree

6 files changed

+12
-7
lines changed

6 files changed

+12
-7
lines changed

CHANGES

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
4.5.6
2+
- [Fix] `new Date(new Date())` should work in IE 8 (#389)
3+
- [Tests] on `node` `v5.7`
4+
- [Dev Deps] update `uglify-js`
5+
16
4.5.5
27
- [Fix] Adobe Photoshop’s JS engine bizarrely can have `+date !== date.getTime()` (#365)
38
- [Dev Deps] update `eslint`

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,8 @@ simply `npm install` and `npm test`.
171171
### Example of applying ES compatability shims in a browser project
172172

173173
```html
174-
<script src="https://cdnjs.cloudflare.com/ajax/libs/es5-shim/4.5.5/es5-shim.min.js"></script>
175-
<script src="https://cdnjs.cloudflare.com/ajax/libs/es5-shim/4.5.5/es5-sham.min.js"></script>
174+
<script src="https://cdnjs.cloudflare.com/ajax/libs/es5-shim/4.5.6/es5-shim.min.js"></script>
175+
<script src="https://cdnjs.cloudflare.com/ajax/libs/es5-shim/4.5.6/es5-sham.min.js"></script>
176176
<script src="https://cdnjs.cloudflare.com/ajax/libs/json3/3.3.2/json3.min.js"></script>
177177
<script src="https://cdnjs.cloudflare.com/ajax/libs/es6-shim/0.34.2/es6-shim.min.js"></script>
178178
<script src="https://cdnjs.cloudflare.com/ajax/libs/es6-shim/0.34.2/es6-sham.min.js"></script>

es5-sham.min.js

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

es5-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.

es5-shim.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.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "es5-shim",
3-
"version": "4.5.5",
3+
"version": "4.5.6",
44
"description": "ECMAScript 5 compatibility shims for legacy JavaScript engines",
55
"homepage": "http://github.com/es-shims/es5-shim/",
66
"contributors": [

0 commit comments

Comments
 (0)