Skip to content

Latest commit

 

History

History
388 lines (167 loc) · 13.3 KB

CHANGELOG.md

File metadata and controls

388 lines (167 loc) · 13.3 KB

2.37.0 (2024-08-23)

Features

  • allow controlling opacity in stringToHslaColor (fc36880)

2.36.1 (2024-08-20)

Bug Fixes

  • export stringToHslaColor (e52bba1)

2.36.0 (2024-08-20)

Features

2.35.0 (2024-07-16)

Features

  • add type guard isTruthy (bb44657)

2.34.0 (2024-06-24)

Features

  • add makeNumberCompareFn (0a427b8)

2.33.0 (2024-04-24)

Features

2.32.0 (2024-04-23)

Features

2.31.0 (2024-04-22)

Features

2.30.0 (2024-02-27)

Features

  • add localeCompareStrings (6eed158)

2.29.0 (2024-02-05)

Features

  • add isValidGermanDate and isTimeWithHoursAndMinutes (bf9a739)

2.28.0 (2024-01-02)

Features

2.27.1 (2023-12-20)

Bug Fixes

  • update date-fns to fix date formatting (5074273)

2.27.0 (2023-12-14)

Features

2.26.0 (2023-12-14)

Features

2.25.0 (2023-12-14)

Features

2.24.0 (2023-12-14)

Features

2.23.0 (2023-12-14)

Features

2.22.0 (2023-12-14)

Features

  • add isLabID, deprecate isLabId (2810ebf)

2.21.0 (2023-12-11)

Features

  • accept int in isOnlyDigits (bf61bf5)

2.20.1 (2023-12-08)

Bug Fixes

2.20.0 (2023-10-17)

Features

  • add function isEmptyArray (c250212)

2.19.0 (2023-10-17)

Features

  • add makeStringCompareFn (13f6b4c)

2.18.0 (2023-07-27)

Features

  • add formatGermanTimeHourMinute (bbce392)

2.17.1 (2023-05-16)

Bug Fixes

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

2.17.0 (2023-03-03)

Features

2.16.0 (2023-02-22)

Features

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

2.15.2 (2022-11-16)

Bug Fixes

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

2.15.1 (2022-11-16)

Bug Fixes

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

2.15.0 (2022-11-11)

Features

  • add promise functions callSequentially and mapSequentially (64e00ae)

2.14.0 (2022-09-13)

Features

2.13.0 (2022-09-05)

Features

2.12.0 (2022-07-26)

Features

2.11.0 (2022-07-22)

Features

2.10.0 (2022-07-13)

Features

  • add array function toggleElement (#10) (f873548)

2.9.0 (2022-06-29)

Features

2.8.0 (2022-04-14)

Features

  • add string util joinNonEmpty (#8) (0d9e64b)

2.7.0 (2022-03-14)

Features

  • rename module round to number, fix release (12ff83a)

2.6.0 (2022-02-08)

Features

  • add function isNotNullish (e7d8b9a)

2.5.0 (2022-02-02)

Features

  • add function errorMessage() (fbc5f33)

2.4.0 (2021-12-06)

Features

2.3.0 (2021-11-26)

Features

  • add NonEmptyArray and specialized implementation of last() (5f61c48)

2.2.0 (2021-10-18)

Features

2.1.0 (2021-10-18)

Features

  • loosen date argument types (bc0dd4c)

2.0.0 (2021-10-18)

Features

  • add parse and format functions for all date formats (d41dbc8)

BREAKING CHANGES

  • remove MINIMAL_VALID_DATE and ISO_GERMAN_DATE_FORMAT

1.4.1 (2021-09-06)

Bug Fixes

  • add export of round function (e8a4739)

1.4.0 (2021-09-02)

Features

  • add round number to decimals (0e3fadf)

1.3.3 (2021-08-18)

Bug Fixes

  • ensure containSameValues() does not mutate its inputs (01b3d0d)

1.3.2 (2021-07-08)

Bug Fixes

  • Actually export array and date utils (3ec9e34)

1.3.1 (2021-07-08)

Bug Fixes

  • Include types within build output (46421ed)

1.3.0 (2021-07-08)

Features

  • Add array and date utils (28d06bf)

1.2.0 (2021-05-10)

Features

1.1.0 (2021-05-07)

Features

1.0.0 (2021-05-07)

Features