2.37.0 (2024-08-23)
- allow controlling opacity in
stringToHslaColor
(fc36880)
2.36.1 (2024-08-20)
- export stringToHslaColor (e52bba1)
2.36.0 (2024-08-20)
- add stringToHslaColor (db3d318)
2.35.0 (2024-07-16)
- add type guard
isTruthy
(bb44657)
2.34.0 (2024-06-24)
- add makeNumberCompareFn (0a427b8)
2.33.0 (2024-04-24)
- add dateMatchesFormat (dfaf812)
2.32.0 (2024-04-23)
- add soleItem (585596a)
2.31.0 (2024-04-22)
- add isNonEmptyString (406c08f)
2.30.0 (2024-02-27)
- add localeCompareStrings (6eed158)
2.29.0 (2024-02-05)
- add isValidGermanDate and isTimeWithHoursAndMinutes (bf9a739)
2.28.0 (2024-01-02)
- add type KeyOfType (69cb23e)
2.27.1 (2023-12-20)
- update
date-fns
to fix date formatting (5074273)
2.27.0 (2023-12-14)
2.26.0 (2023-12-14)
2.25.0 (2023-12-14)
2.24.0 (2023-12-14)
2.23.0 (2023-12-14)
- add isArrayOfStrings (8995824)
2.22.0 (2023-12-14)
- add isLabID, deprecate isLabId (2810ebf)
2.21.0 (2023-12-11)
- accept int in isOnlyDigits (bf61bf5)
2.20.1 (2023-12-08)
2.20.0 (2023-10-17)
- add function isEmptyArray (c250212)
2.19.0 (2023-10-17)
- add makeStringCompareFn (13f6b4c)
2.18.0 (2023-07-27)
- add formatGermanTimeHourMinute (bbce392)
2.17.1 (2023-05-16)
2.17.0 (2023-03-03)
2.16.0 (2023-02-22)
2.15.3 (2022-11-16)
- ensure only type guards are declared with type guards (447b8d6)
2.15.2 (2022-11-16)
2.15.1 (2022-11-16)
2.15.0 (2022-11-11)
- add promise functions
callSequentially
andmapSequentially
(64e00ae)
2.14.0 (2022-09-13)
- add file download (42f9b66)
2.13.0 (2022-09-05)
2.12.0 (2022-07-26)
- Add device utils (f03cfeb)
2.11.0 (2022-07-22)
2.10.0 (2022-07-13)
2.9.0 (2022-06-29)
2.8.0 (2022-04-14)
2.7.0 (2022-03-14)
- rename module round to number, fix release (12ff83a)
2.6.0 (2022-02-08)
- add function isNotNullish (e7d8b9a)
2.5.0 (2022-02-02)
- add function errorMessage() (fbc5f33)
2.4.0 (2021-12-06)
- add string utils (f950774)
2.3.0 (2021-11-26)
- add NonEmptyArray and specialized implementation of last() (5f61c48)
2.2.0 (2021-10-18)
- add method isFuture (f4eb0b9)
2.1.0 (2021-10-18)
- loosen date argument types (bc0dd4c)
2.0.0 (2021-10-18)
- add parse and format functions for all date formats (d41dbc8)
- remove MINIMAL_VALID_DATE and ISO_GERMAN_DATE_FORMAT
1.4.1 (2021-09-06)
- add export of round function (e8a4739)
1.4.0 (2021-09-02)
- add round number to decimals (0e3fadf)
1.3.3 (2021-08-18)
- ensure containSameValues() does not mutate its inputs (01b3d0d)
1.3.2 (2021-07-08)
- Actually export array and date utils (3ec9e34)
1.3.1 (2021-07-08)
- Include types within build output (46421ed)
1.3.0 (2021-07-08)
- Add array and date utils (28d06bf)
1.2.0 (2021-05-10)
- Publish commonjs build (975d02b)
1.1.0 (2021-05-07)
- Add pluralize (080d350)
- Add predicates (89b8230)