Skip to content

2.4.0 - 2016.05.08

Compare
Choose a tag to compare
@zloirock zloirock released this 08 May 01:35
· 4678 commits to master since this release
  • Added Observable, stage 1 proposal
  • Fixed behavior Object.{getOwnPropertySymbols, getOwnPropertyDescriptor} and Object#propertyIsEnumerable on Object.prototype
  • Reflect.construct and Reflect.apply should throw an error if argumentsList argument is not an object, #194