We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40f9f90 commit 0472d50Copy full SHA for 0472d50
CHANGES
@@ -1,3 +1,10 @@
1
+4.5.8
2
+ - [Fix] Check if property descriptor is configurable before re-defining it (#394, #373)
3
+ - [Dev Deps] update `eslint`, `jscs`, `@ljharb/eslint-config`
4
+ - [Tests] up to `node` `v5.10`, `v4.4`
5
+ - [Tests] Use `concurrently` instead of `parallelshell`
6
+ - [Tests] use `pretest` to run the linter
7
+
8
4.5.7
9
- [Fix] `bind` in IE 8: Update `is-callable` implementation to v1.1.3 (#390)
10
package.json
@@ -1,6 +1,6 @@
{
"name": "es5-shim",
- "version": "4.5.7",
+ "version": "4.5.8",
"description": "ECMAScript 5 compatibility shims for legacy JavaScript engines",
"homepage": "http://github.com/es-shims/es5-shim/",
"contributors": [
0 commit comments