Skip to content

Releases: Arcath/utils

v3.15.0

04 Apr 10:37
Compare
Choose a tag to compare

3.15.0 (2024-04-04)

Features

  • don't compile to esm, swap to vitest (bd4a94d)

v3.14.1

05 May 14:23
Compare
Choose a tag to compare

3.14.1 (2023-05-05)

Bug Fixes

  • fix tailwind function for classes with multiple hyphens (26bbcac)

v3.14.0

05 May 13:47
Compare
Choose a tag to compare

3.14.0 (2023-05-05)

Bug Fixes

  • lint: fix linting issues with bitMask functions (00ee772)

Features

  • add tailwind class function (79acb19)
  • rewrite bitmasks as a function (6c0e2e5)

v3.13.0

05 Apr 09:28
15803fc
Compare
Choose a tag to compare

3.13.0 (2023-04-05)

Features

  • add numberArray and use it in times and asyncTimes (15803fc)

v3.12.0

28 Mar 15:01
Compare
Choose a tag to compare

3.12.0 (2023-03-28)

Features

  • add rndFromString and invertString (e9bd10f)

v3.11.2

23 Mar 16:02
Compare
Choose a tag to compare

3.11.2 (2023-03-23)

Bug Fixes

  • build index from names in comment and support excluding (5244512)

v3.11.1

23 Mar 15:09
Compare
Choose a tag to compare

3.11.1 (2023-03-23)

Bug Fixes

  • ci: build index on docs as well (413cce3)

v3.11.0

23 Mar 15:03
Compare
Choose a tag to compare

3.11.0 (2023-03-23)

Bug Fixes

  • lint: disable some linting rules for increment (487f52b)
  • increment function was not being passed current value (26ac48f)

Features

  • use generated index to exclude from coverage (247c794)

v3.10.0

23 Mar 13:48
Compare
Choose a tag to compare

3.10.0 (2023-03-23)

Features

  • function to calculate increment (5ba46cb)

v3.9.0

22 Mar 08:43
Compare
Choose a tag to compare

3.9.0 (2023-03-22)

Bug Fixes

  • lint: inline type import (2dee32b)

Features