Releases: softwareventures/array
Releases · softwareventures/array
v0.10.2
v0.10.1
v0.10.0
v0.9.0
0.9.0 (2019-04-21)
Bug Fixes
- suppress lint violation (a2d89b0)
- copy: suppress lint violation (28cf26f)
- isArray: suppress lint violation (aaa0bc5)
Features
- all: implement all functions (80ba2e5)
- and: implement and function (18f5ca0)
- any: implement any functions (60a48a5)
- coerce: add function to coerce ArrayLike to ReadonlyArray (c54b0a8)
- concat: reimplement concat to take an array of arrays (cc5e859)
- or: implement or function (2662ab6)
- product: implement product function (1754eba)
- sum: remove map operation from sum function (668205a)
v0.8.0
0.8.0 (2019-04-21)
Features
- contains: implement contains functions (42004a8)
- find: implement find functions (0723512)
- fold: implement fold and foldMonoid functions (c93a79f)
- foldRight: implement foldRight and foldMonoidRight functions (331d77c)
- indexOf: implement indexOf functions (b062ed4)
- maximum: implement maximum functions (18fca6f)
- minimum: implement minimum functions (45d634a)
v0.7.0
v0.6.0
0.6.0 (2019-04-19)
Features
- concat: add concat function and variants (a1ec787)
- empty: add empty predicate (0d8fa7c)
- head: implement head function (a046587)
- initial: implement initial function (3a96ac0)
- last: rewrite last function to return null if array is empty (d2aee89)
- tail: implement tail function (0885ec6)
- delete redundant curried variants of 1-arg functions (22f56f7)