Paul Miller is announcing that ES6 Shim with version number 0.31.3 is already available to download.
What is ES6 Shim ?
ES6 Shim is A library to support EcmaScript 6 features on older JavaScript engines .
When included on a Web page, this library will allow an older browser engine to render EcmaScript 6 (newer JavaScript) syntax.Support is included only to upgrade EcmaScript 5 engines to EcmaScript 6.
This is changelog for ES6 Shim version 0.31.3 :
- Ensure that wrapped ES5 Array.prototype methods return the proper value.
You can read the complete changelog and also download this latest version on their homepage: github.com