Skip to Content
utilsChangelog

@noaignite/utils

3.5.1

Patch Changes

  • 1a6a692: Update tsup config and package exports

3.5.0

Minor Changes

  • 269cb8e: Refactor createBatchedCallback logic to use debounce util
  • 47502b3: add initial version of createBatchedCallback

3.4.0

Minor Changes

  • 06e90d3: feat(utils): add toRootRelativePath function
  • bb1ebc9: add toggleArrayValue helper

3.3.0

Minor Changes

  • e51d5d3: add normalizeToArray helper
  • 189cd03: add random helper
  • 6f4eb57: add debounce helper
  • 0554c4f: add URLSearchParamsFromObject helper
  • 7bec3e0: add chunk helper
  • 910044d: add objectFromURLSearchParams helper

3.2.0

Minor Changes

  • 09a9c15: Expose calculateContrast, calculateLuminance and hexToRGB utility functions
  • 6b42861: add errorType parameter
  • 0198485: add isObject predicate

3.1.0

Minor Changes

  • 5f9af13: add more detailed ts-docs

3.0.0

Major Changes

  • 91be7d8: bump minimum engine node version from 14 to 20
  • 73960ea: convert all default exports to named exports

Minor Changes

  • 9c531c5: add new assert util

2.4.0

Minor Changes

  • 33d0ff5: add new pick helper
  • a582768: add new omit helper

2.3.1

Patch Changes

  • c601654: add deepmerge to barrel file

2.3.0

Minor Changes

  • cf690ca: Convert test files for various functions to TypeScript
  • 60e095d: add missing ts-docs
  • 21a0a7d: add capitalize helper
  • 077c96a: Add isPlainObject function
  • 2936274: add deepmerge helper

2.2.0

Minor Changes

  • 6021ae7: Migrate @noaignite/utils to new turborepo setup
  • fb89122: Tests now executed by vitest