UNPKG

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