Skip to content

1.2.6 - 2015.11.09

Compare
Choose a tag to compare
@zloirock zloirock released this 09 Nov 04:46
· 5219 commits to master since this release
  • reject with TypeError on attempt resolve promise itself
  • correct behavior with broken Promise subclass constructors / methods
  • added Promise-based fallback for microtask
  • fixed V8 and FF Array#{values, @@iterator}.name
  • fixed IE7- [1, 2].join(undefined) -> '1,2'
  • some other fixes / improvements / optimizations