Skip to content

Releases: Arcath/utils

v1.6.0

18 Jul 20:17
9fe020b
Compare
Choose a tag to compare

1.6.0 (2021-07-18)

Bug Fixes

  • lint: fix lint issue with function order (9fe020b)
  • swap deepIncludes to reducio (233ac1f)

Features

  • add reducio function to improve boolean array reduction (76bff83)

v1.5.1

07 Jul 20:18
29d50cf
Compare
Choose a tag to compare

1.5.1 (2021-07-07)

Bug Fixes

  • change getPackage to synchronous (29d50cf)

v1.5.0

07 Jul 19:30
de48040
Compare
Choose a tag to compare

1.5.0 (2021-07-07)

Bug Fixes

  • update warning on asyncForEach inSequence (dae6cd7)

Features

  • package functions and if-fn (de48040)

v1.4.0

21 Jun 20:49
4fef16e
Compare
Choose a tag to compare

1.4.0 (2021-06-21)

Features

v1.3.0

25 May 11:00
fda77ba
Compare
Choose a tag to compare

1.3.0 (2021-05-25)

Features

v1.2.0

14 May 11:03
7e559ad
Compare
Choose a tag to compare

1.2.0 (2021-05-14)

Bug Fixes

  • lint: turn off explicit any rule for deep includes (7e559ad)

Features

v1.1.0

29 Apr 14:32
b01a22b
Compare
Choose a tag to compare

1.1.0 (2021-04-29)

Features

  • add prettier config and run prettier (b01a22b)

v1.0.0

27 Apr 13:21
ffcda0a
Compare
Choose a tag to compare

1.0.0 (2021-04-27)

  • set inSeuqence to false (ffcda0a)

BREAKING CHANGES

  • This makes inSequence: false the default for asyncMap. It may introduce weird behaviour over the Promise.all solution that is now default.

v0.9.1

15 Apr 09:43
cdd3952
Compare
Choose a tag to compare

0.9.1 (2021-04-15)

Bug Fixes

  • fix types not being included in output (cdd3952)

v0.9.0

14 Apr 10:30
0d669be
Compare
Choose a tag to compare

0.9.0 (2021-04-14)

Bug Fixes

  • allow defaults to be given undefined for supplied (3654b58)

Features

  • use promise.all in asyncForEach if wanted (0d669be)