All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
1.0.0 (2021-07-05)
- implement
insertBefore
andinsertAfter
methods for conciseness (06417c7)
- issue with
reduce
andreduceRight
deducing initial value automatically (cf22faa) - issue with length values returned by
push
andunshift
(365940c) - reference error in
update
(081b9a3) - update typing of
filter
to account for boolean (6a0ad0c)
1.0.0-beta.3 (2021-07-05)
1.0.0-beta.2 (2021-07-05)
1.0.0-beta.1 (2021-07-04)
- add
create
method with other fixes (1f5bcd5)
- update working of
take
method