Skip to content

Commit c9698b5

Browse files
committed
v4.5.4
1 parent d57fc0a commit c9698b5

6 files changed

+10
-7
lines changed

CHANGES

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
4.5.4
2+
- [Fix] careless error from 5cf99aca49e59bae03b5d542381424bb1b13ec42
3+
14
4.5.3
25
- [Fix] Saturday is a day in the week (#386)
36
- [Robustness] improve Function#bind (#381)

README.md

+2-2
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.3/es5-shim.min.js"></script>
175-
<script src="https://cdnjs.cloudflare.com/ajax/libs/es5-shim/4.5.3/es5-sham.min.js"></script>
174+
<script src="https://cdnjs.cloudflare.com/ajax/libs/es5-shim/4.5.4/es5-shim.min.js"></script>
175+
<script src="https://cdnjs.cloudflare.com/ajax/libs/es5-shim/4.5.4/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

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

es5-shim.map

+1-1
Large diffs are not rendered by default.

es5-shim.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "es5-shim",
3-
"version": "4.5.3",
3+
"version": "4.5.4",
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)