Skip to content

Releases: Arcath/utils

v3.8.1

21 Mar 15:33
Compare
Choose a tag to compare

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)

v3.8.0

13 Mar 08:17
Compare
Choose a tag to compare

3.8.0 (2023-03-13)

Features

v3.7.0

16 Nov 11:34
Compare
Choose a tag to compare

3.7.0 (2022-11-16)

Bug Fixes

  • disable eslint for line (d51062d)

Features

v3.6.0

15 Nov 15:24
Compare
Choose a tag to compare

3.6.0 (2022-11-15)

Features

  • invariant function (a1867a0)
  • isEnv function and isProduction etc... (3a83c4e)

v3.5.0

26 Jul 20:39
3bc871c
Compare
Choose a tag to compare

3.5.0 (2022-07-26)

Features

v3.4.0

14 Jul 14:40
Compare
Choose a tag to compare

3.4.0 (2022-07-14)

Features

  • add decrement function and export types (a56a424)

v3.2.0

18 May 12:03
Compare
Choose a tag to compare

3.2.0 (2022-05-18)

Features

  • add randomEntry as the first array selector (6fc903e)

v3.1.0

13 Apr 09:13
Compare
Choose a tag to compare

3.1.0 (2022-04-13)

Features

  • add a date formatting function for Last-Modified headers (309fa97)

v3.0.1

05 Apr 18:49
f485a9e
Compare
Choose a tag to compare

3.0.1 (2022-04-05)

Bug Fixes

  • change prettierrc to cjs to as this now has type module (f485a9e)

v3.0.0

04 Apr 10:42
453c388
Compare
Choose a tag to compare

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...