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