Releases: mll-lab/js-utils
Releases · mll-lab/js-utils
v2.18.0
2.18.0 (2023-07-27)
Features
- add formatGermanTimeHourMinute (bbce392)
v2.17.1
2.17.1 (2023-05-16)
Bug Fixes
- allow to define maximumFractionDigits (#21) (c709e61)
v2.15.3
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
2.15.2 (2022-11-16)
Bug Fixes
- ensure predicates are declared with type guards (#18) (5492d21)
v2.15.1
2.15.1 (2022-11-16)
Bug Fixes
- use Exclude to make isNotNullish type guard work as intended (#17) (4dce69b)
v2.15.0
2.15.0 (2022-11-11)
Features
- add promise functions
callSequentially
and mapSequentially
(64e00ae)