lazy.js v0.5.1 Release Notes
Release Date: 2018-02-07 // almost 7 years ago-
- ➕ added public
equals()
method (#139) - ➕ added public
Lazy.curry
andLazy.curryRight
methods (#24) - ➕ added public
Lazy.createCallback
andLazy.createComparator
methods (#140) - ➕ added shallow option to
flatten()
(#125) - ➕ added equalityFn paramter to
indexOf
,lastIndexOf
, andcontains
- 🛠 fixed bug with return value from
consecutive()
not being reusable (#212) - 🛠 fixed bug with
concat()
unexpectedly flattening results (#127)
- ➕ added public
Previous changes from v0.5.0
-
- 🌐 sequences now support ES6 iterable protocol (#186)
- 🌐 added support for ES6 Set and Map objects
memoize().get
no longer iterates entire sequence (#191)- 🛠 fixed bug causing failure on
defaults().defaults()
(#183) - 🛠 fixed bug with setting encoding in
Lazy.readFile
(#160)