Releases: softwareventures/array
Releases · softwareventures/array
v0.10.3
22 Apr 21:39
Compare
Sorry, something went wrong.
No results found
0.10.3 (2019-04-22)
Bug Fixes
group: fix incorrect grouping (0196ed4 )
v0.10.2
22 Apr 21:13
Compare
Sorry, something went wrong.
No results found
0.10.2 (2019-04-22)
Bug Fixes
group: order groups by original ordering of first item in each group (14b1dd2 )
v0.10.1
22 Apr 20:49
Compare
Sorry, something went wrong.
No results found
0.10.1 (2019-04-22)
Bug Fixes
keyBy: fix incorrect behaviour when "proto " is used as a key (50cb59c )
v0.10.0
22 Apr 16:55
Compare
Sorry, something went wrong.
No results found
0.10.0 (2019-04-22)
Features
scan: implement scan functions (7ed9045 )
scanMonoid: implement scanMonoid functions (f50acab )
scanMonoidRight: implement scanMonoidRight functions (9a0b7b3 )
scanRight: implement scanRight functions (176748c )
v0.9.0
21 Apr 18:45
Compare
Sorry, something went wrong.
No results found
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
21 Apr 17:14
Compare
Sorry, something went wrong.
No results found
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
21 Apr 15:23
Compare
Sorry, something went wrong.
No results found
0.7.0 (2019-04-21)
Features
filter: implement filter (e562fce )
slice: implement slice and related functions (91ef489 )
v0.6.0
19 Apr 15:00
Compare
Sorry, something went wrong.
No results found
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 )
v0.5.0
19 Apr 14:25
Compare
Sorry, something went wrong.
No results found
0.5.0 (2019-04-19)
Features
keyBy: rename orderBy to keyBy (3592385 )
v0.4.0
19 Apr 11:33
Compare
Sorry, something went wrong.
No results found
0.4.0 (2019-04-19)
Features
group: accept any ArrayLike as argument (abea025 )