Skip to content

Releases: swrlab/node-utils

v2.0.1-beta

06 Aug 07:38
1f42563
Compare
Choose a tag to compare
v2.0.1-beta Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v2.0.0-beta...v2.0.1-beta

v2.0.0-beta

10 Jul 07:23
b144758
Compare
Choose a tag to compare
v2.0.0-beta Pre-release
Pre-release

What's Changed

  • feat(workflows/linter): use bun instead of yarn by @weiland in #618
  • fix(workflows/linter): add use-bun input by @weiland in #619
  • fix(workflows/linter): use corepack along bun by @weiland in #620
  • fix(workflows/linter): generate keys using bun by @weiland in #621
  • refact!: remove aws-sdk integration (s3) by @frytg in #625

New Contributors

Full Changelog: v1.3.0...v2.0.0-beta

v1.3.0

14 May 06:48
e34f7c5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.1...v1.3.0

v1.2.1

27 Dec 10:29
7b45041
Compare
Choose a tag to compare

What's Changed

  • chore: upgrade default NodeJS version to v20 by @frytg in #547
  • chore: update dependencies by @frytg in #551

Full Changelog: v1.1.3...v1.2.1

v1.1.3

12 Jun 14:35
4e3baec
Compare
Choose a tag to compare

Changes

  • fix: don't run linter on dependabot-pr
  • fix: use toReadable in pluralize helper
  • security: add safe-to-test flag for pr's

Compare to previous Version: v1.1.2...v1.1.3

v1.1.2

20 Feb 15:44
b664b68
Compare
Choose a tag to compare

Changes

  • feat: add revYearMonthDay to date package
  • feat: add date package with iso time functions
    • getDateHourMinutes
    • getDayMonthYear
    • getFullRelativeTime
    • getHourMinutes
    • getIsoRelativeTime
    • getRelativeTime
    • getYearMonthDay
  • feat: add arrayToObjectCount to helpers package
  • feat: add getJsonKeys to helpers package
  • feat: add normalize to numbers package
  • feat: add isEmptyString to strings package
  • security: fixes CVE-2023-24807

Compare to previous Version: v1.1.1...v1.1.2

v1.1.1

13 Feb 14:34
2e6d9bf
Compare
Choose a tag to compare

Changes

  • feat: add addTrailingZeros to numbers package
  • feat: add addLeadingZero to numbers package
  • feat: add getDiff to numbers package
  • feat: add getAverage to numbers package
  • feat: add getSum to numbers package
  • feat: add getRandomInRange to numbers package
  • feat: add roundTo to numbers package

Compare to previous Version: v1.1.0...v1.1.1

v1.1.0

20 Dec 10:11
55ad55b
Compare
Choose a tag to compare

Changes

  • feat: add test workflow to github/actions
  • feat: add helpers package (with sleep function)
  • feat: add numbers package (with toReadable function)
  • feat: add capitalize and pluralize functions in strings package
  • chore!: move isEven from strings to numbers package

BREAKING CHANGE: strings.isEven() is deprecated, use numbers.isEven() instead

Compare to previous Version: v1.0.1...v1.1.0

v1.0.1 - update `super-linter` with new config

10 Aug 06:30
417cff1
Compare
Choose a tag to compare

What's Changed

  • chore: update super-linter with new config by @frytg in #435

Full Changelog: v1.0.0...v1.0.1

v1.0.10-beta

27 Jul 05:31
1405f37
Compare
Choose a tag to compare
v1.0.10-beta Pre-release
Pre-release
  • chore: merge frytg/undici-wrapper into this package