github zloirock/core-js v3.0.0-beta.9
3.0.0-beta.9 - 2019.01.17

latest releases: v3.37.0, v3.36.1, v3.36.0...
pre-release5 years ago
  • Set#isDisjointWith renamed to Set#isDisjointFrom per tc39/proposal-set-methods#46.
  • Set#isSubsetOf updated per tc39/proposal-set-methods#41, tc39/proposal-set-methods#45, tc39/proposal-set-methods#48.
  • esnext.string.trim-{ left -> start, right -> end } renamed by names of main methods of the proposal.
  • Fixed Array#forEach implementation, which in some cases was defined in sloppy mode.
  • Fixed Reflect.metadata by the current behaviour of the spec.
  • Fixed arity of Reflect.defineMetadata.
  • Added conversion to boolean to result of deleteAll.
  • Added a fallback for Weex JS engine, #461.
  • Finally fixed #475.
  • Many other minor internal fixes and improvements.

Don't miss a new core-js release

NewReleases is sending notifications on new releases.