CHANGES 988 B

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