CHANGES 1.1 KB

1234567891011121314151617181920212223242526272829303132333435
  1. v2.0.0 -- 2015.10.02
  2. * Use es6-symbol at v3
  3. v1.0.0 -- 2015.06.23
  4. * Implement support for arguments object
  5. * Drop support for v0.8 node ('^' in package.json dependencies)
  6. v0.1.3 -- 2015.02.02
  7. * Update dependencies
  8. * Fix spelling of LICENSE
  9. v0.1.2 -- 2014.11.19
  10. * Optimise internal `_next` to not verify internal's list length at all times
  11. (#2 thanks @RReverser)
  12. * Fix documentation examples
  13. * Configure lint scripts
  14. v0.1.1 -- 2014.04.29
  15. * Fix es6-symbol dependency version
  16. v0.1.0 -- 2014.04.29
  17. * Assure strictly npm hosted dependencies
  18. * Remove sparse arrays dedicated handling (as per spec)
  19. * Add: isIterable, validIterable and chain (method)
  20. * Remove toArray, it's addressed by Array.from (polyfil can be found in es5-ext/array/from)
  21. * Add break possiblity to 'forOf' via 'doBreak' function argument
  22. * Provide dedicated iterator for array-likes (ArrayIterator) and for strings (StringIterator)
  23. * Provide @@toStringTag symbol
  24. * When available rely on @@iterator symbol
  25. * Remove 32bit integer maximum list length restriction
  26. * Improve Iterator internals
  27. * Update to use latest version of dependencies
  28. v0.0.0 -- 2013.10.12
  29. Initial (dev version)