You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

CHANGES 1.2KB

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