Skip to content

Releases: mll-lab/js-utils

v2.20.0

17 Oct 14:02
Compare
Choose a tag to compare

2.20.0 (2023-10-17)

Features

  • add function isEmptyArray (c250212)

v2.19.0

17 Oct 12:33
Compare
Choose a tag to compare

2.19.0 (2023-10-17)

Features

  • add makeStringCompareFn (13f6b4c)

v2.18.0

27 Jul 12:25
Compare
Choose a tag to compare

2.18.0 (2023-07-27)

Features

  • add formatGermanTimeHourMinute (bbce392)

v2.17.1

16 May 13:34
Compare
Choose a tag to compare

2.17.1 (2023-05-16)

Bug Fixes

  • allow to define maximumFractionDigits (#21) (c709e61)

v2.17.0

03 Mar 10:09
Compare
Choose a tag to compare

2.17.0 (2023-03-03)

Features

v2.16.0

22 Feb 10:36
Compare
Choose a tag to compare

2.16.0 (2023-02-22)

Features

v2.15.3

16 Nov 13:45
Compare
Choose a tag to compare

2.15.3 (2022-11-16)

Bug Fixes

  • ensure only type guards are declared with type guards (447b8d6)

Reverts

  • Revert "fix: ensure predicates are declared with type guards (#18)" (2e3382f), closes #18

v2.15.2

16 Nov 13:13
Compare
Choose a tag to compare

2.15.2 (2022-11-16)

Bug Fixes

  • ensure predicates are declared with type guards (#18) (5492d21)

v2.15.1

16 Nov 10:59
Compare
Choose a tag to compare

2.15.1 (2022-11-16)

Bug Fixes

  • use Exclude to make isNotNullish type guard work as intended (#17) (4dce69b)

v2.15.0

11 Nov 11:05
Compare
Choose a tag to compare

2.15.0 (2022-11-11)

Features

  • add promise functions callSequentially and mapSequentially (64e00ae)