utils

A handy collection of utility functions I use.

Stars
3

Bot releases are visible (Hide)

utils - v3.15.0 Latest Release

Published by github-actions[bot] 7 months ago

3.15.0 (2024-04-04)

Features

  • don't compile to esm, swap to vitest (bd4a94d)
utils - v3.14.1

Published by github-actions[bot] over 1 year ago

3.14.1 (2023-05-05)

Bug Fixes

  • fix tailwind function for classes with multiple hyphens (26bbcac)
utils - v3.14.0

Published by github-actions[bot] over 1 year ago

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)
utils - v3.13.0

Published by github-actions[bot] over 1 year ago

3.13.0 (2023-04-05)

Features

  • add numberArray and use it in times and asyncTimes (15803fc)
utils - v3.12.0

Published by github-actions[bot] over 1 year ago

3.12.0 (2023-03-28)

Features

  • add rndFromString and invertString (e9bd10f)
utils - v3.11.2

Published by github-actions[bot] over 1 year ago

3.11.2 (2023-03-23)

Bug Fixes

  • build index from names in comment and support excluding (5244512)
utils - v3.11.1

Published by github-actions[bot] over 1 year ago

3.11.1 (2023-03-23)

Bug Fixes

  • ci: build index on docs as well (413cce3)
utils - v3.11.0

Published by github-actions[bot] over 1 year ago

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)
utils - v3.10.0

Published by github-actions[bot] over 1 year ago

3.10.0 (2023-03-23)

Features

  • function to calculate increment (5ba46cb)
utils - v3.9.0

Published by github-actions[bot] over 1 year ago

3.9.0 (2023-03-22)

Bug Fixes

  • lint: inline type import (2dee32b)

Features

utils - v3.8.1

Published by github-actions[bot] over 1 year ago

3.8.1 (2023-03-21)

Bug Fixes

  • lint: address linting issues (de4cc62)
  • add a max option to increment/decrement (2b36921)
  • add fallback option to addressObject (853a510)
utils - v3.8.0

Published by github-actions[bot] over 1 year ago

3.8.0 (2023-03-13)

Features

utils - v3.7.0

Published by github-actions[bot] almost 2 years ago

3.7.0 (2022-11-16)

Bug Fixes

  • disable eslint for line (d51062d)

Features

utils - v3.6.0

Published by github-actions[bot] almost 2 years ago

3.6.0 (2022-11-15)

Features

  • invariant function (a1867a0)
  • isEnv function and isProduction etc... (3a83c4e)
utils - v3.5.0

Published by github-actions[bot] about 2 years ago

3.5.0 (2022-07-26)

Features

utils - v3.4.0

Published by github-actions[bot] over 2 years ago

3.4.0 (2022-07-14)

Features

  • add decrement function and export types (a56a424)
utils - v3.2.0

Published by github-actions[bot] over 2 years ago

3.2.0 (2022-05-18)

Features

  • add randomEntry as the first array selector (6fc903e)
utils - v3.1.0

Published by github-actions[bot] over 2 years ago

3.1.0 (2022-04-13)

Features

  • add a date formatting function for Last-Modified headers (309fa97)
utils - v3.0.1

Published by github-actions[bot] over 2 years ago

3.0.1 (2022-04-05)

Bug Fixes

  • change prettierrc to cjs to as this now has type module (f485a9e)
utils - v3.0.0

Published by github-actions[bot] over 2 years ago

3.0.0 (2022-04-04)

Changes

  • chore: path and minor updates

  • chore: update kcd-scripts

BREAKING CHANGES

  • Now targets es6 with the build to hopefully improve tree shaking.

  • feat: remove chalk

  • feat: update read-pkg-up

  • fix: setup jest to support esm

  • feat: set type to module in package.json

  • fix: move package functions out of index

  • this moves package functions which require native node functions to work, which messes up remix etc...