Skip to content

0.6.0 - 2015.02.23

Compare
Choose a tag to compare
@zloirock zloirock released this 23 Feb 04:36
· 5697 commits to master since this release
  • added support safe closing iteration - calling iterator.return on abort iteration, if it exists
  • added basic support Promise unhandled rejection tracking in shim
  • added Object.getOwnPropertyDescriptors
  • removed console cap - creates too many problems - you can use core.log module as that
  • restructuring namespaces
  • some fixes